diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-13 14:44:34 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-15 21:58:25 +0000 |
| commit | 7b72a848c8991fd67ccd510f68cc793f0f722453 (patch) | |
| tree | 0dc1400f350de9df4b6f0dba5fa57332f8ae7ce5 /meta/recipes-devtools/python/python-scons-native_2.3.4.bb | |
| parent | ca88dd86f31e07faeae5013d6c93cc8c2632ab6a (diff) | |
| download | poky-7b72a848c8991fd67ccd510f68cc793f0f722453.tar.gz | |
python-scons: 2.3.2 -> 2.3.4
(From OE-Core rev: 3e924fafab2ad407a51a0bb19be9faf281b766c9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-scons-native_2.3.4.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python-scons-native_2.3.4.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-scons-native_2.3.4.bb b/meta/recipes-devtools/python/python-scons-native_2.3.4.bb new file mode 100644 index 0000000000..dae89ab5d2 --- /dev/null +++ b/meta/recipes-devtools/python/python-scons-native_2.3.4.bb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | require python-scons_${PV}.bb | ||
| 2 | inherit native pythonnative | ||
| 3 | DEPENDS = "python-native" | ||
| 4 | RDEPENDS_${PN} = "" | ||
| 5 | |||
| 6 | do_install_append() { | ||
| 7 | create_wrapper ${D}${bindir}/scons SCONS_LIB_DIR='${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}' | ||
| 8 | } | ||
