mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
systemtap: move to Python 3
(From OE-Core rev: fa707f700c0d2317cc5c0289e3e1fc1eb859ef40) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
eb80ec9012
commit
cc95c79341
@@ -6,13 +6,12 @@ DEPENDS = "elfutils sqlite3 systemtap-native"
|
||||
DEPENDS_class-native = "elfutils-native sqlite3-native gettext-native"
|
||||
DEPENDS_class-nativesdk = "nativesdk-elfutils nativesdk-sqlite3 nativesdk-gettext"
|
||||
|
||||
RDEPENDS_${PN} += "python bash"
|
||||
RDEPENDS_${PN}_class-native += "python-native"
|
||||
RDEPENDS_${PN}_class-nativesdk += "python-native"
|
||||
RDEPENDS_${PN} += "python3-core bash"
|
||||
|
||||
EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \
|
||||
--without-nss --without-avahi --without-dyninst \
|
||||
--disable-server --disable-grapher --enable-prologues \
|
||||
--with-python3 \
|
||||
ac_cv_prog_have_javac=no \
|
||||
ac_cv_prog_have_jar=no "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user