[oe-commits] Andre McCurdy : udev: fix missing dependency on glib-2.0-native

git at git.openembedded.org git at git.openembedded.org
Thu Jan 29 15:37:14 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 215f06b746d0194e8b6221b1c23ca7c2cf5c6664
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=215f06b746d0194e8b6221b1c23ca7c2cf5c6664

Author: Andre McCurdy <armccurdy at gmail.com>
Date:   Mon Jan 12 14:25:30 2015 -0800

udev: fix missing dependency on glib-2.0-native

udev compile requires glib-genmarshal and glib-mkenums

Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 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 24463b1..7ea1778 100644
--- a/meta/recipes-core/udev/udev.inc
+++ b/meta/recipes-core/udev/udev.inc
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
 
 LDFLAGS += "-lrt"
 
-DEPENDS = "acl glib-2.0 libusb usbutils pciutils gperf-native libxslt-native util-linux"
+DEPENDS = "acl glib-2.0 libusb usbutils pciutils glib-2.0-native gperf-native libxslt-native util-linux"
 RPROVIDES_${PN} = "hotplug"
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \



More information about the Openembedded-commits mailing list