[oe-commits] Philip Balister : python-cheetah : Drop RDEPENDS from native build.

git at git.openembedded.org git at git.openembedded.org
Tue Nov 27 11:49:58 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: eb63724f431a0fb6b2fec1bd84ae7f04cb8744df
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=eb63724f431a0fb6b2fec1bd84ae7f04cb8744df

Author: Philip Balister <philip at balister.org>
Date:   Sat Nov 24 16:32:05 2012 +0000

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 at balister.org>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../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 967be31..1dad958 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"
 





More information about the Openembedded-commits mailing list