From: Robert Yang Date: Wed, 18 May 2016 07:43:44 +0000 (-0700) Subject: buildtools-tarball: replace nativesdk-python with nativesdk-python3 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25774 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97b5b150b3d3e82a5a42c1ea4351eed60aba7906;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git buildtools-tarball: replace nativesdk-python with nativesdk-python3 Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index dd28b962f0a..f45e7818994 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "SDK type target for building a standalone tarball containing python, chrpath, make, git and tar. The \ +DESCRIPTION = "SDK type target for building a standalone tarball containing python3, chrpath, make, git and tar. The \ tarball can be used to run bitbake builds on systems which don't meet the usual version requirements." SUMMARY = "Standalone tarball for running builds on systems with inadequate software" LICENSE = "MIT" @@ -8,10 +8,10 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d TOOLCHAIN_TARGET_TASK ?= "" TOOLCHAIN_HOST_TASK ?= "\ - nativesdk-python-core \ - nativesdk-python-modules \ - nativesdk-python-misc \ - nativesdk-python-git \ + nativesdk-python3-core \ + nativesdk-python3-modules \ + nativesdk-python3-misc \ + nativesdk-python3-git \ nativesdk-ncurses-terminfo-base \ nativesdk-chrpath \ nativesdk-tar \