In the original udev and systemd updates these extra conf rules and scripts where removed and moved to a different recipe to avoid pulling them in by default, making them opt-in. The systemd merge into oe-core regressed this into making it impossible to opt out of it when using package feeds for upgrades.
Change it back to opt-in for images/packagegroups. Signed-off-by: Koen Kooi <k...@dominion.thruhere.net> --- meta/recipes-core/udev/udev.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index d025458..b9f479a 100644 --- a/meta/recipes-core/udev/udev.inc +++ b/meta/recipes-core/udev/udev.inc @@ -14,7 +14,7 @@ LDFLAGS += "-lrt" DEPENDS = "acl glib-2.0 libusb usbutils pciutils gperf-native libxslt-native util-linux" RPROVIDES_${PN} = "hotplug" -RRECOMMENDS_${PN} += "udev-extraconf usbutils-ids pciutils-ids" +RRECOMMENDS_${PN} += "usbutils-ids pciutils-ids" RDEPENDS_libudev = "${PN} (= ${EXTENDPKGV})" SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ -- 1.8.1.4 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core