mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 10:13:03 +01:00
python-native: PROVIDES python-io-native
python-six-native depends on it. (From OE-Core rev: 475585ed84bf8dac339f97f811582bf782972930) (From OE-Core rev: 6334ffac9996e48fd5898fdee1db5e7eed6370e2) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7c8eb1030e
commit
0f316ff715
@@ -25,7 +25,14 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/${PN}:"
|
||||
|
||||
inherit native
|
||||
|
||||
RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-codecs-native python-core-native python-unittest-native"
|
||||
RPROVIDES += "python-distutils-native \
|
||||
python-compression-native \
|
||||
python-textutils-native \
|
||||
python-codecs-native \
|
||||
python-core-native \
|
||||
python-unittest-native \
|
||||
python-io-native \
|
||||
"
|
||||
|
||||
EXTRA_OECONF_append = " --bindir=${bindir}/${PN} --with-system-expat=${STAGING_DIR_HOST}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user