On Tue, Feb 12, 2019 at 7:59 AM Burton, Ross <[email protected]> wrote: > > Would a neater solution be to PACKAGES_remove = ${PN}-dev? >
That was first thing I tried too. It does not fix the problem > Ross > > On Tue, 12 Feb 2019 at 05:48, Khem Raj <[email protected]> wrote: > > > > PN-dev is empty and causes dependency loops during SDK build > > > > Signed-off-by: Khem Raj <[email protected]> > > --- > > meta/recipes-core/busybox/busybox.inc | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/meta/recipes-core/busybox/busybox.inc > > b/meta/recipes-core/busybox/busybox.inc > > index 24c15e4aee..2444afabd5 100644 > > --- a/meta/recipes-core/busybox/busybox.inc > > +++ b/meta/recipes-core/busybox/busybox.inc > > @@ -21,6 +21,7 @@ export EXTRA_LDFLAGS = "${LDFLAGS}" > > EXTRA_OEMAKE = "CC='${CC}' LD='${CCLD}' V=1 ARCH=${TARGET_ARCH} > > CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y HOSTCC='${BUILD_CC}' > > HOSTCPP='${BUILD_CPP}'" > > > > PACKAGES =+ "${PN}-httpd ${PN}-udhcpd ${PN}-udhcpc ${PN}-syslog ${PN}-mdev > > ${PN}-hwclock" > > +RDEPENDS_${PN}-dev = "" > > > > FILES_${PN}-httpd = "${sysconfdir}/init.d/busybox-httpd /srv/www" > > FILES_${PN}-syslog = "${sysconfdir}/init.d/syslog* > > ${sysconfdir}/syslog-startup.conf* ${sysconfdir}/syslog.conf* > > ${systemd_unitdir}/system/syslog.service > > ${sysconfdir}/default/busybox-syslog" > > -- > > 2.20.1 > > > > -- > > _______________________________________________ > > Openembedded-core mailing list > > [email protected] > > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
