[oe-commits] Khem Raj : nylon-feed.bb: Use RDEPENDS instead of DEPENDS

git version control git at git.openembedded.org
Thu Sep 30 20:18:46 UTC 2010


Module: openembedded.git
Branch: master
Commit: 28c05be128948ab24388177c3f64b55a88a29cd6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=28c05be128948ab24388177c3f64b55a88a29cd6

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Sep 29 12:50:17 2010 -0700

nylon-feed.bb: Use RDEPENDS instead of DEPENDS

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/meta/nylon-feed.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/meta/nylon-feed.bb b/recipes/meta/nylon-feed.bb
index 2cc1181..d5759ae 100644
--- a/recipes/meta/nylon-feed.bb
+++ b/recipes/meta/nylon-feed.bb
@@ -1,7 +1,7 @@
 LICENSE = "MIT"
 
 include nylon-feed.inc
-DEPENDS = "${NYLON_FEED} \
+RDEPENDS = "${NYLON_FEED} \
     boost \
     db3 \
     dhcp \





More information about the Openembedded-commits mailing list