aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udev
diff options
context:
space:
mode:
authorAngus Ainslie <nytowl@openmoko.org>2009-05-14 15:57:19 -0600
committerAngus Ainslie <nytowl@openmoko.org>2009-05-14 15:57:19 -0600
commitc19d6e0c1e73737d31f9fdce1e235903f28cdfd8 (patch)
tree5b5433c3a1f3410041be803f8aa02c0fe4653c7b /recipes/udev
parent2b38193c50b633ad2afe493a9271a3d9453c69a0 (diff)
downloadopenembedded-c19d6e0c1e73737d31f9fdce1e235903f28cdfd8.tar.gz
udev-static-devices : add the real tar to RDEPENDS
Diffstat (limited to 'recipes/udev')
-rw-r--r--recipes/udev/udev-static-devices.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/udev/udev-static-devices.bb b/recipes/udev/udev-static-devices.bb
index f0aab5a6a2..7cd049a899 100644
--- a/recipes/udev/udev-static-devices.bb
+++ b/recipes/udev/udev-static-devices.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Provide per-machine static nodes of /dev"
-RDEPENDS = "udev"
+RDEPENDS = "udev tar"
-PR = "r0"
+PR = "r1"
SRC_URI = "file://udev_static_devices_tarball"