From 3127b3975c830b3fffc36362c5b0caa25c560942 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Thu, 15 Aug 2019 18:04:53 +0200 Subject: python3-scons: update to 3.1.1 (From OE-Core rev: ae2869c82af3a826c9eedf5207c5d6f61f0df5e8) Signed-off-by: Oleksandr Kravchuk Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-scons-native_3.1.1.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-scons-native_3.1.1.bb (limited to 'meta/recipes-devtools/python/python3-scons-native_3.1.1.bb') diff --git a/meta/recipes-devtools/python/python3-scons-native_3.1.1.bb b/meta/recipes-devtools/python/python3-scons-native_3.1.1.bb new file mode 100644 index 0000000000..5cd5956625 --- /dev/null +++ b/meta/recipes-devtools/python/python3-scons-native_3.1.1.bb @@ -0,0 +1,8 @@ +require python3-scons_${PV}.bb +inherit native python3native +DEPENDS = "python3-native" +RDEPENDS_${PN} = "" + +do_install_append() { + create_wrapper ${D}${bindir}/scons SCONS_LIB_DIR='${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}' PYTHONNOUSERSITE='1' +} -- cgit v1.2.3-54-g00ecf