aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2012-11-24 16:32:05 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-11-27 12:48:30 +0100
commiteb63724f431a0fb6b2fec1bd84ae7f04cb8744df (patch)
treeb66ef3789d0d122e398206dc1ae28aaf871a32bb /meta-oe
parent32bf3d74d3f60fc78a7d14e76c73237f24221cc5 (diff)
downloadmeta-openembedded-eb63724f431a0fb6b2fec1bd84ae7f04cb8744df.tar.gz
python-cheetah : Drop RDEPENDS from native build.
If the native recipe has the RDEPENDS in, the build fails because these packages are not provided by python-native. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb b/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb
index 967be31ad7..1dad95829e 100644
--- a/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb
+++ b/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb
@@ -13,6 +13,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit setuptools
RDEPENDS_${PN} = "python-pickle python-pprint"
+RDEPENDS_${PN}_class-native = ""
BBCLASSEXTEND = "native"