diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2016-01-19 21:56:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-20 09:20:04 +0000 |
commit | ffb01ab4bab44037690d9d7d3bc9968b77fe936a (patch) | |
tree | 6d19eef8f3a90b8756036906d23080e4701cda9d /meta/recipes-devtools/python/python-scons-native_2.4.1.bb | |
parent | 9fb7b19916b65cab01bd072e4536c6e2eea202ce (diff) | |
download | openembedded-core-ffb01ab4bab44037690d9d7d3bc9968b77fe936a.tar.gz openembedded-core-ffb01ab4bab44037690d9d7d3bc9968b77fe936a.tar.bz2 openembedded-core-ffb01ab4bab44037690d9d7d3bc9968b77fe936a.zip |
python-scons: upgrade to 2.4.1
Updates runtime dependencies, python-scon now depends on python-io and python-fcntl.
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-scons-native_2.4.1.bb')
-rw-r--r-- | meta/recipes-devtools/python/python-scons-native_2.4.1.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-scons-native_2.4.1.bb b/meta/recipes-devtools/python/python-scons-native_2.4.1.bb new file mode 100644 index 0000000000..dae89ab5d2 --- /dev/null +++ b/meta/recipes-devtools/python/python-scons-native_2.4.1.bb @@ -0,0 +1,8 @@ +require python-scons_${PV}.bb +inherit native pythonnative +DEPENDS = "python-native" +RDEPENDS_${PN} = "" + +do_install_append() { + create_wrapper ${D}${bindir}/scons SCONS_LIB_DIR='${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}' +} |