diff options
author | Koen Kooi <koen@openembedded.org> | 2009-05-21 01:21:11 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-21 01:21:11 +0200 |
commit | 18c5ea8f84b34f8c949b1fed23ad8f1e884b7507 (patch) | |
tree | 6fce83ceba07ac9fec3fb1d2456304389ce7ed82 /recipes/udev | |
parent | 9364f70fc675003e69e3686c1911bfbd46e63bee (diff) |
udev 141: fix staging
Diffstat (limited to 'recipes/udev')
-rw-r--r-- | recipes/udev/udev_141.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/udev/udev_141.bb b/recipes/udev/udev_141.bb index 1482601bf9..2c35199534 100644 --- a/recipes/udev/udev_141.bb +++ b/recipes/udev/udev_141.bb @@ -6,7 +6,7 @@ LICENSE = "GPL" # Untested DEFAULT_PREFERENCE = "-1" -PR = "r4" +PR = "r5" SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ file://mount.blacklist \ @@ -91,6 +91,7 @@ do_install_append_h2200() { do_stage_append() { install -m 0644 ${S}/extras/volume_id/lib/libvolume_id.h ${STAGING_INCDIR} oe_libinstall -C extras/volume_id/lib -so libvolume_id ${STAGING_LIBDIR} + oe_libinstall -C udev/lib -so libudev ${STAGING_LIBDIR} } |