The changes in this bbappend has been fixed upstream [1]. Hence, remove this bbappend.
[1]: https://git.yoctoproject.org/meta-virtualization/plain/recipes-containers/docker/docker.inc?h=scarthgap Signed-off-by: Chirag Shilwant <[email protected]> --- .../recipes-containers/docker/docker%.bbappend | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 meta-arago-distro/recipes-containers/docker/docker%.bbappend diff --git a/meta-arago-distro/recipes-containers/docker/docker%.bbappend b/meta-arago-distro/recipes-containers/docker/docker%.bbappend deleted file mode 100644 index 1d3c37ba..00000000 --- a/meta-arago-distro/recipes-containers/docker/docker%.bbappend +++ /dev/null @@ -1,8 +0,0 @@ -PR:append = ".arago0" - -do_install:append() { - if ${@bb.utils.contains('DISTRO_FEATURES','sysvinit','true','false',d)}; then - install -d ${D}${sysconfdir}/init.d - install -m 0755 ${WORKDIR}/docker.init ${D}${sysconfdir}/init.d/docker.init - fi -} -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15280): https://lists.yoctoproject.org/g/meta-arago/message/15280 Mute This Topic: https://lists.yoctoproject.org/mt/105530315/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
