[oe-commits] Angus Ainslie : udev-static-devices : add the real tar to RDEPENDS

GIT User account git at amethyst.openembedded.net
Thu May 14 22:05:29 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: c19d6e0c1e73737d31f9fdce1e235903f28cdfd8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c19d6e0c1e73737d31f9fdce1e235903f28cdfd8

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Thu May 14 15:57:19 2009 -0600

udev-static-devices : add the real tar to RDEPENDS

---

 recipes/udev/udev-static-devices.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/udev/udev-static-devices.bb b/recipes/udev/udev-static-devices.bb
index f0aab5a..7cd049a 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"
 





More information about the Openembedded-commits mailing list