On Mon, Oct 25, 2010 at 12:20 AM, Martin Jansa <[email protected]> wrote: > * udev is built with --with-libdir-name= and there is /lib/libudev.*, but > FILES point aonly to {libdir} add > * all recipes which now RDEPENDS on whole udev package should be PR bumped to > pick libudev only > > Signed-off-by: Martin Jansa <[email protected]>
Acked-by: Khem Raj <[email protected]> > --- > recipes/udev/udev_151.bb | 4 ++-- > recipes/udev/udev_154.bb | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/recipes/udev/udev_151.bb b/recipes/udev/udev_151.bb > index fc33592..554f86b 100644 > --- a/recipes/udev/udev_151.bb > +++ b/recipes/udev/udev_151.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 = "r18" > +PR = "r19" > > # Untested > DEFAULT_PREFERENCE = "-1" > @@ -61,7 +61,7 @@ INITSCRIPT_PARAMS = "start 03 S ." > > PACKAGES =+ "libudev libgudev udev-utils" > > -FILES_libudev = "${libdir}/libudev.so.*" > +FILES_libudev = "${libdir}/libudev.so.* ${base_libdir}/libudev.so.*" > FILES_libgudev = "${libdir}/libgudev*.so.*" > > FILES_udev-utils = "${bindir}/udevinfo ${bindir}/udevtest > ${base_sbindir}/udevadm" > diff --git a/recipes/udev/udev_154.bb b/recipes/udev/udev_154.bb > index 9c76184..d7740a6 100644 > --- a/recipes/udev/udev_154.bb > +++ b/recipes/udev/udev_154.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 = "r5" > +PR = "r6" > > # Untested > DEFAULT_PREFERENCE = "-1" > @@ -62,7 +62,7 @@ INITSCRIPT_PARAMS = "start 03 S ." > > PACKAGES =+ "libudev libgudev udev-utils" > > -FILES_libudev = "${libdir}/libudev.so.*" > +FILES_libudev = "${libdir}/libudev.so.* ${base_libdir}/libudev.so.*" > FILES_libgudev = "${libdir}/libgudev*.so.*" > > FILES_udev-utils = "${bindir}/udevinfo ${bindir}/udevtest > ${base_sbindir}/udevadm" > -- > 1.7.3.1 > > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
