summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-efl/recipes-efl/efl/azy_svn.bb2
-rw-r--r--meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb8
-rw-r--r--meta-networking/recipes-daemons/postfix/postfix.inc12
-rw-r--r--meta-oe/recipes-devtools/autoconf-archive/autoconf-archive.inc8
-rw-r--r--meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb2
-rw-r--r--meta-oe/recipes-extended/nana/nana_2.5.bb2
-rw-r--r--meta-oe/recipes-support/daemontools/daemontools_0.76.bb2
-rw-r--r--meta-oe/recipes-support/usbpath/usbpath_svn.bb2
-rw-r--r--meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb2
-rw-r--r--meta-python/recipes-devtools/python/python-lxml_3.4.4.bb2
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 cb180fb63..0c3c9d7db 100644
--- a/meta-efl/recipes-efl/efl/azy_svn.bb
+++ b/meta-efl/recipes-efl/efl/azy_svn.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "Azy is a library meant for implementing rpc clients and servers in a simple manner." 1DESCRIPTION = "Azy is a library meant for implementing rpc clients and servers in a simple manner."
2DEPENDS = "pkgconfig zlib openssl eina gnutls ecore libxml2 re2c-native mysql5 azy-native glib-2.0" 2DEPENDS = "pkgconfig zlib openssl eina gnutls ecore libxml2 re2c-native mysql5 azy-native glib-2.0"
3DEPENDS_virtclass-native = "pkgconfig-native zlib-native openssl-native eina-native gnutls-native ecore-native libxml2-native re2c-native mysql5-native glib-2.0-native" 3DEPENDS_class-native = "pkgconfig-native zlib-native openssl-native eina-native gnutls-native ecore-native libxml2-native re2c-native mysql5-native glib-2.0-native"
4LICENSE = "LGPLv2.1+" 4LICENSE = "LGPLv2.1+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 5LIC_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 88f164fc5..1afcd4915 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
17BBCLASSEXTEND = "native" 17BBCLASSEXTEND = "native"
18 18
19IDL_COMPILER_DEPENDS = "orbit2-native" 19IDL_COMPILER_DEPENDS = "orbit2-native"
20IDL_COMPILER_DEPENDS_virtclass-native = " " 20IDL_COMPILER_DEPENDS_class-native = " "
21DEPENDS = "libidl popt ${IDL_COMPILER_DEPENDS}" 21DEPENDS = "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
25DEPENDS_virtclass-native = "libidl-native popt-native" 25DEPENDS_class-native = "libidl-native popt-native"
26PARALLEL_MAKE = "" 26PARALLEL_MAKE = ""
27 27
28 28
@@ -38,4 +38,4 @@ LEAD_SONAME = "libORBit-2.so"
38inherit autotools pkgconfig gtk-doc 38inherit autotools pkgconfig gtk-doc
39 39
40EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR_NATIVE}/orbit-idl-2'" 40EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR_NATIVE}/orbit-idl-2'"
41EXTRA_OEMAKE_virtclass-native = " " 41EXTRA_OEMAKE_class-native = " "
diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc
index 0740f0fa9..3e7f91867 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"
13DEPENDS_virtclass-native = "virtual/db-native openssl-native libpcre-native" 13DEPENDS_class-native = "virtual/db-native openssl-native libpcre-native"
14 14
15LICENSE = "IPL-1.0" 15LICENSE = "IPL-1.0"
16LIC_FILES_CHKSUM = "file://LICENSE;md5=64375f37431336ea1b1b3005fe3fa354" 16LIC_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
57export CCARGS-ldap_virtclass-native = "" 57export CCARGS-ldap_class-native = ""
58export AUXLIBS-ldap_virtclass-native = "" 58export 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)}"
64export AUXLIBS-sasl = "\ 64export AUXLIBS-sasl = "\
65 ${@base_contains('DISTRO_FEATURES', 'sasl', '-lsasl2', '', d)}" 65 ${@base_contains('DISTRO_FEATURES', 'sasl', '-lsasl2', '', d)}"
66export CCARGS-sasl_virtclass-native = "" 66export CCARGS-sasl_class-native = ""
67export AUXLIBS-sasl_virtclass-native = "" 67export AUXLIBS-sasl_class-native = ""
68 68
69# PCRE, TLS support default 69# PCRE, TLS support default
70export CCARGS = "${CFLAGS} -DHAS_PCRE -DUSE_TLS ${CCARGS-ldap} ${CCARGS-sasl}" 70export 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
122do_install_prepend_virtclass-native() { 122do_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 e8785f4de..93993631e 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/"
3SECTION = "devel" 3SECTION = "devel"
4 4
5DEPENDS += "m4-native" 5DEPENDS += "m4-native"
6DEPENDS_virtclass-native = "m4-native gnu-config-native" 6DEPENDS_class-native = "m4-native gnu-config-native"
7DEPENDS_virtclass-nativesdk = "m4-nativesdk gnu-config-nativesdk" 7DEPENDS_class-nativesdk = "m4-nativesdk gnu-config-nativesdk"
8 8
9RDEPENDS_${PN} = "m4 gnu-config" 9RDEPENDS_${PN} = "m4 gnu-config"
10RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native" 10RDEPENDS_${PN}_class-native = "m4-native gnu-config-native"
11RDEPENDS_${PN}_virtclass-nativesdk = "m4-nativesdk gnu-config-nativesdk" 11RDEPENDS_${PN}_class-nativesdk = "m4-nativesdk gnu-config-nativesdk"
12 12
13SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2" 13SRC_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 11e2ba180..8ad545756 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
8PR = "r3" 8PR = "r3"
9 9
10DEPENDS_virtclass-native = "freetype-native libpng-native jpeg-native" 10DEPENDS_class-native = "freetype-native libpng-native jpeg-native"
11DEPENDS = "freetype libpng jpeg expat gtk+" 11DEPENDS = "freetype libpng jpeg expat gtk+"
12 12
13BBCLASSEXTEND = "native" 13BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-extended/nana/nana_2.5.bb b/meta-oe/recipes-extended/nana/nana_2.5.bb
index e55cec884..19a90ff07 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
20EXTRA_OEMAKE = "DESTDIR=${D}" 20EXTRA_OEMAKE = "DESTDIR=${D}"
21 21
22do_configure_prepend_virtclass-nativesdk() { 22do_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 fb87ea8ad..161f92fc4 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
26S = "${WORKDIR}/admin/${BPN}-${PV}" 26S = "${WORKDIR}/admin/${BPN}-${PV}"
27 27
28DEPENDS += "daemontools-native" 28DEPENDS += "daemontools-native"
29DEPENDS_virtclass-native = "" 29DEPENDS_class-native = ""
30 30
31do_compile() { 31do_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 c6955edf0..6c9cd049f 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"
4LICENSE = "GPLv2+" 4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://usbpath.c;endline=20;md5=0aa8c7d2af9110c78a99fbf9a504dc3f" 5LIC_FILES_CHKSUM = "file://usbpath.c;endline=20;md5=0aa8c7d2af9110c78a99fbf9a504dc3f"
6DEPENDS = "virtual/libusb0" 6DEPENDS = "virtual/libusb0"
7DEPENDS_virtclass-native = "virtual/libusb0-native" 7DEPENDS_class-native = "virtual/libusb0-native"
8 8
9BBCLASSEXTEND = "native" 9BBCLASSEXTEND = "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 4ec066857..56880e505 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"
5HOMEPAGE = "http://epydoc.sourceforge.net/" 5HOMEPAGE = "http://epydoc.sourceforge.net/"
6SRCNAME = "epydoc" 6SRCNAME = "epydoc"
7DEPENDS += "python" 7DEPENDS += "python"
8DEPENDS_virtclass-native += "python-native" 8DEPENDS_class-native += "python-native"
9 9
10SRC_URI = "http://downloads.sourceforge.net/project/${SRCNAME}/${SRCNAME}/${PV}/${SRCNAME}-${PV}.tar.gz" 10SRC_URI = "http://downloads.sourceforge.net/project/${SRCNAME}/${SRCNAME}/${PV}/${SRCNAME}-${PV}.tar.gz"
11SRC_URI[md5sum] = "cdd6f6c76dd8bab5e653a343a0544294" 11SRC_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 2480e4df9..4fab4f3d5 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 += " \
30BBCLASSEXTEND = "native nativesdk" 30BBCLASSEXTEND = "native nativesdk"
31 31
32RDEPENDS_${PN} += "libxml2 libxslt python-compression" 32RDEPENDS_${PN} += "libxml2 libxslt python-compression"
33RDEPENDS_${PN}_virtclass-native = "libxml2-native libxslt-native" 33RDEPENDS_${PN}_class-native = "libxml2-native libxslt-native"
34 34