[oe-commits] Koen Kooi : udev 162: fix libudev packaging

git version control git at git.openembedded.org
Mon Dec 6 12:52:43 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Dec  5 14:18:30 2010 +0100

udev 162: fix libudev packaging

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

---

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

diff --git a/recipes/udev/udev_162.bb b/recipes/udev/udev_162.bb
index ebc4015..771dcff 100644
--- a/recipes/udev/udev_162.bb
+++ b/recipes/udev/udev_162.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"
@@ -63,7 +63,7 @@ INITSCRIPT_PARAMS = "start 03 S ."
 
 PACKAGES =+ "libudev libgudev udev-utils"
 
-FILES_libudev = "${libdir}/libudev.so.*"
+FILES_libudev = "${base_libdir}/libudev.so.*"
 FILES_libgudev = "${libdir}/libgudev*.so.*"
 
 FILES_udev-utils = "${bindir}/udevinfo ${bindir}/udevtest ${base_sbindir}/udevadm"





More information about the Openembedded-commits mailing list