diff options
111 files changed, 649 insertions, 551 deletions
diff --git a/acpid/acpid_1.0.2.oe b/acpid/acpid_1.0.2.oe index a65daf58d1..b2e17c787e 100644 --- a/acpid/acpid_1.0.2.oe +++ b/acpid/acpid_1.0.2.oe @@ -4,7 +4,7 @@ DESCRIPTION = "A daemon for delivering ACPI events." SRC_URI = "${SOURCEFORGE_MIRROR}/acpid/acpid-${PV}.tar.gz" -EXTRA_OEMAKE= +EXTRA_OEMAKE = "" do_compile () { oe_runmake 'CC=${CC}' 'CROSS=${HOST_PREFIX}' } diff --git a/acpid/acpid_1.0.3.oe b/acpid/acpid_1.0.3.oe index a65daf58d1..b2e17c787e 100644 --- a/acpid/acpid_1.0.3.oe +++ b/acpid/acpid_1.0.3.oe @@ -4,7 +4,7 @@ DESCRIPTION = "A daemon for delivering ACPI events." SRC_URI = "${SOURCEFORGE_MIRROR}/acpid/acpid-${PV}.tar.gz" -EXTRA_OEMAKE= +EXTRA_OEMAKE = "" do_compile () { oe_runmake 'CC=${CC}' 'CROSS=${HOST_PREFIX}' } diff --git a/adns/adns_1.0.oe b/adns/adns_1.0.oe index 25c75dacea..1902007b45 100644 --- a/adns/adns_1.0.oe +++ b/adns/adns_1.0.oe @@ -7,7 +7,7 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/adns/adns-${PV}.tar.gz \ inherit autotools -acpaths= +acpaths = "" do_configure_prepend () { if ! test -e acinclude.m4; then cp aclocal.m4 acinclude.m4 diff --git a/apache/apache_2.0.48.oe b/apache/apache_2.0.48.oe index 183470402c..339c27e0b3 100644 --- a/apache/apache_2.0.48.oe +++ b/apache/apache_2.0.48.oe @@ -13,10 +13,10 @@ sysconfdir = "/etc/apache" inherit autotools libtool -FILES_${PN}=${bindir} ${sbindir} ${libexecdir} ${libdir}/lib*.so.* \ - ${libdir}/*/ ${basesysconfdir} ${sharedstatedir} ${localstatedir} \ - /bin /sbin /lib/*/ /lib/*.so* ${datadir}/${PN} ${datadir}/htdocs \ - ${datadir}/icons ${datadir}/cgi-bin ${datadir}/error /var +FILES_${PN}="${bindir} ${sbindir} ${libexecdir} ${libdir}/lib*.so.* \ + ${libdir}/*/ ${basesysconfdir} ${sharedstatedir} ${localstatedir} \ + /bin /sbin /lib/*/ /lib/*.so* ${datadir}/${PN} ${datadir}/htdocs \ + ${datadir}/icons ${datadir}/cgi-bin ${datadir}/error /var" CFLAGS_append = " -DPATH_MAX=4096" CFLAGS_prepend = "-I${STAGING_INCDIR}/openssl " diff --git a/appweb/appweb_1.0.0.oe b/appweb/appweb_1.0.0.oe index 4b9178030b..8bb065ea28 100644 --- a/appweb/appweb_1.0.0.oe +++ b/appweb/appweb_1.0.0.oe @@ -49,20 +49,20 @@ python do_patch () { # --enable-ssl # --enable-session -APPWEB_TARGET = ${TARGET_ARCH} -APPWEB_OS = ${TARGET_OS} -APPWEB_OS_linux = LINUX -EXTRA_OECONF = '--os ${APPWEB_OS} --target ${APPWEB_TARGET} \ +APPWEB_TARGET = "${TARGET_ARCH}" +APPWEB_OS = "${TARGET_OS}" +APPWEB_OS_linux = "LINUX" +EXTRA_OECONF = "--os ${APPWEB_OS} --target ${APPWEB_TARGET} \ --enable-keep-alive \ --enable-multi-thread \ --enable-cgi \ --enable-cookie \ --enable-config \ --enable-digest-auth \ - --disable-ssl' + --disable-ssl" EXTRA_OEMAKE = "'CC=${CC}' 'AR=${AR}' 'CPP=${CXX}' 'LD=${CC}'" -export LD_LIBRARY_PATH=${S}/lib:${LD_LIBRARY_PATH} +export LD_LIBRARY_PATH = "${S}/lib:${LD_LIBRARY_PATH}" do_configure () { ./configure ${EXTRA_OECONF} } diff --git a/appweb/appweb_1.0.1.oe b/appweb/appweb_1.0.1.oe index 90f90d52e7..29ca677d58 100644 --- a/appweb/appweb_1.0.1.oe +++ b/appweb/appweb_1.0.1.oe @@ -48,20 +48,20 @@ python do_patch () { # --enable-ssl # --enable-session -APPWEB_TARGET = ${TARGET_ARCH} -APPWEB_OS = ${TARGET_OS} -APPWEB_OS_linux = LINUX -EXTRA_OECONF = '--os ${APPWEB_OS} --target ${APPWEB_TARGET} \ +APPWEB_TARGET = "${TARGET_ARCH}" +APPWEB_OS = "${TARGET_OS}" +APPWEB_OS_linux = "LINUX" +EXTRA_OECONF = "--os ${APPWEB_OS} --target ${APPWEB_TARGET} \ --enable-keep-alive \ --enable-multi-thread \ --enable-cgi \ --enable-cookie \ --enable-config \ --enable-digest-auth \ - --disable-ssl' + --disable-ssl" EXTRA_OEMAKE = "'CC=${CC}' 'AR=${AR}' 'CPP=${CXX}' 'LD=${CC}'" -export LD_LIBRARY_PATH=${S}/lib:${LD_LIBRARY_PATH} +export LD_LIBRARY_PATH = "${S}/lib:${LD_LIBRARY_PATH}" do_configure () { ./configure ${EXTRA_OECONF} } diff --git a/appweb/appweb_1.0.2.oe b/appweb/appweb_1.0.2.oe index 667051bd09..6b271767e1 100644 --- a/appweb/appweb_1.0.2.oe +++ b/appweb/appweb_1.0.2.oe @@ -48,20 +48,20 @@ python do_patch () { # --enable-ssl # --enable-session -APPWEB_TARGET = ${TARGET_ARCH} -APPWEB_OS = ${TARGET_OS} -APPWEB_OS_linux = LINUX -EXTRA_OECONF = '--os ${APPWEB_OS} --target ${APPWEB_TARGET} \ +APPWEB_TARGET = "${TARGET_ARCH}" +APPWEB_OS = "${TARGET_OS}" +APPWEB_OS_linux = "LINUX" +EXTRA_OECONF = "--os ${APPWEB_OS} --target ${APPWEB_TARGET} \ --enable-keep-alive \ --enable-multi-thread \ --enable-cgi \ --enable-cookie \ --enable-config \ --enable-digest-auth \ - --disable-ssl' + --disable-ssl" EXTRA_OEMAKE = "'CC=${CC}' 'AR=${AR}' 'CPP=${CXX}' 'LD=${CC}'" -export LD_LIBRARY_PATH=${S}/lib:${LD_LIBRARY_PATH} +export LD_LIBRARY_PATH = "${S}/lib:${LD_LIBRARY_PATH}" do_configure () { ./configure ${EXTRA_OECONF} } diff --git a/at/at_3.1.8.oe b/at/at_3.1.8.oe index d5cc472a90..6b342acff5 100644 --- a/at/at_3.1.8.oe +++ b/at/at_3.1.8.oe @@ -8,7 +8,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}-11.tar.gz \ inherit autotools -export LIBS=-L${STAGING_LIBDIR} +export LIBS = "-L${STAGING_LIBDIR}" do_install () { oe_runmake 'IROOT=${D}' install diff --git a/binutils/binutils-cross_2.14.90.0.6.oe b/binutils/binutils-cross_2.14.90.0.6.oe index 8a9fdc2537..e0d8a33fbf 100644 --- a/binutils/binutils-cross_2.14.90.0.6.oe +++ b/binutils/binutils-cross_2.14.90.0.6.oe @@ -3,10 +3,10 @@ inherit cross PROVIDES = "virtual/${TARGET_PREFIX}binutils" DEPENDS = "patcher" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/binutils-${PV}" -PACKAGES = -EXTRA_OECONF = '--with-sysroot=${CROSS_DIR}/${TARGET_SYS} \ +PACKAGES = "" +EXTRA_OECONF = "--with-sysroot=${CROSS_DIR}/${TARGET_SYS} \ --disable-nls \ - --program-prefix=${TARGET_PREFIX}' + --program-prefix=${TARGET_PREFIX}" do_stage () { oe_runmake install diff --git a/binutils/binutils-cross_2.14.90.0.7.oe b/binutils/binutils-cross_2.14.90.0.7.oe index 8a9fdc2537..e0d8a33fbf 100644 --- a/binutils/binutils-cross_2.14.90.0.7.oe +++ b/binutils/binutils-cross_2.14.90.0.7.oe @@ -3,10 +3,10 @@ inherit cross PROVIDES = "virtual/${TARGET_PREFIX}binutils" DEPENDS = "patcher" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/binutils-${PV}" -PACKAGES = -EXTRA_OECONF = '--with-sysroot=${CROSS_DIR}/${TARGET_SYS} \ +PACKAGES = "" +EXTRA_OECONF = "--with-sysroot=${CROSS_DIR}/${TARGET_SYS} \ --disable-nls \ - --program-prefix=${TARGET_PREFIX}' + --program-prefix=${TARGET_PREFIX}" do_stage () { oe_runmake install diff --git a/binutils/binutils-cross_2.14.90.0.8.oe b/binutils/binutils-cross_2.14.90.0.8.oe index 8a9fdc2537..e0d8a33fbf 100644 --- a/binutils/binutils-cross_2.14.90.0.8.oe +++ b/binutils/binutils-cross_2.14.90.0.8.oe @@ -3,10 +3,10 @@ inherit cross PROVIDES = "virtual/${TARGET_PREFIX}binutils" DEPENDS = "patcher" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/binutils-${PV}" -PACKAGES = -EXTRA_OECONF = '--with-sysroot=${CROSS_DIR}/${TARGET_SYS} \ |
