diff options
10 files changed, 21 insertions, 21 deletions
diff --git a/meta-efl/recipes-efl/efl/azy_svn.bb b/meta-efl/recipes-efl/efl/azy_svn.bb index cb180fb633..0c3c9d7db5 100644 --- a/meta-efl/recipes-efl/efl/azy_svn.bb +++ b/meta-efl/recipes-efl/efl/azy_svn.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Azy is a library meant for implementing rpc clients and servers in a simple manner." | 1 | DESCRIPTION = "Azy is a library meant for implementing rpc clients and servers in a simple manner." |
2 | DEPENDS = "pkgconfig zlib openssl eina gnutls ecore libxml2 re2c-native mysql5 azy-native glib-2.0" | 2 | DEPENDS = "pkgconfig zlib openssl eina gnutls ecore libxml2 re2c-native mysql5 azy-native glib-2.0" |
3 | DEPENDS_virtclass-native = "pkgconfig-native zlib-native openssl-native eina-native gnutls-native ecore-native libxml2-native re2c-native mysql5-native glib-2.0-native" | 3 | DEPENDS_class-native = "pkgconfig-native zlib-native openssl-native eina-native gnutls-native ecore-native libxml2-native re2c-native mysql5-native glib-2.0-native" |
4 | LICENSE = "LGPLv2.1+" | 4 | LICENSE = "LGPLv2.1+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
6 | 6 | ||
diff --git a/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb b/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb index 88f164fc5f..1afcd49158 100644 --- a/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb +++ b/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb | |||
@@ -17,12 +17,12 @@ SRC_URI[sha256sum] = "55c900a905482992730f575f3eef34d50bda717c197c97c08fa5a6eafd | |||
17 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |
18 | 18 | ||
19 | IDL_COMPILER_DEPENDS = "orbit2-native" | 19 | IDL_COMPILER_DEPENDS = "orbit2-native" |
20 | IDL_COMPILER_DEPENDS_virtclass-native = " " | 20 | IDL_COMPILER_DEPENDS_class-native = " " |
21 | DEPENDS = "libidl popt ${IDL_COMPILER_DEPENDS}" | 21 | DEPENDS = "libidl popt ${IDL_COMPILER_DEPENDS}" |
22 | 22 | ||
23 | # IDL_COMPILER_DEPENDS_virtclass-native for some reason didn't work and orbit2-native | 23 | # IDL_COMPILER_DEPENDS_class-native for some reason didn't work and orbit2-native |
24 | # was still in orbit2-native DEPENDS causing circular dependency | 24 | # was still in orbit2-native DEPENDS causing circular dependency |
25 | DEPENDS_virtclass-native = "libidl-native popt-native" | 25 | DEPENDS_class-native = "libidl-native popt-native" |
26 | PARALLEL_MAKE = "" | 26 | PARALLEL_MAKE = "" |
27 | 27 | ||
28 | 28 | ||
@@ -38,4 +38,4 @@ LEAD_SONAME = "libORBit-2.so" | |||
38 | inherit autotools pkgconfig gtk-doc | 38 | inherit autotools pkgconfig gtk-doc |
39 | 39 | ||
40 | EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR_NATIVE}/orbit-idl-2'" | 40 | EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR_NATIVE}/orbit-idl-2'" |
41 | EXTRA_OEMAKE_virtclass-native = " " | 41 | EXTRA_OEMAKE_class-native = " " |
diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc index 0740f0fa96..3e7f918674 100644 --- a/meta-networking/recipes-daemons/postfix/postfix.inc +++ b/meta-networking/recipes-daemons/postfix/postfix.inc | |||
@@ -10,7 +10,7 @@ DEPENDS = "virtual/db libpcre openssl postfix-native \ | |||
10 | ${@base_contains('DISTRO_FEATURES', 'ldap', 'openldap', '', d)} \ | 10 | ${@base_contains('DISTRO_FEATURES', 'ldap', 'openldap', '', d)} \ |
11 | ${@base_contains('DISTRO_FEATURES', 'sasl', 'cyrus-sasl', '', d)} \ | 11 | ${@base_contains('DISTRO_FEATURES', 'sasl', 'cyrus-sasl', '', d)} \ |
12 | " | 12 | " |
13 | DEPENDS_virtclass-native = "virtual/db-native openssl-native libpcre-native" | 13 | DEPENDS_class-native = "virtual/db-native openssl-native libpcre-native" |
14 | 14 | ||
15 | LICENSE = "IPL-1.0" | 15 | LICENSE = "IPL-1.0" |
16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=64375f37431336ea1b1b3005fe3fa354" | 16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=64375f37431336ea1b1b3005fe3fa354" |
@@ -54,8 +54,8 @@ export AUXLIBS-ldap = "\ | |||
54 | ${@base_contains('DISTRO_FEATURES', 'ldap', '-lldap -llber', '', d)}" | 54 | ${@base_contains('DISTRO_FEATURES', 'ldap', '-lldap -llber', '', d)}" |
55 | 55 | ||
56 | # no native openldap | 56 | # no native openldap |
57 | export CCARGS-ldap_virtclass-native = "" | 57 | export CCARGS-ldap_class-native = "" |
58 | export AUXLIBS-ldap_virtclass-native = "" | 58 | export AUXLIBS-ldap_class-native = "" |
59 | 59 | ||
60 | # SASL support -DUSE_LDAP_SASL -DUSE_SASL_AUTH | 60 | # SASL support -DUSE_LDAP_SASL -DUSE_SASL_AUTH |
61 | # current openldap didn't enable SASL | 61 | # current openldap didn't enable SASL |
@@ -63,8 +63,8 @@ export CCARGS-sasl = "\ | |||
63 | ${@base_contains('DISTRO_FEATURES', 'sasl', '-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I=/usr/include/sasl', '', d)}" | 63 | ${@base_contains('DISTRO_FEATURES', 'sasl', '-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I=/usr/include/sasl', '', d)}" |
64 | export AUXLIBS-sasl = "\ | 64 | export AUXLIBS-sasl = "\ |
65 | ${@base_contains('DISTRO_FEATURES', 'sasl', '-lsasl2', '', d)}" | 65 | ${@base_contains('DISTRO_FEATURES', 'sasl', '-lsasl2', '', d)}" |
66 | export CCARGS-sasl_virtclass-native = "" | 66 | export CCARGS-sasl_class-native = "" |
67 | export AUXLIBS-sasl_virtclass-native = "" | 67 | export AUXLIBS-sasl_class-native = "" |
68 | 68 | ||
69 | # PCRE, TLS support default | 69 | # PCRE, TLS support default |
70 | export CCARGS = "${CFLAGS} -DHAS_PCRE -DUSE_TLS ${CCARGS-ldap} ${CCARGS-sasl}" | 70 | export CCARGS = "${CFLAGS} -DHAS_PCRE -DUSE_TLS ${CCARGS-ldap} ${CCARGS-sasl}" |
@@ -119,7 +119,7 @@ do_compile () { | |||
119 | oe_runmake | 119 | oe_runmake |
120 | } | 120 | } |
121 | 121 | ||
122 | do_install_prepend_virtclass-native() { | 122 | do_install_prepend_class-native() { |
123 | export POSTCONF="bin/postconf" | 123 | export POSTCONF="bin/postconf" |
124 | } | 124 | } |
125 | 125 | ||
diff --git a/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive.inc b/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive.inc index e8785f4de2..93993631ed 100644 --- a/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive.inc +++ b/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive.inc | |||
@@ -3,12 +3,12 @@ HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/" | |||
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | 4 | ||
5 | DEPENDS += "m4-native" | 5 | DEPENDS += "m4-native" |
6 | DEPENDS_virtclass-native = "m4-native gnu-config-native" | 6 | DEPENDS_class-native = "m4-native gnu-config-native" |
7 | DEPENDS_virtclass-nativesdk = "m4-nativesdk gnu-config-nativesdk" | 7 | DEPENDS_class-nativesdk = "m4-nativesdk gnu-config-nativesdk" |
8 | 8 | ||
9 | RDEPENDS_${PN} = "m4 gnu-config" | 9 | RDEPENDS_${PN} = "m4 gnu-config" |
10 | RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native" | 10 | RDEPENDS_${PN}_class-native = "m4-native gnu-config-native" |
11 | RDEPENDS_${PN}_virtclass-nativesdk = "m4-nativesdk gnu-config-nativesdk" | 11 | RDEPENDS_${PN}_class-nativesdk = "m4-nativesdk gnu-config-nativesdk" |
12 | 12 | ||
13 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2" | 13 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2" |
14 | 14 | ||
diff --git a/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb b/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb index 11e2ba1802..8ad5457565 100644 --- a/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb +++ b/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
7 | 7 | ||
8 | PR = "r3" | 8 | PR = "r3" |
9 | 9 | ||
10 | DEPENDS_virtclass-native = "freetype-native libpng-native jpeg-native" | 10 | DEPENDS_class-native = "freetype-native libpng-native jpeg-native" |
11 | DEPENDS = "freetype libpng jpeg expat gtk+" | 11 | DEPENDS = "freetype libpng jpeg expat gtk+" |
12 | 12 | ||
13 | BBCLASSEXTEND = "native" | 13 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-extended/nana/nana_2.5.bb b/meta-oe/recipes-extended/nana/nana_2.5.bb index e55cec884a..19a90ff07b 100644 --- a/meta-oe/recipes-extended/nana/nana_2.5.bb +++ b/meta-oe/recipes-extended/nana/nana_2.5.bb | |||
@@ -19,7 +19,7 @@ inherit autotools-brokensep pkgconfig | |||
19 | 19 | ||
20 | EXTRA_OEMAKE = "DESTDIR=${D}" | 20 | EXTRA_OEMAKE = "DESTDIR=${D}" |
21 | 21 | ||
22 | do_configure_prepend_virtclass-nativesdk() { | 22 | do_configure_prepend_class-nativesdk() { |
23 | sed -i -e 's:@CPP@:\$\{CXX\} \$\{CXXFLAGS\} \-E:g' ${S}/src/nana.in | 23 | sed -i -e 's:@CPP@:\$\{CXX\} \$\{CXXFLAGS\} \-E:g' ${S}/src/nana.in |
24 | sed -i -e 's:@CC@:\$\{CC\} \$\{CFLAGS\} \-E:g' ${S}/src/nana-clg.in | 24 | sed -i -e 's:@CC@:\$\{CC\} \$\{CFLAGS\} \-E:g' ${S}/src/nana-clg.in |
25 | sed -i -e 's:@CXX@::g' ${S}/src/nana-c++lg.in | 25 | sed -i -e 's:@CXX@::g' ${S}/src/nana-c++lg.in |
diff --git a/meta-oe/recipes-support/daemontools/daemontools_0.76.bb b/meta-oe/recipes-support/daemontools/daemontools_0.76.bb index fb87ea8ad2..161f92fc48 100644 --- a/meta-oe/recipes-support/daemontools/daemontools_0.76.bb +++ b/meta-oe/recipes-support/daemontools/daemontools_0.76.bb | |||
@@ -26,7 +26,7 @@ SRC_URI[sha256sum] = "a55535012b2be7a52dcd9eccabb9a198b13be50d0384143bd3b32b8710 | |||
26 | S = "${WORKDIR}/admin/${BPN}-${PV}" | 26 | S = "${WORKDIR}/admin/${BPN}-${PV}" |
27 | 27 | ||
28 | DEPENDS += "daemontools-native" | 28 | DEPENDS += "daemontools-native" |
29 | DEPENDS_virtclass-native = "" | 29 | DEPENDS_class-native = "" |
30 | 30 | ||
31 | do_compile() { | 31 | do_compile() { |
32 | ./package/compile | 32 | ./package/compile |
diff --git a/meta-oe/recipes-support/usbpath/usbpath_svn.bb b/meta-oe/recipes-support/usbpath/usbpath_svn.bb index c6955edf02..6c9cd049fe 100644 --- a/meta-oe/recipes-support/usbpath/usbpath_svn.bb +++ b/meta-oe/recipes-support/usbpath/usbpath_svn.bb | |||
@@ -4,7 +4,7 @@ SECTION = "console/utils" | |||
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | LIC_FILES_CHKSUM = "file://usbpath.c;endline=20;md5=0aa8c7d2af9110c78a99fbf9a504dc3f" | 5 | LIC_FILES_CHKSUM = "file://usbpath.c;endline=20;md5=0aa8c7d2af9110c78a99fbf9a504dc3f" |
6 | DEPENDS = "virtual/libusb0" | 6 | DEPENDS = "virtual/libusb0" |
7 | DEPENDS_virtclass-native = "virtual/libusb0-native" | 7 | DEPENDS_class-native = "virtual/libusb0-native" |
8 | 8 | ||
9 | BBCLASSEXTEND = "native" | 9 | BBCLASSEXTEND = "native" |
10 | 10 | ||
diff --git a/meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb b/meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb index 4ec0668575..56880e5058 100644 --- a/meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb +++ b/meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=011c0d78eb6054d731c879132d7313f0" | |||
5 | HOMEPAGE = "http://epydoc.sourceforge.net/" | 5 | HOMEPAGE = "http://epydoc.sourceforge.net/" |
6 | SRCNAME = "epydoc" | 6 | SRCNAME = "epydoc" |
7 | DEPENDS += "python" | 7 | DEPENDS += "python" |
8 | DEPENDS_virtclass-native += "python-native" | 8 | DEPENDS_class-native += "python-native" |
9 | 9 | ||
10 | SRC_URI = "http://downloads.sourceforge.net/project/${SRCNAME}/${SRCNAME}/${PV}/${SRCNAME}-${PV}.tar.gz" | 10 | SRC_URI = "http://downloads.sourceforge.net/project/${SRCNAME}/${SRCNAME}/${PV}/${SRCNAME}-${PV}.tar.gz" |
11 | SRC_URI[md5sum] = "cdd6f6c76dd8bab5e653a343a0544294" | 11 | SRC_URI[md5sum] = "cdd6f6c76dd8bab5e653a343a0544294" |
diff --git a/meta-python/recipes-devtools/python/python-lxml_3.4.4.bb b/meta-python/recipes-devtools/python/python-lxml_3.4.4.bb index 2480e4df90..4fab4f3d5c 100644 --- a/meta-python/recipes-devtools/python/python-lxml_3.4.4.bb +++ b/meta-python/recipes-devtools/python/python-lxml_3.4.4.bb | |||
@@ -30,5 +30,5 @@ DISTUTILS_INSTALL_ARGS += " \ | |||
30 | BBCLASSEXTEND = "native nativesdk" | 30 | BBCLASSEXTEND = "native nativesdk" |
31 | 31 | ||
32 | RDEPENDS_${PN} += "libxml2 libxslt python-compression" | 32 | RDEPENDS_${PN} += "libxml2 libxslt python-compression" |
33 | RDEPENDS_${PN}_virtclass-native = "libxml2-native libxslt-native" | 33 | RDEPENDS_${PN}_class-native = "libxml2-native libxslt-native" |
34 | 34 | ||