[oe-commits] Otavio Salvador : udev: udev-systemd refactory

git at git.openembedded.org git at git.openembedded.org
Wed Oct 19 16:20:48 UTC 2011


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

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Wed Oct 19 15:35:32 2011 +0000

udev: udev-systemd refactory

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-core/udev/udev_173.bb |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/meta-oe/recipes-core/udev/udev_173.bb b/meta-oe/recipes-core/udev/udev_173.bb
index 56ebb77..e4e634a 100644
--- a/meta-oe/recipes-core/udev/udev_173.bb
+++ b/meta-oe/recipes-core/udev/udev_173.bb
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
 # Needed for udev-extras
 DEPENDS = "gperf-native usbutils acl glib-2.0"
 
-PR = "r1"
+PR = "r2"
 
 # version specific SRC_URI
 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
@@ -61,7 +61,8 @@ INITSCRIPT_PARAMS = "start 04 S ."
 
 PACKAGES =+ "${PN}-systemd libudev libgudev udev-utils udev-consolekit"
 
-FILES_${PN}-systemd = "${base_libdir}/systemd/system/"
+FILES_${PN}-systemd = "${base_libdir}/systemd"
+RDEPENDS_${PN}-systemd += "udev"
 
 FILES_libudev = "${base_libdir}/libudev.so.*"
 FILES_libgudev = "${base_libdir}/libgudev*.so.*"
@@ -82,9 +83,6 @@ FILES_${PN}-dbg += "/lib/udev/.debug"
 FILES_${PN}-consolekit += "${libdir}/ConsoleKit"
 RDEPENDS_${PN}-consolekit += "consolekit"
 
-# Package up systemd files
-FILES_${PN} += "${base_libdir}/systemd"
-
 do_install () {
 	install -d ${D}${usrsbindir} \
 		   ${D}${sbindir}





More information about the Openembedded-commits mailing list