aboutsummaryrefslogtreecommitdiffstats
path: root/udev
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-12-04 22:39:55 +0000
committerPhil Blundell <philb@gnu.org>2004-12-04 22:39:55 +0000
commite53c12ba6ba08bf8c6e61cc935592f6e58b089a4 (patch)
tree7857d9b1ba61856f3f4977621648388cb7ec3c01 /udev
parent70b4cd9b6c14979525ac11e93e1b051128ff5e08 (diff)
downloadopenembedded-e53c12ba6ba08bf8c6e61cc935592f6e58b089a4.tar.gz
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into stealth.nexus.co.uk:/home/pb/oe/oe-packages 2004/12/04 18:20:04+00:00 nexus.co.uk!pb using r/w ext2, not r/o cramfs, on epia 2004/12/04 18:19:11+00:00 nexus.co.uk!pb fix typo in mythtv packaging 2004/12/04 17:01:03+00:00 nexus.co.uk!pb increase mythtv packaging granularity a bit 2004/12/04 16:59:02+00:00 nexus.co.uk!pb put lame binary and libraries in separate packages 2004/12/04 16:15:50+00:00 nexus.co.uk!pb break udevinfo and udevtest out of main udev package (now in udev-utils) 2004/12/04 16:11:48+00:00 nexus.co.uk!pb remove strace from epia BOOTSTRAP_EXTRA_(R)DEPENDS 2004/12/04 16:09:30+00:00 nexus.co.uk!pb bump task-bootstrap PR 2004/12/04 16:07:24+00:00 nexus.co.uk!pb move lrzsz dependency from task-bootstrap to handhelds-common BKrev: 41b23cbbTdZ1jNiugIMAe6ydDY_o4Q
Diffstat (limited to 'udev')
-rw-r--r--udev/udev_042.oe5
1 files changed, 4 insertions, 1 deletions
diff --git a/udev/udev_042.oe b/udev/udev_042.oe
index 79ea9d5674..ef5e35d876 100644
--- a/udev/udev_042.oe
+++ b/udev/udev_042.oe
@@ -1,7 +1,7 @@
DESCRIPTION = "udev is a program which dynamically creates and removes device nodes from \
/dev/. It responds to /sbin/hotplug device events and requires a 2.6 kernel."
LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
file://flags.patch;patch=1 \
@@ -9,6 +9,9 @@ SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
file://noasmlinkage.patch;patch=1 \
file://init"
+PACKAGES =+ "udev-utils"
+FILES_udev-utils = "${usrbindir}/udevinfo ${usrbindir}/udevtest"
+
inherit update-rc.d
INITSCRIPT_NAME = "udev"