[oe-commits] Víctor Manuel Jáquez Leal : python-scons_1.3.0: add missing dependencies

git version control git at git.openembedded.org
Thu Feb 3 22:36:26 UTC 2011


Module: openembedded.git
Branch: ulf/linux-2.6.30-2011-01-16
Commit: 3dc5abd9d2fbc29573ec50a735704631ae617bb2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3dc5abd9d2fbc29573ec50a735704631ae617bb2

Author: Víctor Manuel Jáquez Leal <vjaquez at igalia.com>
Date:   Wed Jan 26 00:16:52 2011 +0000

python-scons_1.3.0: add missing dependencies

In order to launch scons in a board it depends on a couple python packages
which were not managed by the recipe.

This patch adds them.

Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez at igalia.com>
Acked-by: Koen Kooi <koen at openembedded.org>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/python/python-scons_1.3.0.bb |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/recipes/python/python-scons_1.3.0.bb b/recipes/python/python-scons_1.3.0.bb
index 792e3a5..a0690d1 100644
--- a/recipes/python/python-scons_1.3.0.bb
+++ b/recipes/python/python-scons_1.3.0.bb
@@ -3,6 +3,7 @@ SECTION = "devel/python"
 PRIORITY = "optional"
 LICENSE = "GPL"
 SRCNAME = "scons"
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz;name=scons \
            file://toolchain-from-env.SConscript \
@@ -21,3 +22,11 @@ do_install_append() {
 
 NATIVE_INSTALL_WORKS = "1"
 BBCLASSEXTEND = "native"
+
+RDEPENDS_${PN} = "python-shell \
+	       python-stringold \
+	       python-lang \
+	       python-io \
+	       python-fcntl \
+	       python-pickle \
+	       python-crypt"





More information about the Openembedded-commits mailing list