udev 092: Update for keeping the debug information in the correct package
authorJamie Lenehan <lenehan@twibble.org>
Fri, 11 Aug 2006 10:12:19 +0000 (10:12 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Fri, 11 Aug 2006 10:12:19 +0000 (10:12 +0000)
which is clearer. Appened to package list so -dbg package stays first and
use .../* to match files and ignore directories.

packages/udev/udev.inc
packages/udev/udev_092.bb

index aa11caf..ffaeaea 100644 (file)
@@ -14,7 +14,7 @@ SRC_URI += " \
 
 UDEV_DEVFS_RULES ?= "0"
 
-PACKAGES =+ "udev-utils"
+PACKAGES += "udev-utils"
 FILES_udev-utils = "${usrbindir}/udevinfo ${usrbindir}/udevtest"
 
 inherit update-rc.d
@@ -33,7 +33,7 @@ bindir = "/bin"
 sbindir = "/sbin"
 
 UDEV_EXTRAS = "<override me>"
-FILES_${PN} += "${usrbindir}/[!.]* ${usrsbindir}/[!.]*"
+FILES_${PN} += "${usrbindir}/* ${usrsbindir}/*"
 FILES_${PN}-dbg += "${usrbindir}/.debug ${usrsbindir}/.debug"
 EXTRA_OEMAKE = "-e \
                'EXTRAS=${UDEV_EXTRAS}' \
index c7111c3..6a650b5 100644 (file)
@@ -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."
 RPROVIDES = "hotplug"
 
-PR = "r8"
+PR = "r9"
 
 SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
           file://noasmlinkage.patch;patch=1 \