mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
* Simplify recipe by using pypi.bbclass
* Drop patch for __future__ print_function
- fixed upstream:
4c199d06e7
(From OE-Core rev: cf5c44ac611c2c2657e6fd3c1f723bcb20b812dd)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
231 B
BlitzBasic
9 lines
231 B
BlitzBasic
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}'
|
|
}
|