diff options
author | Philip Balister <philip@balister.org> | 2012-11-24 16:32:05 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-11-27 12:48:30 +0100 |
commit | eb63724f431a0fb6b2fec1bd84ae7f04cb8744df (patch) | |
tree | b66ef3789d0d122e398206dc1ae28aaf871a32bb /meta-oe/recipes-devtools | |
parent | 32bf3d74d3f60fc78a7d14e76c73237f24221cc5 (diff) | |
download | meta-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/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb | 1 |
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 967be31ad..1dad95829 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}" | |||
13 | inherit setuptools | 13 | inherit setuptools |
14 | 14 | ||
15 | RDEPENDS_${PN} = "python-pickle python-pprint" | 15 | RDEPENDS_${PN} = "python-pickle python-pprint" |
16 | RDEPENDS_${PN}_class-native = "" | ||
16 | 17 | ||
17 | BBCLASSEXTEND = "native" | 18 | BBCLASSEXTEND = "native" |
18 | 19 | ||