[oe-commits] Koen Kooi : udev 165: package systemd files when present

git version control git at git.openembedded.org
Fri May 6 07:31:41 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c062f83ab255a355413c4a2b2d1b09dec5c8da6c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c062f83ab255a355413c4a2b2d1b09dec5c8da6c

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri May  6 09:24:43 2011 +0200

udev 165: package systemd files when present

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/udev/udev_165.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/udev/udev_165.bb b/recipes/udev/udev_165.bb
index 75e6c15..bad847b 100644
--- a/recipes/udev/udev_165.bb
+++ b/recipes/udev/udev_165.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod
 the hotplug package and requires a kernel not older than 2.6.12."
 LICENSE = "GPLv2+"
 
-PR = "r4"
+PR = "r5"
 
 # Untested
 DEFAULT_PREFERENCE = "-1"
@@ -87,6 +87,9 @@ FILES_${PN}-dbg += "${usrbindir}/.debug ${usrsbindir}/.debug"
 FILES_${PN} += "/lib/udev* ${libdir}/ConsoleKit"
 FILES_${PN}-dbg += "/lib/udev/.debug"
 
+# Package up systemd files
+FILES_${PN} += "${base_libdir}/systemd"
+
 RPROVIDES_udev_append = " udev-compat-wrapper"
 
 # Modify init script on platforms that need to boot old kernels:





More information about the Openembedded-commits mailing list