summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2012-10-27 16:48:17 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-02 16:18:29 +0000
commitaea2d8c02c7abd7ecbabae8b3932ceb7a01cb20d (patch)
tree11e419c0fceecd67e09f98feafc0adb7e1015b6a
parentd005b787dfe2c9bcaefe41836f9b1c3008105171 (diff)
downloadpoky-aea2d8c02c7abd7ecbabae8b3932ceb7a01cb20d.tar.gz
recipes-devtools: replace virtclass-native(sdk) with class-native(sdk)
The overrides virtclass-native and virtclass-nativesdk are deprecated, which should be replaced by class-native and class-nativesdk. [YOCTO #3297] (From OE-Core rev: bb67ddeb2eed3e25c626a279ef53a7e8c7bfe6f2) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/autoconf/autoconf.inc6
-rw-r--r--meta/recipes-devtools/autoconf/autoconf_2.69.bb2
-rw-r--r--meta/recipes-devtools/automake/automake_1.12.3.bb8
-rw-r--r--meta/recipes-devtools/binutils/binutils_2.22.bb4
-rw-r--r--meta/recipes-devtools/bison/bison_2.3.bb6
-rw-r--r--meta/recipes-devtools/bison/bison_2.5.1.bb6
-rw-r--r--meta/recipes-devtools/chrpath/chrpath_0.14.bb4
-rw-r--r--meta/recipes-devtools/dpkg/dpkg.inc10
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.148.bb6
-rw-r--r--meta/recipes-devtools/file/file_5.11.bb4
-rw-r--r--meta/recipes-devtools/flex/flex.inc2
-rw-r--r--meta/recipes-devtools/git/git.inc4
-rw-r--r--meta/recipes-devtools/gnu-config/gnu-config_20120814.bb2
-rw-r--r--meta/recipes-devtools/gnu-config/gnu-config_git.bb2
-rw-r--r--meta/recipes-devtools/guile/guile_2.0.6.bb2
-rw-r--r--meta/recipes-devtools/insserv/insserv_1.14.0.bb2
-rw-r--r--meta/recipes-devtools/intltool/intltool.inc8
-rw-r--r--meta/recipes-devtools/intltool/intltool_0.50.0.bb2
-rw-r--r--meta/recipes-devtools/opensp/opensp_1.5.2.bb4
-rw-r--r--meta/recipes-devtools/opkg-utils/opkg-utils_git.bb4
-rw-r--r--meta/recipes-devtools/opkg/opkg.inc8
-rw-r--r--meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb2
-rw-r--r--meta/recipes-devtools/perl/perl_5.14.2.bb2
-rw-r--r--meta/recipes-devtools/pkgconfig/pkgconfig.inc8
-rw-r--r--meta/recipes-devtools/pseudo/pseudo.inc12
-rw-r--r--meta/recipes-devtools/python/python-pygobject_2.27.91.bb4
-rw-r--r--meta/recipes-devtools/python/python-setuptools_0.6c11.bb2
-rw-r--r--meta/recipes-devtools/python/python_2.7.3.bb2
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc12
-rw-r--r--meta/recipes-devtools/qemu/qemu_1.2.0.bb6
-rw-r--r--meta/recipes-devtools/rpm/rpm_5.4.9.bb6
-rw-r--r--meta/recipes-devtools/rpm/rpmresolve_1.0.bb2
-rw-r--r--meta/recipes-devtools/tcltk/tcl_8.5.11.bb6
-rw-r--r--meta/recipes-devtools/unfs-server/unfs-server_2.1+2.2beta47.bb4
34 files changed, 82 insertions, 82 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc
index ff375cd69e..2c4611782b 100644
--- a/meta/recipes-devtools/autoconf/autoconf.inc
+++ b/meta/recipes-devtools/autoconf/autoconf.inc
@@ -6,8 +6,8 @@ LICENSE = "GPLv3"
6HOMEPAGE = "http://www.gnu.org/software/autoconf/" 6HOMEPAGE = "http://www.gnu.org/software/autoconf/"
7SECTION = "devel" 7SECTION = "devel"
8DEPENDS += "m4-native" 8DEPENDS += "m4-native"
9DEPENDS_virtclass-native = "m4-native gnu-config-native" 9DEPENDS_class-native = "m4-native gnu-config-native"
10DEPENDS_virtclass-nativesdk = "nativesdk-m4 nativesdk-gnu-config" 10DEPENDS_class-nativesdk = "nativesdk-m4 nativesdk-gnu-config"
11RDEPENDS_${PN} = "m4 gnu-config \ 11RDEPENDS_${PN} = "m4 gnu-config \
12 perl \ 12 perl \
13 perl-module-carp \ 13 perl-module-carp \
@@ -25,7 +25,7 @@ RDEPENDS_${PN} = "m4 gnu-config \
25 perl-module-io-file \ 25 perl-module-io-file \
26 perl-module-posix \ 26 perl-module-posix \
27 " 27 "
28RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native" 28RDEPENDS_${PN}_class-native = "m4-native gnu-config-native"
29 29
30SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz \ 30SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz \
31 file://program_prefix.patch" 31 file://program_prefix.patch"
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.69.bb b/meta/recipes-devtools/autoconf/autoconf_2.69.bb
index a4afd33bcf..730c89e972 100644
--- a/meta/recipes-devtools/autoconf/autoconf_2.69.bb
+++ b/meta/recipes-devtools/autoconf/autoconf_2.69.bb
@@ -21,7 +21,7 @@ SRC_URI += "file://autoreconf-include.patch \
21SRC_URI[md5sum] = "82d05e03b93e45f5a39b828dc9c6c29b" 21SRC_URI[md5sum] = "82d05e03b93e45f5a39b828dc9c6c29b"
22SRC_URI[sha256sum] = "954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969" 22SRC_URI[sha256sum] = "954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969"
23 23
24SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch" 24SRC_URI_append_class-native = " file://fix_path_xtra.patch"
25 25
26EXTRA_OECONF += "ac_cv_path_M4=m4" 26EXTRA_OECONF += "ac_cv_path_M4=m4"
27 27
diff --git a/meta/recipes-devtools/automake/automake_1.12.3.bb b/meta/recipes-devtools/automake/automake_1.12.3.bb
index 362500cea5..aaa5ee5ba3 100644
--- a/meta/recipes-devtools/automake/automake_1.12.3.bb
+++ b/meta/recipes-devtools/automake/automake_1.12.3.bb
@@ -1,7 +1,7 @@
1require automake.inc 1require automake.inc
2LICENSE="GPLv2" 2LICENSE="GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4DEPENDS_virtclass-native = "autoconf-native" 4DEPENDS_class-native = "autoconf-native"
5 5
6RDEPENDS_${PN} += "\ 6RDEPENDS_${PN} += "\
7 autoconf \ 7 autoconf \
@@ -14,11 +14,11 @@ RDEPENDS_${PN} += "\
14 perl-module-threads \ 14 perl-module-threads \
15 perl-module-vars " 15 perl-module-vars "
16 16
17RDEPENDS_${PN}_virtclass-native = "autoconf-native perl-native-runtime" 17RDEPENDS_${PN}_class-native = "autoconf-native perl-native-runtime"
18 18
19PATHFIXPATCH = "file://path_prog_fixes.patch" 19PATHFIXPATCH = "file://path_prog_fixes.patch"
20PATHFIXPATCH_virtclass-native = "" 20PATHFIXPATCH_class-native = ""
21PATHFIXPATCH_virtclass-nativesdk = "" 21PATHFIXPATCH_class-nativesdk = ""
22 22
23SRC_URI += "${PATHFIXPATCH} \ 23SRC_URI += "${PATHFIXPATCH} \
24 file://prefer-cpio-over-pax-for-ustar-archives.patch \ 24 file://prefer-cpio-over-pax-for-ustar-archives.patch \
diff --git a/meta/recipes-devtools/binutils/binutils_2.22.bb b/meta/recipes-devtools/binutils/binutils_2.22.bb
index b8250d88af..17eeb9ccd9 100644
--- a/meta/recipes-devtools/binutils/binutils_2.22.bb
+++ b/meta/recipes-devtools/binutils/binutils_2.22.bb
@@ -8,9 +8,9 @@ EXTRA_OECONF += "--with-sysroot=/ \
8 --enable-shared \ 8 --enable-shared \
9 " 9 "
10 10
11EXTRA_OECONF_virtclass-native = "--enable-target=all --enable-64-bit-bfd --enable-install-libbfd" 11EXTRA_OECONF_class-native = "--enable-target=all --enable-64-bit-bfd --enable-install-libbfd"
12 12
13do_install_virtclass-native () { 13do_install_class-native () {
14 autotools_do_install 14 autotools_do_install
15 15
16 # Install the libiberty header 16 # Install the libiberty header
diff --git a/meta/recipes-devtools/bison/bison_2.3.bb b/meta/recipes-devtools/bison/bison_2.3.bb
index 86edf3ee1d..027782c928 100644
--- a/meta/recipes-devtools/bison/bison_2.3.bb
+++ b/meta/recipes-devtools/bison/bison_2.3.bb
@@ -19,8 +19,8 @@ SRC_URI = "${BASE_SRC_URI}"
19SRC_URI[md5sum] = "22327efdd5080e2b1acb6e560a04b43a" 19SRC_URI[md5sum] = "22327efdd5080e2b1acb6e560a04b43a"
20SRC_URI[sha256sum] = "52f78aa4761a74ceb7fdf770f3554dd84308c3b93c4255e3a5c17558ecda293e" 20SRC_URI[sha256sum] = "52f78aa4761a74ceb7fdf770f3554dd84308c3b93c4255e3a5c17558ecda293e"
21 21
22DEPENDS_virtclass-native = "gettext-native" 22DEPENDS_class-native = "gettext-native"
23SRC_URI_virtclass-native = "${BASE_SRC_URI}" 23SRC_URI_class-native = "${BASE_SRC_URI}"
24 24
25inherit autotools gettext 25inherit autotools gettext
26acpaths = "-I ${S}/m4" 26acpaths = "-I ${S}/m4"
@@ -30,7 +30,7 @@ do_configure_prepend () {
30 cp ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/runtime-po/ 30 cp ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/runtime-po/
31} 31}
32 32
33do_install_append_virtclass-native() { 33do_install_append_class-native() {
34 create_wrapper ${D}/${bindir}/bison \ 34 create_wrapper ${D}/${bindir}/bison \
35 M4=${STAGING_BINDIR_NATIVE}/m4 \ 35 M4=${STAGING_BINDIR_NATIVE}/m4 \
36 BISON_PKGDATADIR=${STAGING_DATADIR_NATIVE}/bison 36 BISON_PKGDATADIR=${STAGING_DATADIR_NATIVE}/bison
diff --git a/meta/recipes-devtools/bison/bison_2.5.1.bb b/meta/recipes-devtools/bison/bison_2.5.1.bb
index 47b4a6cd88..5fe5113761 100644
--- a/meta/recipes-devtools/bison/bison_2.5.1.bb
+++ b/meta/recipes-devtools/bison/bison_2.5.1.bb
@@ -21,13 +21,13 @@ SRC_URI[md5sum] = "8fedf916f1aa2c4a31441d8f8bbc603c"
21SRC_URI[sha256sum] = "48dc3649231b75ac160d73528000ec89b6cd8d3b87cb7d0713f72ef4610442d4" 21SRC_URI[sha256sum] = "48dc3649231b75ac160d73528000ec89b6cd8d3b87cb7d0713f72ef4610442d4"
22 22
23LDFLAGS_prepend_libc-uclibc = " -lrt " 23LDFLAGS_prepend_libc-uclibc = " -lrt "
24DEPENDS_virtclass-native = "gettext-minimal-native" 24DEPENDS_class-native = "gettext-minimal-native"
25SRC_URI_virtclass-native = "${BASE_SRC_URI}" 25SRC_URI_class-native = "${BASE_SRC_URI}"
26 26
27inherit autotools gettext 27inherit autotools gettext
28acpaths = "-I ${S}/m4" 28acpaths = "-I ${S}/m4"
29 29
30do_install_append_virtclass-native() { 30do_install_append_class-native() {
31 create_wrapper ${D}/${bindir}/bison \ 31 create_wrapper ${D}/${bindir}/bison \
32 M4=${STAGING_BINDIR_NATIVE}/m4 \ 32 M4=${STAGING_BINDIR_NATIVE}/m4 \
33 BISON_PKGDATADIR=${STAGING_DATADIR_NATIVE}/bison 33 BISON_PKGDATADIR=${STAGING_DATADIR_NATIVE}/bison
diff --git a/meta/recipes-devtools/chrpath/chrpath_0.14.bb b/meta/recipes-devtools/chrpath/chrpath_0.14.bb
index bb9b4b686d..533e974fe9 100644
--- a/meta/recipes-devtools/chrpath/chrpath_0.14.bb
+++ b/meta/recipes-devtools/chrpath/chrpath_0.14.bb
@@ -18,9 +18,9 @@ inherit autotools
18 18
19# We don't have a staged chrpath-native for ensuring our binary is 19# We don't have a staged chrpath-native for ensuring our binary is
20# relocatable, so use the one we've just built 20# relocatable, so use the one we've just built
21CHRPATH_BIN_virtclass-native = "${S}/chrpath" 21CHRPATH_BIN_class-native = "${S}/chrpath"
22 22
23PROVIDES_append_virtclass-native = " chrpath-replacement-native" 23PROVIDES_append_class-native = " chrpath-replacement-native"
24NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" 24NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
25 25
26BBCLASSEXTEND = "native nativesdk" 26BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index 723d1b2e78..27f69eff4d 100644
--- a/meta/recipes-devtools/dpkg/dpkg.inc
+++ b/meta/recipes-devtools/dpkg/dpkg.inc
@@ -8,9 +8,9 @@ SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.xz \
8 file://ignore_extra_fields.patch" 8 file://ignore_extra_fields.patch"
9 9
10DEPENDS = "zlib bzip2 perl" 10DEPENDS = "zlib bzip2 perl"
11DEPENDS_virtclass-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native perl-native-runtime" 11DEPENDS_class-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native perl-native-runtime"
12RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}" 12RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
13RDEPENDS_${PN}_virtclass-native = "" 13RDEPENDS_${PN}_class-native = ""
14 14
15S = "${WORKDIR}/${BPN}-${PV}" 15S = "${WORKDIR}/${BPN}-${PV}"
16 16
@@ -19,7 +19,7 @@ PARALLEL_MAKE = ""
19inherit autotools gettext perlnative 19inherit autotools gettext perlnative
20 20
21export PERL_LIBDIR = "${libdir}/perl" 21export PERL_LIBDIR = "${libdir}/perl"
22PERL_LIBDIR_virtclass-native = "${libdir}/perl-native/perl" 22PERL_LIBDIR_class-native = "${libdir}/perl-native/perl"
23 23
24EXTRA_OECONF = "--without-static-progs \ 24EXTRA_OECONF = "--without-static-progs \
25 --without-dselect \ 25 --without-dselect \
@@ -58,7 +58,7 @@ do_install_append () {
58 58
59# Create a wrapper for the perl script to avoid the "bad interpreter" 59# Create a wrapper for the perl script to avoid the "bad interpreter"
60# error when the tmpdir is longer than 150. 60# error when the tmpdir is longer than 150.
61do_install_append_virtclass-native () { 61do_install_append_class-native () {
62 tmp=`find ${D}${bindir} -type f -exec grep -m 1 -l '#!/.*/perl-native/perl' {} \;` 62 tmp=`find ${D}${bindir} -type f -exec grep -m 1 -l '#!/.*/perl-native/perl' {} \;`
63 for i in $tmp; do 63 for i in $tmp; do
64 create_wrapper $i ${STAGING_BINDIR_NATIVE}/perl-native/perl 64 create_wrapper $i ${STAGING_BINDIR_NATIVE}/perl-native/perl
@@ -66,7 +66,7 @@ do_install_append_virtclass-native () {
66} 66}
67 67
68PROV = "virtual/update-alternatives" 68PROV = "virtual/update-alternatives"
69PROV_virtclass-native = "" 69PROV_class-native = ""
70 70
71PROVIDES += "${PROV}" 71PROVIDES += "${PROV}"
72 72
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/meta/recipes-devtools/elfutils/elfutils_0.148.bb
index 5d45f3a8d2..45931b0ae9 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.148.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.148.bb
@@ -46,7 +46,7 @@ SRC_URI += "\
46inherit autotools gettext 46inherit autotools gettext
47 47
48EXTRA_OECONF = "--program-prefix=eu- --without-lzma" 48EXTRA_OECONF = "--program-prefix=eu- --without-lzma"
49EXTRA_OECONF_append_virtclass-native = " --without-bzlib" 49EXTRA_OECONF_append_class-native = " --without-bzlib"
50EXTRA_OECONF_append_libc-uclibc = " --enable-uclibc" 50EXTRA_OECONF_append_libc-uclibc = " --enable-uclibc"
51 51
52do_configure_prepend() { 52do_configure_prepend() {
@@ -60,8 +60,8 @@ do_configure_prepend() {
60# build only libelf for uclibc case 60# build only libelf for uclibc case
61 61
62EXTRA_OEMAKE_libc-uclibc = "-C libelf" 62EXTRA_OEMAKE_libc-uclibc = "-C libelf"
63EXTRA_OEMAKE_virtclass-native = "" 63EXTRA_OEMAKE_class-native = ""
64EXTRA_OEMAKE_virtclass-nativesdk = "" 64EXTRA_OEMAKE_class-nativesdk = ""
65 65
66BBCLASSEXTEND = "native nativesdk" 66BBCLASSEXTEND = "native nativesdk"
67 67
diff --git a/meta/recipes-devtools/file/file_5.11.bb b/meta/recipes-devtools/file/file_5.11.bb
index 540c2b24dd..be6a863dbf 100644
--- a/meta/recipes-devtools/file/file_5.11.bb
+++ b/meta/recipes-devtools/file/file_5.11.bb
@@ -9,7 +9,7 @@ LICENSE = "BSD"
9LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=6a7382872edb68d33e1a9398b6e03188" 9LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=6a7382872edb68d33e1a9398b6e03188"
10 10
11DEPENDS = "zlib file-native" 11DEPENDS = "zlib file-native"
12DEPENDS_virtclass-native = "zlib-native" 12DEPENDS_class-native = "zlib-native"
13PR = "r0" 13PR = "r0"
14 14
15SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \ 15SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \
@@ -29,7 +29,7 @@ do_configure_prepend() {
29 29
30FILES_${PN} += "${datadir}/misc/*.mgc" 30FILES_${PN} += "${datadir}/misc/*.mgc"
31 31
32do_install_append_virtclass-native() { 32do_install_append_class-native() {
33 create_cmdline_wrapper ${D}/${bindir}/file \ 33 create_cmdline_wrapper ${D}/${bindir}/file \
34 --magic-file ${datadir}/misc/magic.mgc 34 --magic-file ${datadir}/misc/magic.mgc
35} 35}
diff --git a/meta/recipes-devtools/flex/flex.inc b/meta/recipes-devtools/flex/flex.inc
index 01f75715c2..472813be90 100644
--- a/meta/recipes-devtools/flex/flex.inc
+++ b/meta/recipes-devtools/flex/flex.inc
@@ -10,6 +10,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2 "
10 10
11inherit autotools gettext 11inherit autotools gettext
12 12
13do_install_append_virtclass-native() { 13do_install_append_class-native() {
14 create_wrapper ${D}/${bindir}/flex M4=${STAGING_BINDIR_NATIVE}/m4 14 create_wrapper ${D}/${bindir}/flex M4=${STAGING_BINDIR_NATIVE}/m4
15} 15}
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc
index 4a0c4aaaef..55e1482b77 100644
--- a/meta/recipes-devtools/git/git.inc
+++ b/meta/recipes-devtools/git/git.inc
@@ -3,7 +3,7 @@ SECTION = "console/utils"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4DEPENDS = "openssl curl zlib expat" 4DEPENDS = "openssl curl zlib expat"
5 5
6PROVIDES_append_virtclass-native = " git-replacement-native" 6PROVIDES_append_class-native = " git-replacement-native"
7 7
8SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.bz2 " 8SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.bz2 "
9S = "${WORKDIR}/git-${PV}" 9S = "${WORKDIR}/git-${PV}"
@@ -31,7 +31,7 @@ do_install () {
31 rm -rf ${D}${libdir}/perl-native 31 rm -rf ${D}${libdir}/perl-native
32} 32}
33 33
34do_install_append_virtclass-native() { 34do_install_append_class-native() {
35 create_wrapper ${D}/${bindir}/git \ 35 create_wrapper ${D}/${bindir}/git \
36 GIT_EXEC_PATH=${libexecdir}/git-core \ 36 GIT_EXEC_PATH=${libexecdir}/git-core \
37 GIT_TEMPLATE_DIR=${STAGING_DATADIR_NATIVE}/git-core/templates 37 GIT_TEMPLATE_DIR=${STAGING_DATADIR_NATIVE}/git-core/templates
diff --git a/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb b/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb
index dd9248f2eb..97c66b312f 100644
--- a/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb
+++ b/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb
@@ -4,7 +4,7 @@ SECTION = "devel"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://config.guess;endline=39;md5=b79a4663475f4d724846463277817e0d" 5LIC_FILES_CHKSUM = "file://config.guess;endline=39;md5=b79a4663475f4d724846463277817e0d"
6 6
7DEPENDS_virtclass-native = "perl-native-runtime" 7DEPENDS_class-native = "perl-native-runtime"
8 8
9INHIBIT_DEFAULT_DEPS = "1" 9INHIBIT_DEFAULT_DEPS = "1"
10 10
diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb b/meta/recipes-devtools/gnu-config/gnu-config_git.bb
index 73efbb0f91..8112690484 100644
--- a/meta/recipes-devtools/gnu-config/gnu-config_git.bb
+++ b/meta/recipes-devtools/gnu-config/gnu-config_git.bb
@@ -4,7 +4,7 @@ SECTION = "devel"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://config.guess;endline=39;md5=0e6ca0501b27177f3bc640f7225e3ead" 5LIC_FILES_CHKSUM = "file://config.guess;endline=39;md5=0e6ca0501b27177f3bc640f7225e3ead"
6 6
7DEPENDS_virtclass-native = "perl-native-runtime" 7DEPENDS_class-native = "perl-native-runtime"
8 8
9INHIBIT_DEFAULT_DEPS = "1" 9INHIBIT_DEFAULT_DEPS = "1"
10 10
diff --git a/meta/recipes-devtools/guile/guile_2.0.6.bb b/meta/recipes-devtools/guile/guile_2.0.6.bb
index a9df4f768f..b5f55af6d1 100644
--- a/meta/recipes-devtools/guile/guile_2.0.6.bb
+++ b/meta/recipes-devtools/guile/guile_2.0.6.bb
@@ -56,7 +56,7 @@ do_compile_append() {
56 fi 56 fi
57} 57}
58 58
59do_install_append_virtclass-native() { 59do_install_append_class-native() {
60 install -m 0755 ${D}${bindir}/guile ${D}${bindir}/${HOST_SYS}-guile 60 install -m 0755 ${D}${bindir}/guile ${D}${bindir}/${HOST_SYS}-guile
61 61
62 create_wrapper ${D}/${bindir}/guile \ 62 create_wrapper ${D}/${bindir}/guile \
diff --git a/meta/recipes-devtools/insserv/insserv_1.14.0.bb b/meta/recipes-devtools/insserv/insserv_1.14.0.bb
index c424a154fe..1d1f59dd8c 100644
--- a/meta/recipes-devtools/insserv/insserv_1.14.0.bb
+++ b/meta/recipes-devtools/insserv/insserv_1.14.0.bb
@@ -21,7 +21,7 @@ do_install () {
21 install -m0644 ${WORKDIR}/insserv.conf ${D}${sysconfdir}/insserv.conf 21 install -m0644 ${WORKDIR}/insserv.conf ${D}${sysconfdir}/insserv.conf
22} 22}
23 23
24do_install_virtclass-native () { 24do_install_class-native () {
25 oe_runmake 'DESTDIR=${D}/${STAGING_DIR_NATIVE}' install 25 oe_runmake 'DESTDIR=${D}/${STAGING_DIR_NATIVE}' install
26 install -m0644 ${WORKDIR}/insserv.conf ${D}${sysconfdir}/insserv.conf 26 install -m0644 ${WORKDIR}/insserv.conf ${D}${sysconfdir}/insserv.conf
27} 27}
diff --git a/meta/recipes-devtools/intltool/intltool.inc b/meta/recipes-devtools/intltool/intltool.inc
index 59974d80d8..bf0e45bea3 100644
--- a/meta/recipes-devtools/intltool/intltool.inc
+++ b/meta/recipes-devtools/intltool/intltool.inc
@@ -8,11 +8,11 @@ S = "${WORKDIR}/intltool-${PV}"
8 8
9DEPENDS = "libxml-parser-perl-native" 9DEPENDS = "libxml-parser-perl-native"
10RDEPENDS_${PN} = "gettext-dev libxml-parser-perl" 10RDEPENDS_${PN} = "gettext-dev libxml-parser-perl"
11DEPENDS_virtclass-native = "libxml-parser-perl-native" 11DEPENDS_class-native = "libxml-parser-perl-native"
12# gettext is assumed to exist on the host 12# gettext is assumed to exist on the host
13RDEPENDS_${PN}_virtclass-native = "libxml-parser-perl-native" 13RDEPENDS_${PN}_class-native = "libxml-parser-perl-native"
14RRECOMMENDS_${PN} = "perl-modules" 14RRECOMMENDS_${PN} = "perl-modules"
15RRECOMMENDS_${PN}_virtclass-native = "" 15RRECOMMENDS_${PN}_class-native = ""
16 16
17FILES_${PN}-dev = "" 17FILES_${PN}-dev = ""
18FILES_${PN} += "${datadir}/aclocal" 18FILES_${PN} += "${datadir}/aclocal"
@@ -22,6 +22,6 @@ INSANE_SKIP_${PN} += "dev-deps"
22inherit autotools pkgconfig perlnative 22inherit autotools pkgconfig perlnative
23 23
24export PERL = "${bindir}/env perl" 24export PERL = "${bindir}/env perl"
25PERL_virtclass-native = "/usr/bin/env nativeperl" 25PERL_class-native = "/usr/bin/env nativeperl"
26 26
27BBCLASSEXTEND = "native" 27BBCLASSEXTEND = "native"
diff --git a/meta/recipes-devtools/intltool/intltool_0.50.0.bb b/meta/recipes-devtools/intltool/intltool_0.50.0.bb
index fa9850fe09..f890e924e9 100644
--- a/meta/recipes-devtools/intltool/intltool_0.50.0.bb
+++ b/meta/recipes-devtools/intltool/intltool_0.50.0.bb
@@ -13,7 +13,7 @@ SRC_URI += "file://intltool-nowarn-0.50.0.patch \
13# in the intltool.m4 via the remove-xml-check.patch 13# in the intltool.m4 via the remove-xml-check.patch
14NATIVEPATCHES = "file://noperlcheck.patch \ 14NATIVEPATCHES = "file://noperlcheck.patch \
15 file://remove-xml-check.patch" 15 file://remove-xml-check.patch"
16NATIVEPATCHES_virtclass-native = "file://use-nativeperl.patch" 16NATIVEPATCHES_class-native = "file://use-nativeperl.patch"
17 17
18SRC_URI[md5sum] = "0da9847a60391ca653df35123b1f7cc0" 18SRC_URI[md5sum] = "0da9847a60391ca653df35123b1f7cc0"
19SRC_URI[sha256sum] = "dccfb0b7dd35a170130e8934bfd30c29da6ae73bcd3ca4ba71317c977b2893d6" 19SRC_URI[sha256sum] = "dccfb0b7dd35a170130e8934bfd30c29da6ae73bcd3ca4ba71317c977b2893d6"
diff --git a/meta/recipes-devtools/opensp/opensp_1.5.2.bb b/meta/recipes-devtools/opensp/opensp_1.5.2.bb
index ecf8a3738b..7edd59d7d6 100644
--- a/meta/recipes-devtools/opensp/opensp_1.5.2.bb
+++ b/meta/recipes-devtools/opensp/opensp_1.5.2.bb
@@ -22,7 +22,7 @@ inherit autotools gettext
22 22
23EXTRA_OECONF = "--disable-doc-build" 23EXTRA_OECONF = "--disable-doc-build"
24 24
25EXTRA_OECONF_virtclass-native = "\ 25EXTRA_OECONF_class-native = "\
26 --disable-doc-build \ 26 --disable-doc-build \
27 --enable-default-catalog=${sysconfdir}/sgml/catalog \ 27 --enable-default-catalog=${sysconfdir}/sgml/catalog \
28 --enable-default-search-path=${datadir}/sgml \ 28 --enable-default-search-path=${datadir}/sgml \
@@ -41,7 +41,7 @@ do_install_append() {
41 ln -sf osx sgml2xml 41 ln -sf osx sgml2xml
42} 42}
43 43
44do_install_append_virtclass-native() { 44do_install_append_class-native() {
45 for util in nsgmls sgmlnorm spam spcat spent sx; do 45 for util in nsgmls sgmlnorm spam spcat spent sx; do
46 create_cmdline_wrapper ${D}/${bindir}/$util \ 46 create_cmdline_wrapper ${D}/${bindir}/$util \
47 -D ${sysconfdir}/sgml 47 -D ${sysconfdir}/sgml
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
index a3c67023a9..c74febc8e3 100644
--- a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
@@ -5,7 +5,7 @@ LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ 5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
6 file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083" 6 file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083"
7RDEPENDS_${PN} = "python python-shell python-io python-math python-crypt python-logging python-fcntl python-subprocess python-pickle python-compression python-textutils python-stringold" 7RDEPENDS_${PN} = "python python-shell python-io python-math python-crypt python-logging python-fcntl python-subprocess python-pickle python-compression python-textutils python-stringold"
8RDEPENDS_${PN}_virtclass-native = "" 8RDEPENDS_${PN}_class-native = ""
9SRCREV = "f1a9d6701993a6f6b1930b4c2bdb71525aa25320" 9SRCREV = "f1a9d6701993a6f6b1930b4c2bdb71525aa25320"
10PV = "0.1.8+git${SRCPV}" 10PV = "0.1.8+git${SRCPV}"
11 11
@@ -15,7 +15,7 @@ SRC_URI = "git://git.yoctoproject.org/opkg-utils;protocol=git \
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17# Avoid circular dependencies from package_ipk.bbclass 17# Avoid circular dependencies from package_ipk.bbclass
18PACKAGES_virtclass-native = "" 18PACKAGES_class-native = ""
19 19
20do_install() { 20do_install() {
21 oe_runmake PREFIX=${prefix} DESTDIR=${D} install 21 oe_runmake PREFIX=${prefix} DESTDIR=${D} install
diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc
index 28cc6a66dd..b3d587c63a 100644
--- a/meta/recipes-devtools/opkg/opkg.inc
+++ b/meta/recipes-devtools/opkg/opkg.inc
@@ -27,15 +27,15 @@ EXTRA_OECONF += " --disable-gpg \
27 27
28target_localstatedir := "${localstatedir}" 28target_localstatedir := "${localstatedir}"
29EXTRA_OECONF += "--with-opkglibdir=${localstatedir}/lib" 29EXTRA_OECONF += "--with-opkglibdir=${localstatedir}/lib"
30EXTRA_OECONF_virtclass-native = "--with-opkglibdir=${target_localstatedir}/lib --disable-gpg --disable-curl --disable-openssl" 30EXTRA_OECONF_class-native = "--with-opkglibdir=${target_localstatedir}/lib --disable-gpg --disable-curl --disable-openssl"
31EXTRA_OECONF_virtclass-nativesdk = "--with-opkglibdir=${target_localstatedir}/lib --disable-gpg --disable-curl --disable-openssl" 31EXTRA_OECONF_class-nativesdk = "--with-opkglibdir=${target_localstatedir}/lib --disable-gpg --disable-curl --disable-openssl"
32 32
33PROVIDES += "virtual/update-alternatives" 33PROVIDES += "virtual/update-alternatives"
34RPROVIDES_update-alternatives-cworth += "update-alternatives" 34RPROVIDES_update-alternatives-cworth += "update-alternatives"
35RCONFLICTS_update-alternatives-cworth = "update-alternatives-dpkg" 35RCONFLICTS_update-alternatives-cworth = "update-alternatives-dpkg"
36RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} opkg-config-base" 36RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} opkg-config-base"
37RDEPENDS_${PN}_virtclass-native = "" 37RDEPENDS_${PN}_class-native = ""
38RDEPENDS_${PN}_virtclass-nativesdk = "" 38RDEPENDS_${PN}_class-nativesdk = ""
39PACKAGE_ARCH_update-alternatives-cworth = "all" 39PACKAGE_ARCH_update-alternatives-cworth = "all"
40RREPLACES_${PN} = "opkg-nogpg" 40RREPLACES_${PN} = "opkg-nogpg"
41 41
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb
index 33b4d83862..66df91587b 100644
--- a/meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb
+++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb
@@ -29,7 +29,7 @@ do_compile() {
29 cpan_do_compile 29 cpan_do_compile
30} 30}
31 31
32do_compile_virtclass-native() { 32do_compile_class-native() {
33 cpan_do_compile 33 cpan_do_compile
34} 34}
35 35
diff --git a/meta/recipes-devtools/perl/perl_5.14.2.bb b/meta/recipes-devtools/perl/perl_5.14.2.bb
index 1e1eb04588..bfc34d5caf 100644
--- a/meta/recipes-devtools/perl/perl_5.14.2.bb
+++ b/meta/recipes-devtools/perl/perl_5.14.2.bb
@@ -312,7 +312,7 @@ python populate_packages_prepend () {
312} 312}
313 313
314PACKAGES_DYNAMIC += "^perl-module-.*" 314PACKAGES_DYNAMIC += "^perl-module-.*"
315PACKAGES_DYNAMIC_virtclass-nativesdk += "^nativesdk-perl-module-.*" 315PACKAGES_DYNAMIC_class-nativesdk += "^nativesdk-perl-module-.*"
316 316
317RPROVIDES_perl-lib = "perl-lib" 317RPROVIDES_perl-lib = "perl-lib"
318 318
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig.inc b/meta/recipes-devtools/pkgconfig/pkgconfig.inc
index 8a8320e043..83a9cdf80a 100644
--- a/meta/recipes-devtools/pkgconfig/pkgconfig.inc
+++ b/meta/recipes-devtools/pkgconfig/pkgconfig.inc
@@ -9,8 +9,8 @@ LICENSE = "GPLv2+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 9LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
10 10
11DEPENDS = "glib-2.0 popt" 11DEPENDS = "glib-2.0 popt"
12DEPENDS_virtclass-native = "" 12DEPENDS_class-native = ""
13DEPENDS_virtclass-nativesdk = "" 13DEPENDS_class-nativesdk = ""
14 14
15SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz \ 15SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz \
16 file://autofoo.patch \ 16 file://autofoo.patch \
@@ -22,8 +22,8 @@ S = "${WORKDIR}/pkg-config-${PV}/"
22inherit autotools 22inherit autotools
23 23
24EXTRA_OECONF = "--with-installed-glib --with-installed-popt --disable-legacy-scripts" 24EXTRA_OECONF = "--with-installed-glib --with-installed-popt --disable-legacy-scripts"
25EXTRA_OECONF_virtclass-native = "--disable-legacy-scripts" 25EXTRA_OECONF_class-native = "--disable-legacy-scripts"
26EXTRA_OECONF_virtclass-nativesdk = "--disable-legacy-scripts" 26EXTRA_OECONF_class-nativesdk = "--disable-legacy-scripts"
27 27
28acpaths = "-I ." 28acpaths = "-I ."
29do_configure_prepend () { 29do_configure_prepend () {
diff --git a/meta/recipes-devtools/pseudo/pseudo.inc b/meta/recipes-devtools/pseudo/pseudo.inc
index 095e6e06d9..98f706c36a 100644
--- a/meta/recipes-devtools/pseudo/pseudo.inc
+++ b/meta/recipes-devtools/pseudo/pseudo.inc
@@ -9,9 +9,9 @@ SECTION = "base"
9LICENSE = "LGPL2.1" 9LICENSE = "LGPL2.1"
10DEPENDS = "sqlite3" 10DEPENDS = "sqlite3"
11 11
12SRC_URI_append_virtclass-nativesdk = " file://symver.patch" 12SRC_URI_append_class-nativesdk = " file://symver.patch"
13 13
14SRC_URI_append_virtclass-native = " file://symver.patch" 14SRC_URI_append_class-native = " file://symver.patch"
15 15
16FILES_${PN} = "${libdir}/pseudo/lib*/libpseudo.so ${bindir}/* ${localstatedir}/pseudo ${prefix}/var/pseudo" 16FILES_${PN} = "${libdir}/pseudo/lib*/libpseudo.so ${bindir}/* ${localstatedir}/pseudo ${prefix}/var/pseudo"
17FILES_${PN}-dbg += "${libdir}/pseudo/lib*/.debug" 17FILES_${PN}-dbg += "${libdir}/pseudo/lib*/.debug"
@@ -40,7 +40,7 @@ do_compile () {
40# Two below are the same 40# Two below are the same
41# If necessary compile for the alternative machine arch. This is only 41# If necessary compile for the alternative machine arch. This is only
42# necessary in a native build. 42# necessary in a native build.
43do_compile_prepend_virtclass-native () { 43do_compile_prepend_class-native () {
44 if [ "${SITEINFO_BITS}" = "64" -a -e "/usr/include/gnu/stubs-32.h" -a "${PN}" = "pseudo-native" -a "${NO32LIBS}" != "1" ]; then 44 if [ "${SITEINFO_BITS}" = "64" -a -e "/usr/include/gnu/stubs-32.h" -a "${PN}" = "pseudo-native" -a "${NO32LIBS}" != "1" ]; then
45 # We need the 32-bit libpseudo on a 64-bit machine... 45 # We need the 32-bit libpseudo on a 64-bit machine...
46 # ... and we really, really, hope that the native host is 46 # ... and we really, really, hope that the native host is
@@ -58,7 +58,7 @@ do_compile_prepend_virtclass-native () {
58 fi 58 fi
59} 59}
60 60
61do_compile_prepend_virtclass-nativesdk () { 61do_compile_prepend_class-nativesdk () {
62 if [ "${SITEINFO_BITS}" = "64" -a -e "/usr/include/gnu/stubs-32.h" -a "${PN}" = "pseudo-native" -a "${NO32LIBS}" != "1" ]; then 62 if [ "${SITEINFO_BITS}" = "64" -a -e "/usr/include/gnu/stubs-32.h" -a "${PN}" = "pseudo-native" -a "${NO32LIBS}" != "1" ]; then
63 # We need the 32-bit libpseudo on a 64-bit machine... 63 # We need the 32-bit libpseudo on a 64-bit machine...
64 # ... and we really, really, hope that the native host is 64 # ... and we really, really, hope that the native host is
@@ -77,14 +77,14 @@ do_install () {
77# Two below are the same 77# Two below are the same
78# If necessary install for the alternative machine arch. This is only 78# If necessary install for the alternative machine arch. This is only
79# necessary in a native build. 79# necessary in a native build.
80do_install_append_virtclass-native () { 80do_install_append_class-native () {
81 if [ "${SITEINFO_BITS}" = "64" -a -e "/usr/include/gnu/stubs-32.h" -a "${PN}" = "pseudo-native" -a "${NO32LIBS}" != "1" ]; then 81 if [ "${SITEINFO_BITS}" = "64" -a -e "/usr/include/gnu/stubs-32.h" -a "${PN}" = "pseudo-native" -a "${NO32LIBS}" != "1" ]; then
82 mkdir -p ${D}${prefix}/lib/pseudo/lib 82 mkdir -p ${D}${prefix}/lib/pseudo/lib
83 cp lib/pseudo/lib/libpseudo.so ${D}${prefix}/lib/pseudo/lib/. 83 cp lib/pseudo/lib/libpseudo.so ${D}${prefix}/lib/pseudo/lib/.
84 fi 84 fi
85} 85}
86 86
87do_install_append_virtclass-nativesdk () { 87do_install_append_class-nativesdk () {
88 if [ "${SITEINFO_BITS}" = "64" -a -e "/usr/include/gnu/stubs-32.h" -a "${PN}" = "pseudo-native" -a "${NO32LIBS}" != "1" ]; then 88 if [ "${SITEINFO_BITS}" = "64" -a -e "/usr/include/gnu/stubs-32.h" -a "${PN}" = "pseudo-native" -a "${NO32LIBS}" != "1" ]; then
89 mkdir -p ${D}${prefix}/lib/pseudo/lib 89 mkdir -p ${D}${prefix}/lib/pseudo/lib
90 cp lib/pseudo/lib/libpseudo.so ${D}${prefix}/lib/pseudo/lib/. 90 cp lib/pseudo/lib/libpseudo.so ${D}${prefix}/lib/pseudo/lib/.
diff --git a/meta/recipes-devtools/python/python-pygobject_2.27.91.bb b/meta/recipes-devtools/python/python-pygobject_2.27.91.bb
index d08668e1dd..daf570dade 100644
--- a/meta/recipes-devtools/python/python-pygobject_2.27.91.bb
+++ b/meta/recipes-devtools/python/python-pygobject_2.27.91.bb
@@ -3,8 +3,8 @@ SECTION = "devel/python"
3LICENSE = "LGPLv2.1" 3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" 4LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
5DEPENDS = "python python-pygobject-native glib-2.0" 5DEPENDS = "python python-pygobject-native glib-2.0"
6DEPENDS_virtclass-native = "glib-2.0-native" 6DEPENDS_class-native = "glib-2.0-native"
7RDEPENDS_virtclass-native = "" 7RDEPENDS_class-native = ""
8PR = "r5" 8PR = "r5"
9 9
10MAJ_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" 10MAJ_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
diff --git a/meta/recipes-devtools/python/python-setuptools_0.6c11.bb b/meta/recipes-devtools/python/python-setuptools_0.6c11.bb
index 24dd9e5cfe..8608104433 100644
--- a/meta/recipes-devtools/python/python-setuptools_0.6c11.bb
+++ b/meta/recipes-devtools/python/python-setuptools_0.6c11.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://setup.py;beginline=23;endline=23;md5=8a314270dd7a8dbc
7SRCNAME = "setuptools" 7SRCNAME = "setuptools"
8PR = "ml5" 8PR = "ml5"
9DEPENDS += "python" 9DEPENDS += "python"
10DEPENDS_virtclass-native += "python-native" 10DEPENDS_class-native += "python-native"
11 11
12SRC_URI = "\ 12SRC_URI = "\
13 http://cheeseshop.python.org/packages/source/s/setuptools/${SRCNAME}-${PV}.tar.gz\ 13 http://cheeseshop.python.org/packages/source/s/setuptools/${SRCNAME}-${PV}.tar.gz\
diff --git a/meta/recipes-devtools/python/python_2.7.3.bb b/meta/recipes-devtools/python/python_2.7.3.bb
index 3eb36fc9aa..3a17c85bb8 100644
--- a/meta/recipes-devtools/python/python_2.7.3.bb
+++ b/meta/recipes-devtools/python/python_2.7.3.bb
@@ -148,7 +148,7 @@ require python-${PYTHON_MAJMIN}-manifest.inc
148RPROVIDES_${PN}-core = "${PN}" 148RPROVIDES_${PN}-core = "${PN}"
149RRECOMMENDS_${PN}-core = "${PN}-readline" 149RRECOMMENDS_${PN}-core = "${PN}-readline"
150RRECOMMENDS_${PN}-crypt = "openssl" 150RRECOMMENDS_${PN}-crypt = "openssl"
151RRECOMMENDS_${PN}-crypt_virtclass-nativesdk = "nativesdk-openssl" 151RRECOMMENDS_${PN}-crypt_class-nativesdk = "nativesdk-openssl"
152 152
153# package libpython2 153# package libpython2
154PACKAGES =+ "lib${BPN}2" 154PACKAGES =+ "lib${BPN}2"
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 28ff76089d..95556ba8f7 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -9,8 +9,8 @@ QEMU_TARGETS ?= "arm i386 mips mipsel mips64 mips64el ppc sh4 x86_64"
9require qemu-targets.inc 9require qemu-targets.inc
10 10
11SDL ?= "--disable-sdl" 11SDL ?= "--disable-sdl"
12SDL_virtclass-native ?= "" 12SDL_class-native ?= ""
13SDL_virtclass-nativesdk ?= "" 13SDL_class-nativesdk ?= ""
14 14
15EXTRA_OECONF += "--target-list=${@get_qemu_target_list(d)} --disable-werror --disable-vnc-tls --audio-drv-list=oss,alsa --audio-card-list=ac97,es1370 ${SDL} --disable-curl --disable-vnc-jpeg --disable-bluez" 15EXTRA_OECONF += "--target-list=${@get_qemu_target_list(d)} --disable-werror --disable-vnc-tls --audio-drv-list=oss,alsa --audio-card-list=ac97,es1370 ${SDL} --disable-curl --disable-vnc-jpeg --disable-bluez"
16 16
@@ -40,10 +40,10 @@ do_install () {
40 40
41PACKAGECONFIG ??= "" 41PACKAGECONFIG ??= ""
42 42
43DEPENDS_virtclass-native = "zlib-native alsa-lib-native glib-2.0-native" 43DEPENDS_class-native = "zlib-native alsa-lib-native glib-2.0-native"
44DEPENDS_virtclass-nativesdk = "nativesdk-zlib nativesdk-libsdl nativesdk-glib-2.0" 44DEPENDS_class-nativesdk = "nativesdk-zlib nativesdk-libsdl nativesdk-glib-2.0"
45RDEPENDS_virtclass-nativesdk = "nativesdk-libsdl" 45RDEPENDS_class-nativesdk = "nativesdk-libsdl"
46EXTRA_OECONF_virtclass-nativesdk = "--target-list=${@get_qemu_target_list(d)} --disable-werror --disable-vnc-tls \ 46EXTRA_OECONF_class-nativesdk = "--target-list=${@get_qemu_target_list(d)} --disable-werror --disable-vnc-tls \
47 --disable-curl \ 47 --disable-curl \
48 " 48 "
49 49
diff --git a/meta/recipes-devtools/qemu/qemu_1.2.0.bb b/meta/recipes-devtools/qemu/qemu_1.2.0.bb
index 5cc142a624..af5eb0349c 100644
--- a/meta/recipes-devtools/qemu/qemu_1.2.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_1.2.0.bb
@@ -20,11 +20,11 @@ SRC_URI[sha256sum] = "c8b84420d9f4869397f84cad2dabd9a475b7723d619a924a873740353e
20 20
21PR = "r4" 21PR = "r4"
22 22
23SRC_URI_append_virtclass-nativesdk = "\ 23SRC_URI_append_class-nativesdk = "\
24 file://relocatable_sdk.patch \ 24 file://relocatable_sdk.patch \
25 " 25 "
26 26
27do_configure_prepend_virtclass-nativesdk() { 27do_configure_prepend_class-nativesdk() {
28 if [ "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" = "" ] ; then 28 if [ "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" = "" ] ; then
29 # Undo the -lX11 added by linker-flags.patch 29 # Undo the -lX11 added by linker-flags.patch
30 sed -i 's/-lX11//g' Makefile.target 30 sed -i 's/-lX11//g' Makefile.target
@@ -45,7 +45,7 @@ do_install_append() {
45} 45}
46# END of qemu-mips workaround 46# END of qemu-mips workaround
47 47
48do_configure_prepend_virtclass-native() { 48do_configure_prepend_class-native() {
49 # Undo the -lX11 added by linker-flags.patch, don't assume that host has libX11 installed 49 # Undo the -lX11 added by linker-flags.patch, don't assume that host has libX11 installed
50 sed -i 's/-lX11//g' Makefile.target 50 sed -i 's/-lX11//g' Makefile.target
51} 51}
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb
index e838f40faa..3268160d86 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.9.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.9.bb
@@ -91,13 +91,13 @@ acpaths = "-I ${S}/db/dist/aclocal -I ${S}/db/dist/aclocal_java"
91 91
92# Specify the default rpm macros in terms of adjustable variables 92# Specify the default rpm macros in terms of adjustable variables
93rpm_macros = "%{_usrlibrpm}/macros:%{_usrlibrpm}/poky/macros:%{_usrlibrpm}/poky/%{_target}/macros:%{_etcrpm}/macros.*:%{_etcrpm}/macros:%{_etcrpm}/%{_target}/macros:~/.oerpmmacros" 93rpm_macros = "%{_usrlibrpm}/macros:%{_usrlibrpm}/poky/macros:%{_usrlibrpm}/poky/%{_target}/macros:%{_etcrpm}/macros.*:%{_etcrpm}/macros:%{_etcrpm}/%{_target}/macros:~/.oerpmmacros"
94rpm_macros_virtclass-native = "%{_usrlibrpm}/macros:%{_usrlibrpm}/poky/macros:%{_usrlibrpm}/poky/%{_target}/macros:~/.oerpmmacros" 94rpm_macros_class-native = "%{_usrlibrpm}/macros:%{_usrlibrpm}/poky/macros:%{_usrlibrpm}/poky/%{_target}/macros:~/.oerpmmacros"
95 95
96# sqlite lua tcl augeas nss gcrypt neon xz xar keyutils perl selinux 96# sqlite lua tcl augeas nss gcrypt neon xz xar keyutils perl selinux
97 97
98# Note: perl and sqlite w/o db specified does not currently work. 98# Note: perl and sqlite w/o db specified does not currently work.
99# tcl, augeas, nss, gcrypt, xar and keyutils support is untested. 99# tcl, augeas, nss, gcrypt, xar and keyutils support is untested.
100PACKAGECONFIG_virtclass-native ??= "db bzip2 zlib beecrypt openssl libelf python" 100PACKAGECONFIG_class-native ??= "db bzip2 zlib beecrypt openssl libelf python"
101PACKAGECONFIG ??= "db bzip2 zlib beecrypt openssl libelf python" 101PACKAGECONFIG ??= "db bzip2 zlib beecrypt openssl libelf python"
102 102
103PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2," 103PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2,"
@@ -431,7 +431,7 @@ do_install_append() {
431 rm -f ${D}/usr/lib/rpm/bin/api-sanity-checker.pl 431 rm -f ${D}/usr/lib/rpm/bin/api-sanity-checker.pl
432} 432}
433 433
434do_install_append_virtclass-native() { 434do_install_append_class-native() {
435 create_wrapper ${D}/${bindir}/rpm \ 435 create_wrapper ${D}/${bindir}/rpm \
436 RPM_USRLIBRPM=${STAGING_LIBDIR_NATIVE}/rpm \ 436 RPM_USRLIBRPM=${STAGING_LIBDIR_NATIVE}/rpm \
437 RPM_ETCRPM=${STAGING_ETCDIR_NATIVE}/rpm \ 437 RPM_ETCRPM=${STAGING_ETCDIR_NATIVE}/rpm \
diff --git a/meta/recipes-devtools/rpm/rpmresolve_1.0.bb b/meta/recipes-devtools/rpm/rpmresolve_1.0.bb
index ea542e1cc3..48c52c0403 100644
--- a/meta/recipes-devtools/rpm/rpmresolve_1.0.bb
+++ b/meta/recipes-devtools/rpm/rpmresolve_1.0.bb
@@ -19,7 +19,7 @@ do_install() {
19 install -m 0755 rpmresolve ${D}${bindir} 19 install -m 0755 rpmresolve ${D}${bindir}
20} 20}
21 21
22do_install_append_virtclass-native() { 22do_install_append_class-native() {
23 create_wrapper ${D}/${bindir}/rpmresolve \ 23 create_wrapper ${D}/${bindir}/rpmresolve \
24 RPM_USRLIBRPM=${STAGING_LIBDIR_NATIVE}/rpm \ 24 RPM_USRLIBRPM=${STAGING_LIBDIR_NATIVE}/rpm \
25 RPM_ETCRPM=${STAGING_ETCDIR_NATIVE}/rpm \ 25 RPM_ETCRPM=${STAGING_ETCDIR_NATIVE}/rpm \
diff --git a/meta/recipes-devtools/tcltk/tcl_8.5.11.bb b/meta/recipes-devtools/tcltk/tcl_8.5.11.bb
index fab6057d66..b8f1e9af65 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.5.11.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.5.11.bb
@@ -23,13 +23,13 @@ SRC_URI = "${BASE_SRC_URI} \
23SRC_URI[md5sum] = "b01a9691c83990b3db0ce62d1012ca67" 23SRC_URI[md5sum] = "b01a9691c83990b3db0ce62d1012ca67"
24SRC_URI[sha256sum] = "8addc385fa6b5be4605e6d68fbdc4c0e674c5af1dc1c95ec5420390c4b08042a" 24SRC_URI[sha256sum] = "8addc385fa6b5be4605e6d68fbdc4c0e674c5af1dc1c95ec5420390c4b08042a"
25 25
26SRC_URI_virtclass-native = "${BASE_SRC_URI}" 26SRC_URI_class-native = "${BASE_SRC_URI}"
27 27
28S = "${WORKDIR}/tcl${PV}/unix" 28S = "${WORKDIR}/tcl${PV}/unix"
29 29
30inherit autotools 30inherit autotools
31 31
32DEPENDS_virtclass-native = "" 32DEPENDS_class-native = ""
33 33
34EXTRA_OECONF = "--enable-threads --disable-rpath" 34EXTRA_OECONF = "--enable-threads --disable-rpath"
35 35
@@ -71,6 +71,6 @@ FILES_${PN}-dev += "${libdir}/tclConfig.sh"
71 71
72# isn't getting picked up by shlibs code 72# isn't getting picked up by shlibs code
73RDEPENDS_${PN} += "tcl-lib" 73RDEPENDS_${PN} += "tcl-lib"
74RDEPENDS_${PN}_virtclass-native = "" 74RDEPENDS_${PN}_class-native = ""
75 75
76BBCLASSEXTEND = "native" 76BBCLASSEXTEND = "native"
diff --git a/meta/recipes-devtools/unfs-server/unfs-server_2.1+2.2beta47.bb b/meta/recipes-devtools/unfs-server/unfs-server_2.1+2.2beta47.bb
index 7480638889..f65e92bf37 100644
--- a/meta/recipes-devtools/unfs-server/unfs-server_2.1+2.2beta47.bb
+++ b/meta/recipes-devtools/unfs-server/unfs-server_2.1+2.2beta47.bb
@@ -4,8 +4,8 @@ LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" 4LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
5 5
6RDEPENDS_${PN} = "pseudo" 6RDEPENDS_${PN} = "pseudo"
7RDEPENDS_${PN}_virtclass-native = "pseudo-native" 7RDEPENDS_${PN}_class-native = "pseudo-native"
8RDEPENDS_${PN}_virtclass-nativesdk = "nativesdk-pseudo" 8RDEPENDS_${PN}_class-nativesdk = "nativesdk-pseudo"
9BASEPV = "2.2beta47" 9BASEPV = "2.2beta47"
10PR = "r1" 10PR = "r1"
11 11