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@igalia.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
PRIORITY = "optional"
LICENSE = "GPL"
SRCNAME = "scons"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz;name=scons \
file://toolchain-from-env.SConscript \
NATIVE_INSTALL_WORKS = "1"
BBCLASSEXTEND = "native"
+
+RDEPENDS_${PN} = "python-shell \
+ python-stringold \
+ python-lang \
+ python-io \
+ python-fcntl \
+ python-pickle \
+ python-crypt"