From patchwork Tue Jan 25 15:51:02 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: python-scons_1.3.0: add missing dependencies Date: Tue, 25 Jan 2011 15:51:02 -0000 From: =?utf-8?q?V=C3=ADctor_Manuel_J=C3=A1quez_Leal_=3Cvjaquez=40igalia=2Ec?= =?utf-8?b?b20+?= X-Patchwork-Id: 369 Message-Id: <1295970665-14658-1-git-send-email-vjaquez@igalia.com> To: openembedded-devel@lists.openembedded.org Cc: Koen Kooi 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 --- recipes/python/python-scons_1.3.0.bb | 8 ++++++++ 1 files changed, 8 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..0dc3236 100644 --- a/recipes/python/python-scons_1.3.0.bb +++ b/recipes/python/python-scons_1.3.0.bb @@ -1,8 +1,16 @@ DESCRIPTION = "A Software Construction Tool" SECTION = "devel/python" PRIORITY = "optional" +RDEPENDS_${PN} = "python-shell \ + python-stringold \ + python-lang \ + python-io \ + python-fcntl \ + python-pickle \ + python-crypt" LICENSE = "GPL" SRCNAME = "scons" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz;name=scons \ file://toolchain-from-env.SConscript \