From 31ef959d9c0f2fc9a141d06ef01b5cfb14412c4e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 16 Jul 2014 10:55:57 +0000 Subject: python-scons: Upgrade 2.3.0 -> 2.3.2 License file changes copyright years only. Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-scons-native_2.3.2.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta/recipes-devtools/python/python-scons-native_2.3.2.bb (limited to 'meta/recipes-devtools/python/python-scons-native_2.3.2.bb') diff --git a/meta/recipes-devtools/python/python-scons-native_2.3.2.bb b/meta/recipes-devtools/python/python-scons-native_2.3.2.bb new file mode 100644 index 0000000000..067ed61a4e --- /dev/null +++ b/meta/recipes-devtools/python/python-scons-native_2.3.2.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 PYTHONPATH='$PYTHONPATH:${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}' +} -- cgit 1.2.3-korg