From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../meta/recipes-devtools/python/python3-scons-native_3.1.2.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 external/poky/meta/recipes-devtools/python/python3-scons-native_3.1.2.bb (limited to 'external/poky/meta/recipes-devtools/python/python3-scons-native_3.1.2.bb') diff --git a/external/poky/meta/recipes-devtools/python/python3-scons-native_3.1.2.bb b/external/poky/meta/recipes-devtools/python/python3-scons-native_3.1.2.bb new file mode 100644 index 00000000..9e127304 --- /dev/null +++ b/external/poky/meta/recipes-devtools/python/python3-scons-native_3.1.2.bb @@ -0,0 +1,7 @@ +require python3-scons_${PV}.bb +inherit native python3native +DEPENDS = "python3-native python3-setuptools-native" + +do_install_append() { + create_wrapper ${D}${bindir}/scons SCONS_LIB_DIR='${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}' PYTHONNOUSERSITE='1' +} -- cgit 1.2.3-korg