diff options
author | Philip Balister <philip@balister.org> | 2013-04-01 14:27:00 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-04 08:14:21 +0200 |
commit | da79176ae1523a326c66d19d67e6755b5bb4cfb8 (patch) | |
tree | f2a939ec89cb4a122f3b61c259f1607a69820dd3 /meta-oe | |
parent | 9d4888a4ee01db654dbb2c0472cfa8704b72404c (diff) | |
download | meta-openembedded-da79176ae1523a326c66d19d67e6755b5bb4cfb8.tar.gz |
python-cheetah : Add support for sdk generation.
We need to run cheetah on the host.
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb | 2 |
1 files changed, 1 insertions, 1 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 1dad95829..9dc4aaa93 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 | |||
@@ -15,7 +15,7 @@ inherit setuptools | |||
15 | RDEPENDS_${PN} = "python-pickle python-pprint" | 15 | RDEPENDS_${PN} = "python-pickle python-pprint" |
16 | RDEPENDS_${PN}_class-native = "" | 16 | RDEPENDS_${PN}_class-native = "" |
17 | 17 | ||
18 | BBCLASSEXTEND = "native" | 18 | BBCLASSEXTEND = "native nativesdk" |
19 | 19 | ||
20 | SRC_URI[md5sum] = "853917116e731afbc8c8a43c37e6ddba" | 20 | SRC_URI[md5sum] = "853917116e731afbc8c8a43c37e6ddba" |
21 | SRC_URI[sha256sum] = "be308229f0c1e5e5af4f27d7ee06d90bb19e6af3059794e5fd536a6f29a9b550" | 21 | SRC_URI[sha256sum] = "be308229f0c1e5e5af4f27d7ee06d90bb19e6af3059794e5fd536a6f29a9b550" |