diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-06-02 12:26:04 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-03 13:13:28 +0100 |
commit | cc95c793415f374f5f5a176c2f438e44c3693bb0 (patch) | |
tree | 86fc83c092a66e1bd3412a13e54f6079946ac314 /meta/recipes-kernel/systemtap/systemtap_git.bb | |
parent | eb80ec901259c64a06793e036a485f75c58d8ff2 (diff) | |
download | poky-cc95c793415f374f5f5a176c2f438e44c3693bb0.tar.gz |
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>
Diffstat (limited to 'meta/recipes-kernel/systemtap/systemtap_git.bb')
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb index 97064b8385..cf6a96a611 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb | |||
@@ -6,13 +6,12 @@ DEPENDS = "elfutils sqlite3 systemtap-native" | |||
6 | DEPENDS_class-native = "elfutils-native sqlite3-native gettext-native" | 6 | DEPENDS_class-native = "elfutils-native sqlite3-native gettext-native" |
7 | DEPENDS_class-nativesdk = "nativesdk-elfutils nativesdk-sqlite3 nativesdk-gettext" | 7 | DEPENDS_class-nativesdk = "nativesdk-elfutils nativesdk-sqlite3 nativesdk-gettext" |
8 | 8 | ||
9 | RDEPENDS_${PN} += "python bash" | 9 | RDEPENDS_${PN} += "python3-core bash" |
10 | RDEPENDS_${PN}_class-native += "python-native" | ||
11 | RDEPENDS_${PN}_class-nativesdk += "python-native" | ||
12 | 10 | ||
13 | EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \ | 11 | EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \ |
14 | --without-nss --without-avahi --without-dyninst \ | 12 | --without-nss --without-avahi --without-dyninst \ |
15 | --disable-server --disable-grapher --enable-prologues \ | 13 | --disable-server --disable-grapher --enable-prologues \ |
14 | --with-python3 \ | ||
16 | ac_cv_prog_have_javac=no \ | 15 | ac_cv_prog_have_javac=no \ |
17 | ac_cv_prog_have_jar=no " | 16 | ac_cv_prog_have_jar=no " |
18 | 17 | ||