diff options
-rw-r--r-- | meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb | 4 | ||||
-rw-r--r-- | meta-oe/recipes-connectivity/zabbix/zabbix_2.4.7.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-connectivity/zeromq/zeromq_4.1.5.bb | 4 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/php/php.inc | 2 | ||||
-rw-r--r-- | meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/toscoterm/toscoterm_git.bb | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb index 500e194d5e..3a3886bce0 100644 --- a/meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb +++ b/meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb | |||
@@ -57,8 +57,8 @@ CACHED_CONFIGUREVARS += "krb5_cv_attr_constructor_destructor=yes ac_cv_func_regc | |||
57 | ac_cv_printf_positional=yes ac_cv_file__etc_environment=yes \ | 57 | ac_cv_printf_positional=yes ac_cv_file__etc_environment=yes \ |
58 | ac_cv_file__etc_TIMEZONE=no" | 58 | ac_cv_file__etc_TIMEZONE=no" |
59 | 59 | ||
60 | CFLAGS_append += "-DDESTRUCTOR_ATTR_WORKS=1 -I${STAGING_INCDIR}/et" | 60 | CFLAGS_append = " -DDESTRUCTOR_ATTR_WORKS=1 -I${STAGING_INCDIR}/et" |
61 | LDFLAGS_append += "-lpthread" | 61 | LDFLAGS_append = " -lpthread" |
62 | 62 | ||
63 | FILES_${PN} += "${datadir}/gnats" | 63 | FILES_${PN} += "${datadir}/gnats" |
64 | FILES_${PN}-doc += "${datadir}/examples" | 64 | FILES_${PN}-doc += "${datadir}/examples" |
diff --git a/meta-oe/recipes-connectivity/zabbix/zabbix_2.4.7.bb b/meta-oe/recipes-connectivity/zabbix/zabbix_2.4.7.bb index c2c4eaefa5..03bad313c1 100644 --- a/meta-oe/recipes-connectivity/zabbix/zabbix_2.4.7.bb +++ b/meta-oe/recipes-connectivity/zabbix/zabbix_2.4.7.bb | |||
@@ -53,7 +53,7 @@ EXTRA_OECONF = '--enable-dependency-tracking \ | |||
53 | --with-ssh2 \ | 53 | --with-ssh2 \ |
54 | --with-sqlite3 \ | 54 | --with-sqlite3 \ |
55 | ' | 55 | ' |
56 | CFLAGS_append += "-lldap -llber" | 56 | CFLAGS_append = " -lldap -llber" |
57 | 57 | ||
58 | do_configure_prepend() { | 58 | do_configure_prepend() { |
59 | export KERNEL_VERSION="${KERNEL_VERSION}" | 59 | export KERNEL_VERSION="${KERNEL_VERSION}" |
diff --git a/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.5.bb b/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.5.bb index 3fa572415c..34749d0b47 100644 --- a/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.5.bb +++ b/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.5.bb | |||
@@ -16,8 +16,8 @@ S = "${WORKDIR}/zeromq-${PV}" | |||
16 | 16 | ||
17 | #Uncomment to choose polling system manually. valid values are kqueue, epoll, devpoll, poll or select | 17 | #Uncomment to choose polling system manually. valid values are kqueue, epoll, devpoll, poll or select |
18 | #EXTRA_OECONF += "--with-poller=kqueue" | 18 | #EXTRA_OECONF += "--with-poller=kqueue" |
19 | #CFLAGS_append += "-O0" | 19 | #CFLAGS_append = " -O0" |
20 | #CXXFLAGS_append += "-O0" | 20 | #CXXFLAGS_append = " -O0" |
21 | 21 | ||
22 | inherit autotools ptest pkgconfig | 22 | inherit autotools ptest pkgconfig |
23 | 23 | ||
diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc index 988ae489e3..9d21c54fce 100644 --- a/meta-oe/recipes-devtools/php/php.inc +++ b/meta-oe/recipes-devtools/php/php.inc | |||
@@ -15,7 +15,7 @@ SRC_URI = "http://php.net/distributions/php-${PV}.tar.bz2 \ | |||
15 | file://0001-acinclude-use-pkgconfig-for-libxml2-config.patch \ | 15 | file://0001-acinclude-use-pkgconfig-for-libxml2-config.patch \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI_append_class-target += " \ | 18 | SRC_URI_append_class-target = " \ |
19 | file://iconv.patch \ | 19 | file://iconv.patch \ |
20 | file://imap-fix-autofoo.patch \ | 20 | file://imap-fix-autofoo.patch \ |
21 | file://pear-makefile.patch \ | 21 | file://pear-makefile.patch \ |
diff --git a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb index f147714994..524f2a5431 100644 --- a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb +++ b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb | |||
@@ -37,7 +37,7 @@ EXTRA_OECONF = " \ | |||
37 | --enable-threadsafe \ | 37 | --enable-threadsafe \ |
38 | --disable-static \ | 38 | --disable-static \ |
39 | " | 39 | " |
40 | EXTRA_OECONF_append_armv4 += " \ | 40 | EXTRA_OECONF_append_armv4 = " \ |
41 | --disable-methodjit \ | 41 | --disable-methodjit \ |
42 | " | 42 | " |
43 | 43 | ||
diff --git a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb index 6b31fd6c45..aa031fef87 100644 --- a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb +++ b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb | |||
@@ -24,4 +24,4 @@ do_install() { | |||
24 | oe_runmake PREFIX="${prefix}" DESTDIR="${D}" install | 24 | oe_runmake PREFIX="${prefix}" DESTDIR="${D}" install |
25 | } | 25 | } |
26 | 26 | ||
27 | RDEPENDS_${PN}_append_libc-glibc += "glibc-gconv-ibm437" | 27 | RDEPENDS_${PN}_append_libc-glibc = " glibc-gconv-ibm437" |