From d16b62fde5acc7838ef5e6e54b52ef33beece365 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 1 Aug 2015 08:18:29 +0000 Subject: python-scons: 2.3.4 -> 2.3.6 License copyright year changed. (From OE-Core rev: c94a51c12eb5972880efbf2be45c38bfdf81bf9f) Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-scons-native_2.3.6.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta/recipes-devtools/python/python-scons-native_2.3.6.bb (limited to 'meta/recipes-devtools/python/python-scons-native_2.3.6.bb') diff --git a/meta/recipes-devtools/python/python-scons-native_2.3.6.bb b/meta/recipes-devtools/python/python-scons-native_2.3.6.bb new file mode 100644 index 0000000000..dae89ab5d2 --- /dev/null +++ b/meta/recipes-devtools/python/python-scons-native_2.3.6.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}' +} -- cgit v1.2.3-54-g00ecf