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} \ +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.15.90.0.1.oe b/binutils/binutils-cross_2.15.90.0.1.oe index 8a9fdc2537..e0d8a33fbf 100644 --- a/binutils/binutils-cross_2.15.90.0.1.oe +++ b/binutils/binutils-cross_2.15.90.0.1.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-uclibc-cross_2.14.90.0.6.oe b/binutils/binutils-uclibc-cross_2.14.90.0.6.oe index 2c4f2b2344..f3f6365c60 100644 --- a/binutils/binutils-uclibc-cross_2.14.90.0.6.oe +++ b/binutils/binutils-uclibc-cross_2.14.90.0.6.oe @@ -1,12 +1,12 @@ include binutils-uclibc_${PV}.oe 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} \ +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} \ --disable-nls \ - --program-prefix=${TARGET_PREFIX}' + --program-prefix=${TARGET_PREFIX}" do_stage () { oe_runmake install diff --git a/binutils/binutils-uclibc-cross_2.14.90.0.7.oe b/binutils/binutils-uclibc-cross_2.14.90.0.7.oe index 2c4f2b2344..31626ec9ba 100644 --- a/binutils/binutils-uclibc-cross_2.14.90.0.7.oe +++ b/binutils/binutils-uclibc-cross_2.14.90.0.7.oe @@ -1,12 +1,12 @@ include binutils-uclibc_${PV}.oe 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} \ +PROVIDES = "virtual/${TARGET_PREFIX}binutils" +DEPENDS = "patcher-native" +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/binutils-${PV}" +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-uclibc-cross_2.14.90.0.8.oe b/binutils/binutils-uclibc-cross_2.14.90.0.8.oe index 2c4f2b2344..f3f6365c60 100644 --- a/binutils/binutils-uclibc-cross_2.14.90.0.8.oe +++ b/binutils/binutils-uclibc-cross_2.14.90.0.8.oe @@ -1,12 +1,12 @@ include binutils-uclibc_${PV}.oe 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} \ +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} \ --disable-nls \ - --program-prefix=${TARGET_PREFIX}' + --program-prefix=${TARGET_PREFIX}" do_stage () { oe_runmake install diff --git a/binutils/binutils-uclibc-cross_2.15.90.0.1.oe b/binutils/binutils-uclibc-cross_2.15.90.0.1.oe index e69de29bb2..f3f6365c60 100644 --- a/binutils/binutils-uclibc-cross_2.15.90.0.1.oe +++ b/binutils/binutils-uclibc-cross_2.15.90.0.1.oe @@ -0,0 +1,33 @@ +include binutils-uclibc_${PV}.oe +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} \ + --disable-nls \ + --program-prefix=${TARGET_PREFIX}" + +do_stage () { + oe_runmake install + + # We don't really need these, so we'll remove them... + rm -rf ${CROSS_DIR}/lib/ldscripts + rm -rf ${CROSS_DIR}/share/info + rm -rf ${CROSS_DIR}/share/locale + rm -rf ${CROSS_DIR}/share/man + rmdir ${CROSS_DIR}/share || : + rmdir ${CROSS_DIR}${libdir}/gcc-lib || : + rmdir ${CROSS_DIR}${libdir} || : + rmdir ${CROSS_DIR}${prefix} || : + + # We want to move this into the target specific location + mkdir -p ${CROSS_DIR}/${TARGET_SYS}/lib + mv -f ${CROSS_DIR}/lib/libiberty.a ${CROSS_DIR}/${TARGET_SYS}/lib + rmdir ${CROSS_DIR}/lib || : +} + +do_install () { + : +} + diff --git a/binutils/binutils-uclibc_2.14.90.0.6.oe b/binutils/binutils-uclibc_2.14.90.0.6.oe index d483a1f71d..9b9829325f 100644 --- a/binutils/binutils-uclibc_2.14.90.0.6.oe +++ b/binutils/binutils-uclibc_2.14.90.0.6.oe @@ -1,10 +1,10 @@ include binutils_${PV}.oe -FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/binutils-${PV} +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/binutils-${PV}" # This will ONLY build to this target -TARGET_VENDOR := -uclibc -TARGET_SYS := ${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS} -TARGET_PREFIX := ${TARGET_SYS}- +TARGET_VENDOR = "-uclibc" +TARGET_SYS = "${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" +TARGET_PREFIX = "${TARGET_SYS}-" binutilsbuild_do_patch () { oenote IN binutils patch diff --git a/binutils/binutils-uclibc_2.14.90.0.7.oe b/binutils/binutils-uclibc_2.14.90.0.7.oe index d483a1f71d..dc68bfdf21 100644 --- a/binutils/binutils-uclibc_2.14.90.0.7.oe +++ b/binutils/binutils-uclibc_2.14.90.0.7.oe @@ -1,10 +1,10 @@ include binutils_${PV}.oe -FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/binutils-${PV} +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/binutils-${PV}" # This will ONLY build to this target -TARGET_VENDOR := -uclibc -TARGET_SYS := ${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS} -TARGET_PREFIX := ${TARGET_SYS}- +TARGET_VENDOR := "-uclibc" +TARGET_SYS := "${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" +TARGET_PREFIX := "${TARGET_SYS}-" binutilsbuild_do_patch () { oenote IN binutils patch diff --git a/binutils/binutils-uclibc_2.14.90.0.8.oe b/binutils/binutils-uclibc_2.14.90.0.8.oe index d483a1f71d..dc68bfdf21 100644 --- a/binutils/binutils-uclibc_2.14.90.0.8.oe +++ b/binutils/binutils-uclibc_2.14.90.0.8.oe @@ -1,10 +1,10 @@ include binutils_${PV}.oe -FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/binutils-${PV} +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/binutils-${PV}" # This will ONLY build to this target -TARGET_VENDOR := -uclibc -TARGET_SYS := ${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS} -TARGET_PREFIX := ${TARGET_SYS}- +TARGET_VENDOR := "-uclibc" +TARGET_SYS := "${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" +TARGET_PREFIX := "${TARGET_SYS}-" binutilsbuild_do_patch () { oenote IN binutils patch diff --git a/binutils/binutils-uclibc_2.15.90.0.1.oe b/binutils/binutils-uclibc_2.15.90.0.1.oe index e69de29bb2..dc68bfdf21 100644 --- a/binutils/binutils-uclibc_2.15.90.0.1.oe +++ b/binutils/binutils-uclibc_2.15.90.0.1.oe @@ -0,0 +1,18 @@ +include binutils_${PV}.oe +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/binutils-${PV}" + +# This will ONLY build to this target +TARGET_VENDOR := "-uclibc" +TARGET_SYS := "${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" +TARGET_PREFIX := "${TARGET_SYS}-" + +binutilsbuild_do_patch () { + oenote IN binutils patch + perl -i -p -e 's,#.*define.*ELF_DYNAMIC_INTERPRETER.*".*",#define ELF_DYNAMIC_INTERPRETER "/lib/ld-uClibc.so.0",;' `grep -lr ELF_DYNAMIC_INTERPRETER *` +} + +python do_patch () { + oe.build.exec_func('base_do_patch', d) + oe.build.exec_func('binutilsbuild_do_patch', d) +} + diff --git a/binutils/binutils_2.14.90.0.7.oe b/binutils/binutils_2.14.90.0.7.oe index 78ff4e2b13..1df2146c62 100644 --- a/binutils/binutils_2.14.90.0.7.oe +++ b/binutils/binutils_2.14.90.0.7.oe @@ -1,27 +1,27 @@ inherit autotools -DESCRIPTION := A GNU collection of binary utilities -LICENSE := GPL -MAINTAINER := Gerald Britton <gbritton@doomcom.org> +DESCRIPTION = "A GNU collection of binary utilities" +LICENSE = "GPL" +MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" # This will ONLY build to this target -TARGET_VENDOR := -TARGET_SYS := ${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS} -TARGET_PREFIX := ${TARGET_SYS}- +TARGET_VENDOR := "" +TARGET_SYS := "${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" +TARGET_PREFIX := "${TARGET_SYS}-" -DEPENDS := virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc \ - virtual/libc patcher +DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc \ + virtual/libc patcher" PACKAGES = "${PN} ${PN}-dev ${PN}-doc ${PN}-symlinks" -FILES_${PN} = \ - ${bindir}/${TARGET_PREFIX}* +FILES_${PN} = " \ + ${bindir}/${TARGET_PREFIX}*" -FILES_${PN}-dev = \ +FILES_${PN}-dev = " \ ${includedir} \ - ${libdir}/*.a + ${libdir}/*.a" -FILES_${PN}-symlinks = \ +FILES_${PN}-symlinks = " \ ${bindir}/addr2line \ ${bindir}/ar \ ${bindir}/as \ @@ -33,7 +33,7 @@ FILES_${PN}-symlinks = \ ${bindir}/readelf \ ${bindir}/size \ ${bindir}/strings \ - ${bindir}/strip + ${bindir}/strip" SRC_URI = "http://ftp.kernel.org/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 \ file://${FILESDIR}/binutils-001_ld_makefile.patch;patch=1 \ @@ -43,34 +43,34 @@ SRC_URI = "http://ftp.kernel.org/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 file://${FILESDIR}/binutils-100_cflags_for_build.patch;patch=1 \ file://${FILESDIR}/binutils-906-hjl_libtool_dso.patch;patch=1" -S := ${WORKDIR}/binutils-${PV} -B := ${S}/build.${HOST_SYS}.${TARGET_SYS} +S = "${WORKDIR}/binutils-${PV}" +B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" -EXTRA_OECONF = '--with-sysroot=${prefix}' +EXTRA_OECONF = "--with-sysroot=${prefix}" # This is necessary due to a bug in the binutils Makefiles -EXTRA_OEMAKE = configure-build-libiberty all +EXTRA_OEMAKE = "configure-build-libiberty all" -export AR = ${HOST_PREFIX}ar -export AS = ${HOST_PREFIX}as -export LD = ${HOST_PREFIX}ld -export NM = ${HOST_PREFIX}nm -export RANLIB = ${HOST_PREFIX}ranlib -export OBJCOPY = ${HOST_PREFIX}objcopy -export OBJDUMP = ${HOST_PREFIX}objdump +export AR = "${HOST_PREFIX}ar" +export AS = "${HOST_PREFIX}as" +export LD = "${HOST_PREFIX}ld" +export NM = "${HOST_PREFIX}nm" +export RANLIB = "${HOST_PREFIX}ranlib" +export OBJCOPY = "${HOST_PREFIX}objcopy" +export OBJDUMP = "${HOST_PREFIX}objdump" -export AR_FOR_TARGET = ${TARGET_PREFIX}ar -export AS_FOR_TARGET = ${TARGET_PREFIX}as -export LD_FOR_TARGET = ${TARGET_PREFIX}ld -export NM_FOR_TARGET = ${TARGET_PREFIX}nm -export RANLIB_FOR_TARGET = ${TARGET_PREFIX}ranlib +export AR_FOR_TARGET = "${TARGET_PREFIX}ar" +export AS_FOR_TARGET = "${TARGET_PREFIX}as" +export LD_FOR_TARGET = "${TARGET_PREFIX}ld" +export NM_FOR_TARGET = "${TARGET_PREFIX}nm" +export RANLIB_FOR_TARGET = "${TARGET_PREFIX}ranlib" -export CC_FOR_HOST = ${CCACHE} ${HOST_PREFIX}gcc -export CXX_FOR_HOST = ${CCACHE} ${HOST_PREFIX}gcc +export CC_FOR_HOST = "${CCACHE} ${HOST_PREFIX}gcc" +export CXX_FOR_HOST = "${CCACHE} ${HOST_PREFIX}gcc" -export CC_FOR_BUILD = ${BUILD_CC} +export CC_FOR_BUILD = "${BUILD_CC}" -export CC = ${CCACHE} ${HOST_PREFIX}gcc +export CC = "${CCACHE} ${HOST_PREFIX}gcc" do_configure () { oe_runconf diff --git a/binutils/binutils_2.14.90.0.8.oe b/binutils/binutils_2.14.90.0.8.oe index e63bc4fb40..ff7b9e3568 100644 --- a/binutils/binutils_2.14.90.0.8.oe +++ b/binutils/binutils_2.14.90.0.8.oe @@ -1,27 +1,27 @@ inherit autotools -DESCRIPTION := A GNU collection of binary utilities -LICENSE := GPL -MAINTAINER := Gerald Britton <gbritton@doomcom.org> +DESCRIPTION = "A GNU collection of binary utilities" +LICENSE = "GPL" +MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" # This will ONLY build to this target -TARGET_VENDOR := -TARGET_SYS := ${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS} -TARGET_PREFIX := ${TARGET_SYS}- +TARGET_VENDOR := "" +TARGET_SYS := "${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" +TARGET_PREFIX := "${TARGET_SYS}-" -DEPENDS := virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc \ - virtual/libc patcher +DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc \ + virtual/libc patcher" PACKAGES = "${PN} ${PN}-dev ${PN}-doc ${PN}-symlinks" -FILES_${PN} = \ - ${bindir}/${TARGET_PREFIX}* +FILES_${PN} = " \ + ${bindir}/${TARGET_PREFIX}*" -FILES_${PN}-dev = \ +FILES_${PN}-dev = " \ ${includedir} \ - ${libdir}/*.a + ${libdir}/*.a" -FILES_${PN}-symlinks = \ +FILES_${PN}-symlinks = " \ ${bindir}/addr2line \ ${bindir}/ar \ ${bindir}/as \ @@ -33,7 +33,7 @@ FILES_${PN}-symlinks = \ ${bindir}/readelf \ ${bindir}/size \ ${bindir}/strings \ - ${bindir}/strip + ${bindir}/strip" SRC_URI = "http://ftp.kernel.org/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 \ file://${FILESDIR}/binutils-001_ld_makefile.patch;patch=1 \ @@ -42,34 +42,34 @@ SRC_URI = "http://ftp.kernel.org/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 file://${FILESDIR}/binutils-012_check_ldrunpath_length.patch;patch=1 \ file://${FILESDIR}/binutils-100_cflags_for_build.patch;patch=1" -S := ${WORKDIR}/binutils-${PV} -B := ${S}/build.${HOST_SYS}.${TARGET_SYS} +S = "${WORKDIR}/binutils-${PV}" +B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" -EXTRA_OECONF = '--with-sysroot=${prefix}' +EXTRA_OECONF = "--with-sysroot=${prefix}" # This is necessary due to a bug in the binutils Makefiles -EXTRA_OEMAKE = configure-build-libiberty all +EXTRA_OEMAKE = "configure-build-libiberty all" -export AR = ${HOST_PREFIX}ar -export AS = ${HOST_PREFIX}as -export LD = ${HOST_PREFIX}ld -export NM = ${HOST_PREFIX}nm -export RANLIB = ${HOST_PREFIX}ranlib -export OBJCOPY = ${HOST_PREFIX}objcopy -export OBJDUMP = ${HOST_PREFIX}objdump +export AR = "${HOST_PREFIX}ar" +export AS = "${HOST_PREFIX}as" +export LD = "${HOST_PREFIX}ld" +export NM = "${HOST_PREFIX}nm" +export RANLIB = "${HOST_PREFIX}ranlib" +export OBJCOPY = "${HOST_PREFIX}objcopy" +export OBJDUMP = "${HOST_PREFIX}objdump" -export AR_FOR_TARGET = ${TARGET_PREFIX}ar -export AS_FOR_TARGET = ${TARGET_PREFIX}as -export LD_FOR_TARGET = ${TARGET_PREFIX}ld -export NM_FOR_TARGET = ${TARGET_PREFIX}nm -export RANLIB_FOR_TARGET = ${TARGET_PREFIX}ranlib +export AR_FOR_TARGET = "${TARGET_PREFIX}ar" +export AS_FOR_TARGET = "${TARGET_PREFIX}as" +export LD_FOR_TARGET = "${TARGET_PREFIX}ld" +export NM_FOR_TARGET = "${TARGET_PREFIX}nm" +export RANLIB_FOR_TARGET = "${TARGET_PREFIX}ranlib" -export CC_FOR_HOST = ${CCACHE} ${HOST_PREFIX}gcc -export CXX_FOR_HOST = ${CCACHE} ${HOST_PREFIX}gcc +export CC_FOR_HOST = "${CCACHE} ${HOST_PREFIX}gcc" +export CXX_FOR_HOST = "${CCACHE} ${HOST_PREFIX}gcc" -export CC_FOR_BUILD = ${BUILD_CC} +export CC_FOR_BUILD = "${BUILD_CC}" -export CC = ${CCACHE} ${HOST_PREFIX}gcc +export CC = "${CCACHE} ${HOST_PREFIX}gcc" do_configure () { oe_runconf diff --git a/binutils/binutils_2.15.90.0.1.oe b/binutils/binutils_2.15.90.0.1.oe index e63bc4fb40..ff7b9e3568 100644 --- a/binutils/binutils_2.15.90.0.1.oe +++ b/binutils/binutils_2.15.90.0.1.oe @@ -1,27 +1,27 @@ inherit autotools -DESCRIPTION := A GNU collection of binary utilities -LICENSE := GPL -MAINTAINER := Gerald Britton <gbritton@doomcom.org> +DESCRIPTION = "A GNU collection of binary utilities" +LICENSE = "GPL" +MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" # This will ONLY build to this target -TARGET_VENDOR := -TARGET_SYS := ${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS} -TARGET_PREFIX := ${TARGET_SYS}- +TARGET_VENDOR := "" +TARGET_SYS := "${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" +TARGET_PREFIX := "${TARGET_SYS}-" -DEPENDS := virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc \ - virtual/libc patcher +DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc \ + virtual/libc patcher" PACKAGES = "${PN} ${PN}-dev ${PN}-doc ${PN}-symlinks" -FILES_${PN} = \ - ${bindir}/${TARGET_PREFIX}* +FILES_${PN} = " \ + ${bindir}/${TARGET_PREFIX}*" -FILES_${PN}-dev = \ +FILES_${PN}-dev = " \ ${includedir} \ - ${libdir}/*.a + ${libdir}/*.a" -FILES_${PN}-symlinks = \ +FILES_${PN}-symlinks = " \ ${bindir}/addr2line \ ${bindir}/ar \ ${bindir}/as \ @@ -33,7 +33,7 @@ FILES_${PN}-symlinks = \ ${bindir}/readelf \ ${bindir}/size \ ${bindir}/strings \ - ${bindir}/strip + ${bindir}/strip" SRC_URI = "http://ftp.kernel.org/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 \ file://${FILESDIR}/binutils-001_ld_makefile.patch;patch=1 \ @@ -42,34 +42,34 @@ SRC_URI = "http://ftp.kernel.org/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 file://${FILESDIR}/binutils-012_check_ldrunpath_length.patch;patch=1 \ file://${FILESDIR}/binutils-100_cflags_for_build.patch;patch=1" -S := ${WORKDIR}/binutils-${PV} -B := ${S}/build.${HOST_SYS}.${TARGET_SYS} +S = "${WORKDIR}/binutils-${PV}" +B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" -EXTRA_OECONF = '--with-sysroot=${prefix}' +EXTRA_OECONF = "--with-sysroot=${prefix}" # This is necessary due to a bug in the binutils Makefiles -EXTRA_OEMAKE = configure-build-libiberty all +EXTRA_OEMAKE = "configure-build-libiberty all" -export AR = ${HOST_PREFIX}ar -export AS = ${HOST_PREFIX}as -export LD = ${HOST_PREFIX}ld -export NM = ${HOST_PREFIX}nm -export RANLIB = ${HOST_PREFIX}ranlib -export OBJCOPY = ${HOST_PREFIX}objcopy -export OBJDUMP = ${HOST_PREFIX}objdump +export AR = "${HOST_PREFIX}ar" +export AS = "${HOST_PREFIX}as" +export LD = "${HOST_PREFIX}ld" +export NM = "${HOST_PREFIX}nm" +export RANLIB = "${HOST_PREFIX}ranlib" +export OBJCOPY = "${HOST_PREFIX}objcopy" +export OBJDUMP = "${HOST_PREFIX}objdump" -export AR_FOR_TARGET = ${TARGET_PREFIX}ar -export AS_FOR_TARGET = ${TARGET_PREFIX}as -export LD_FOR_TARGET = ${TARGET_PREFIX}ld -export NM_FOR_TARGET = ${TARGET_PREFIX}nm -export RANLIB_FOR_TARGET = ${TARGET_PREFIX}ranlib +export AR_FOR_TARGET = "${TARGET_PREFIX}ar" +export AS_FOR_TARGET = "${TARGET_PREFIX}as" +export LD_FOR_TARGET = "${TARGET_PREFIX}ld" +export NM_FOR_TARGET = "${TARGET_PREFIX}nm" +export RANLIB_FOR_TARGET = "${TARGET_PREFIX}ranlib" -export CC_FOR_HOST = ${CCACHE} ${HOST_PREFIX}gcc -export CXX_FOR_HOST = ${CCACHE} ${HOST_PREFIX}gcc +export CC_FOR_HOST = "${CCACHE} ${HOST_PREFIX}gcc" +export CXX_FOR_HOST = "${CCACHE} ${HOST_PREFIX}gcc" -export CC_FOR_BUILD = ${BUILD_CC} +export CC_FOR_BUILD = "${BUILD_CC}" -export CC = ${CCACHE} ${HOST_PREFIX}gcc +export CC = "${CCACHE} ${HOST_PREFIX}gcc" do_configure () { oe_runconf diff --git a/bootmenu/bootmenu_0.6.oe b/bootmenu/bootmenu_0.6.oe index c9fbb041d7..803e344546 100644 --- a/bootmenu/bootmenu_0.6.oe +++ b/bootmenu/bootmenu_0.6.oe @@ -4,7 +4,7 @@ DESCRIPTION = "Pluginable bootup menu." SRC_URI = "http://www.cosmicpenguin.net/pub/bootmenu/bootmenu-${PV}.tar.gz \ file://${FILESDIR}/compile.patch;patch=1" -EXTRA_OEMAKE = +EXTRA_OEMAKE = "" do_compile () { oe_runmake -C src 'CC=${CC}' 'CFLAGS=${CFLAGS}' 'LDFLAGS=${LDFLAGS}' diff --git a/bootmenu/bootmenu_0.7.oe b/bootmenu/bootmenu_0.7.oe index 1cdac85154..8d8e10f601 100644 --- a/bootmenu/bootmenu_0.7.oe +++ b/bootmenu/bootmenu_0.7.oe @@ -3,7 +3,8 @@ DESCRIPTION = "Pluginable bootup menu." SRC_URI = "http://www.cosmicpenguin.net/pub/bootmenu/bootmenu-${PV}.tar.gz" -EXTRA_OEMAKE = +EXTRA_OEMAKE = "" + do_compile () { oe_runmake -C src 'CC=${CC}' 'CFLAGS=${CFLAGS}' 'LDFLAGS=${LDFLAGS}' } diff --git a/busybox/busybox_1.00-pre8.oe b/busybox/busybox_1.00-pre8.oe index 742c24a7ff..29992234c2 100644 --- a/busybox/busybox_1.00-pre8.oe +++ b/busybox/busybox_1.00-pre8.oe @@ -1,19 +1,19 @@ LICENSE = "GPL" -SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz" DEPENDS = "virtual/libc" -DESCRIPTION = "BusyBox version ${PV}.\ - BusyBox combines tiny versions of many common UNIX utilities into a single\ - small executable. It provides minimalist replacements for most of the\ - utilities you usually find in GNU fileutils, shellutils, etc. The utilities\ - in BusyBox generally have fewer options than their full-featured GNU\ - cousins; however, the options that are included provide the expected\ - functionality and behave very much like their GNU counterparts. BusyBox\ - provides a fairly complete POSIX environment for any small or embedded\ - system. - +DESCRIPTION = "BusyBox version ${PV}. \ +BusyBox combines tiny versions of many common UNIX utilities into a single \ +small executable. It provides minimalist replacements for most of the \ +utilities you usually find in GNU fileutils, shellutils, etc. The utilities \ +in BusyBox generally have fewer options than their full-featured GNU \ +cousins; however, the options that are included provide the expected \ +functionality and behave very much like their GNU counterparts. BusyBox \ +provides a fairly complete POSIX environment for any small or embedded \ +system." + +SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz" S = "${WORKDIR}/busybox-${PV}" -export EXTRA_CFLAGS="${CFLAGS}" -EXTRA_OEMAKE_append=' CROSS=${HOST_PREFIX}' +export EXTRA_CFLAGS = "${CFLAGS}" +EXTRA_OEMAKE_append = " CROSS=${HOST_PREFIX}" inherit cml1 diff --git a/diethotplug/diethotplug_0.4.oe b/diethotplug/diethotplug_0.4.oe index 28581ec8d9..b88f59f501 100644 --- a/diethotplug/diethotplug_0.4.oe +++ b/diethotplug/diethotplug_0.4.oe @@ -4,7 +4,8 @@ DESCRIPTION = "A small, C implementation of hotplug." SRC_URI = "http://www.us.kernel.org/pub/linux/utils/kernel/hotplug/diethotplug-${PV}.tar.gz" -export KLIBC= +export KLIBC = "" + do_compile () { perl convert_usb.pl ${FILESDIR}/modules.usbmap > usb_modules.h perl convert_pci.pl ${FILESDIR}/modules.pcimap > pci_modules.h diff --git a/docbook-utils/docbook-utils-native_0.6.13.oe b/docbook-utils/docbook-utils-native_0.6.13.oe index 4a3e29e2c9..a56e2650ef 100644 --- a/docbook-utils/docbook-utils-native_0.6.13.oe +++ b/docbook-utils/docbook-utils-native_0.6.13.oe @@ -1,5 +1,5 @@ DEPENDS = "patcher-native openjade-native" -RDEPENDS = +RDEPENDS = "" SRC_URI = "ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/docbook-utils-${PV}.tar.gz" S = "${WORKDIR}/docbook-utils-${PV}" diff --git a/docbook-utils/docbook-utils_0.6.13.oe b/docbook-utils/docbook-utils_0.6.13.oe index 3778ff03ef..7c4d2846d2 100644 --- a/docbook-utils/docbook-utils_0.6.13.oe +++ b/docbook-utils/docbook-utils_0.6.13.oe @@ -1,4 +1,4 @@ -DEPENDS = +DEPENDS = "" RDEPENDS = "openjade" DESCRIPTION = "docbook-utils contains scripts for easy conversion \ from DocBook SGML files to other formats (for example, HTML, RTF, \ diff --git a/fbgetty/fbgetty_0.1.698.oe b/fbgetty/fbgetty_0.1.698.oe index 8c58939737..fa2120d780 100644 --- a/fbgetty/fbgetty_0.1.698.oe +++ b/fbgetty/fbgetty_0.1.698.oe @@ -4,6 +4,6 @@ DESCRIPTION = "framebuffer getty." SRC_URI = "http://ftp3.ie.freebsd.org/pub/gentoo/distfiles/fbgetty-${PV}.tar.gz \ file://${FILESDIR}/compile.patch;patch=1" -B := ${WORKDIR}/build.${HOST_SYS}.${TARGET_SYS} +B = "${WORKDIR}/build.${HOST_SYS}.${TARGET_SYS}" inherit autotools diff --git a/freedroid/freedroid_1.0.2.oe b/freedroid/freedroid_1.0.2.oe index 3618d1beea..ab3a8ee78f 100644 --- a/freedroid/freedroid_1.0.2.oe +++ b/freedroid/freedroid_1.0.2.oe @@ -31,5 +31,5 @@ do_install() { echo "Name=Freedroid" >>${D}/opt/QtPalmtop/apps/Games/freedroid.desktop } -FILES_${PN} = +FILES_${PN} = "" FILES_${PN} = "/opt/QtPalmtop/" diff --git a/freetype/freetype-native_2.1.7.oe b/freetype/freetype-native_2.1.7.oe index e4e3e065d1..1f15d700c3 100644 --- a/freetype/freetype-native_2.1.7.oe +++ b/freetype/freetype-native_2.1.7.oe @@ -7,7 +7,7 @@ inherit autotools pkgconfig native DEPENDS = "patcher-native" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/freetype-${PV}" S = "${WORKDIR}/freetype-${PV}" -PACKAGES = +PACKAGES = "" do_configure () { oe_runconf diff --git a/frotz/frotz_2.42.oe b/frotz/frotz_2.42.oe index 8e82451129..3e6a29395d 100644 --- a/frotz/frotz_2.42.oe +++ b/frotz/frotz_2.42.oe @@ -10,8 +10,8 @@ do_configure() { rm -f ${SourceTree}/frotz.conf } +EXTRA_OEMAKE = "CC='${CC}' INCL='${CFLAGS}' LIB='${LDFLAGS}' PREFIX=${prefix} CONFIG_DIR=${sysconfdir}" -EXTRA_OEMAKE = CC="${CC}" INCL="${CFLAGS}" LIB="${LDFLAGS}" PREFIX=${prefix} CONFIG_DIR=${sysconfdir} do_compile() { oe_runmake frotz sed 's/^[a-z]/#&/' frotz.conf-big > frotz.conf; diff --git a/gcc/gcc-cross_3.3.2.oe b/gcc/gcc-cross_3.3.2.oe index ad601bc31a..73192999e7 100644 --- a/gcc/gcc-cross_3.3.2.oe +++ b/gcc/gcc-cross_3.3.2.oe @@ -2,12 +2,12 @@ include gcc_${PV}.oe inherit cross FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/gcc-${PV}" -DEPENDS := virtual/${TARGET_PREFIX}binutils glibc patcher-native -PROVIDES := virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++ +DEPENDS = "virtual/${TARGET_PREFIX}binutils glibc patcher-native" +PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" -PACKAGES = +PACKAGES = "" -EXTRA_OECONF = '--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \ +EXTRA_OECONF = "--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \ --with-gxx-include-dir=${CROSS_DIR}/${TARGET_SYS}/include/c++ \ --with-headers=${CROSS_DIR}/${TARGET_SYS}/include \ --disable-nls \ @@ -18,12 +18,12 @@ EXTRA_OECONF = '--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \ --enable-shared \ --enable-c99 \ --enable-long-long \ - --program-prefix=${TARGET_PREFIX}' + --program-prefix=${TARGET_PREFIX}" -export CPPFLAGS = -export CXXFLAGS = -export CFLAGS = -export LDFLAGS = +export CPPFLAGS = "" +export CXXFLAGS = "" +export CFLAGS = "" +export LDFLAGS = "" do_configure () { export CC="${BUILD_CC}" diff --git a/gcc/gcc-cross_3.3.3.oe b/gcc/gcc-cross_3.3.3.oe index ad601bc31a..73192999e7 100644 --- a/gcc/gcc-cross_3.3.3.oe +++ b/gcc/gcc-cross_3.3.3.oe @@ -2,12 +2,12 @@ include gcc_${PV}.oe inherit cross FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/gcc-${PV}" -DEPENDS := virtual/${TARGET_PREFIX}binutils glibc patcher-native -PROVIDES := virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++ +DEPENDS = "virtual/${TARGET_PREFIX}binutils glibc patcher-native" +PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" -PACKAGES = +PACKAGES = "" -EXTRA_OECONF = '--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \ +EXTRA_OECONF = "--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \ --with-gxx-include-dir=${CROSS_DIR}/${TARGET_SYS}/include/c++ \ --with-headers=${CROSS_DIR}/${TARGET_SYS}/include \ --disable-nls \ @@ -18,12 +18,12 @@ EXTRA_OECONF = '--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \ --enable-shared \ --enable-c99 \ --enable-long-long \ - --program-prefix=${TARGET_PREFIX}' + --program-prefix=${TARGET_PREFIX}" -export CPPFLAGS = -export CXXFLAGS = -export CFLAGS = -export LDFLAGS = +export CPPFLAGS = "" +export CXXFLAGS = "" +export CFLAGS = "" +export LDFLAGS = "" do_configure () { export CC="${BUILD_CC}" diff --git a/gcc/gcc-initial-cross_3.3.2.oe b/gcc/gcc-initial-cross_3.3.2.oe index ad5dd8def6..4f9cb6ddb6 100644 --- a/gcc/gcc-initial-cross_3.3.2.oe +++ b/gcc/gcc-initial-cross_3.3.2.oe @@ -1,9 +1,9 @@ include gcc-cross_${PV}.oe -DEPENDS := virtual/${TARGET_PREFIX}binutils glibc-initial patcher-native -PROVIDES := virtual/${TARGET_PREFIX}gcc-initial +DEPENDS = "virtual/${TARGET_PREFIX}binutils glibc-initial patcher-native" +PROVIDES = "virtual/${TARGET_PREFIX}gcc-initial" -EXTRA_OECONF = '--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \ +EXTRA_OECONF = "--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \ --disable-multilib \ --with-newlib \ --without-headers \ @@ -13,7 +13,7 @@ EXTRA_OECONF = '--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \ --enable-__cxa_atexit \ --enable-languages=c \ --disable-shared \ - --program-prefix=${TARGET_SYS}-' + --program-prefix=${TARGET_PREFIX}" do_stage_prepend () { mkdir -p ${CROSS_DIR}/lib/gcc-lib/${TARGET_SYS}/${PV} diff --git a/gcc/gcc-initial-cross_3.3.3.oe b/gcc/gcc-initial-cross_3.3.3.oe index e69de29bb2..4f9cb6ddb6 100644 --- a/gcc/gcc-initial-cross_3.3.3.oe +++ b/gcc/gcc-initial-cross_3.3.3.oe @@ -0,0 +1,21 @@ +include gcc-cross_${PV}.oe + +DEPENDS = "virtual/${TARGET_PREFIX}binutils glibc-initial patcher-native" +PROVIDES = "virtual/${TARGET_PREFIX}gcc-initial" + +EXTRA_OECONF = "--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \ + --disable-multilib \ + --with-newlib \ + --without-headers \ + --disable-nls \ + --enable-threads=no \ + --enable-symvers=gnu \ + --enable-__cxa_atexit \ + --enable-languages=c \ + --disable-shared \ + --program-prefix=${TARGET_PREFIX}" + +do_stage_prepend () { + mkdir -p ${CROSS_DIR}/lib/gcc-lib/${TARGET_SYS}/${PV} + ln -sf libgcc.a ${CROSS_DIR}/lib/gcc-lib/${TARGET_SYS}/${PV}/libgcc_eh.a +} diff --git a/gcc/gcc-initial-uclibc-cross_3.3.2.oe b/gcc/gcc-initial-uclibc-cross_3.3.2.oe index cfcd8205af..ea0b0f1371 100644 --- a/gcc/gcc-initial-uclibc-cross_3.3.2.oe +++ b/gcc/gcc-initial-uclibc-cross_3.3.2.oe @@ -1,9 +1,9 @@ include gcc-uclibc-cross_${PV}.oe -DEPENDS := virtual/${TARGET_PREFIX}binutils uclibc-initial patcher-native -PROVIDES := virtual/${TARGET_PREFIX}gcc-initial +DEPENDS = "virtual/${TARGET_PREFIX}binutils uclibc-initial patcher-native" +PROVIDES = "virtual/${TARGET_PREFIX}gcc-initial" -EXTRA_OECONF := --with-local-prefix=${CROSS_DIR}/local \ +EXTRA_OECONF = "--with-local-prefix=${CROSS_DIR}/local \ --with-gxx-include-dir=${CROSS_DIR}/${TARGET_SYS}/include/c++ \ --enable-target-optspace \ --disable-nls \ @@ -13,4 +13,4 @@ EXTRA_OECONF := --with-local-prefix=${CROSS_DIR}/local \ --disable-shared \ --disable-threads \ --enable-multilib \ - --program-prefix=${TARGET_PREFIX} + --program-prefix=${TARGET_PREFIX}" diff --git a/gcc/gcc-initial-uclibc-cross_3.3.3.oe b/gcc/gcc-initial-uclibc-cross_3.3.3.oe index cfcd8205af..ea0b0f1371 100644 --- a/gcc/gcc-initial-uclibc-cross_3.3.3.oe +++ b/gcc/gcc-initial-uclibc-cross_3.3.3.oe @@ -1,9 +1,9 @@ include gcc-uclibc-cross_${PV}.oe -DEPENDS := virtual/${TARGET_PREFIX}binutils uclibc-initial patcher-native -PROVIDES := virtual/${TARGET_PREFIX}gcc-initial +DEPENDS = "virtual/${TARGET_PREFIX}binutils uclibc-initial patcher-native" +PROVIDES = "virtual/${TARGET_PREFIX}gcc-initial" -EXTRA_OECONF := --with-local-prefix=${CROSS_DIR}/local \ +EXTRA_OECONF = "--with-local-prefix=${CROSS_DIR}/local \ --with-gxx-include-dir=${CROSS_DIR}/${TARGET_SYS}/include/c++ \ --enable-target-optspace \ --disable-nls \ @@ -13,4 +13,4 @@ EXTRA_OECONF := --with-local-prefix=${CROSS_DIR}/local \ --disable-shared \ --disable-threads \ --enable-multilib \ - --program-prefix=${TARGET_PREFIX} + --program-prefix=${TARGET_PREFIX}" diff --git a/gcc/gcc-uclibc-cross_3.3.2.oe b/gcc/gcc-uclibc-cross_3.3.2.oe index d83b115908..139559d6b1 100644 --- a/gcc/gcc-uclibc-cross_3.3.2.oe +++ b/gcc/gcc-uclibc-cross_3.3.2.oe @@ -1,12 +1,12 @@ inherit cross include gcc-uclibc_${PV}.oe -DEPENDS := virtual/${TARGET_PREFIX}binutils uclibc patcher-native -PROVIDES := virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++ +DEPENDS = "virtual/${TARGET_PREFIX}binutils uclibc patcher-native" +PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" -PACKAGES = +PACKAGES = "" -EXTRA_OECONF := --with-local-prefix=${CROSS_DIR}/local \ +EXTRA_OECONF = "--with-local-prefix=${CROSS_DIR}/local \ --with-gxx-include-dir=${CROSS_DIR}/${TARGET_SYS}/include/c++ \ --enable-target-optspace \ --disable-nls \ @@ -16,12 +16,12 @@ EXTRA_OECONF := --with-local-prefix=${CROSS_DIR}/local \ --enable-shared \ --enable-multilib \ --enable-threads=posix \ - --program-prefix=${TARGET_PREFIX} + --program-prefix=${TARGET_PREFIX}" -export CPPFLAGS = -export CXXFLAGS = -export CFLAGS = -export LDFLAGS = +export CPPFLAGS = "" +export CXXFLAGS = "" +export CFLAGS = "" +export LDFLAGS = "" do_configure () { export CC="${BUILD_CC}" diff --git a/gcc/gcc-uclibc-cross_3.3.3.oe b/gcc/gcc-uclibc-cross_3.3.3.oe index 123c804d58..5746f3fc71 100644 --- a/gcc/gcc-uclibc-cross_3.3.3.oe +++ b/gcc/gcc-uclibc-cross_3.3.3.oe @@ -1,12 +1,12 @@ inherit cross include gcc-uclibc_${PV}.oe -DEPENDS := virtual/${TARGET_PREFIX}binutils uclibc patcher-native -PROVIDES := virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++ +DEPENDS = "virtual/${TARGET_PREFIX}binutils uclibc patcher-native" +PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" -PACKAGES = +PACKAGES = "" -EXTRA_OECONF := --with-local-prefix=${CROSS_DIR}/local \ +EXTRA_OECONF = "--with-local-prefix=${CROSS_DIR}/local \ --with-gxx-include-dir=${CROSS_DIR}/${TARGET_SYS}/include/c++ \ --enable-target-optspace \ --disable-nls \ @@ -16,12 +16,12 @@ EXTRA_OECONF := --with-local-prefix=${CROSS_DIR}/local \ --enable-shared \ --enable-threads \ --enable-multilib \ - --program-prefix=${TARGET_PREFIX} + --program-prefix=${TARGET_PREFIX}" -export CPPFLAGS = -export CXXFLAGS = -export CFLAGS = -export LDFLAGS = +export CPPFLAGS = "" +export CXXFLAGS = "" +export CFLAGS = "" +export LDFLAGS = "" do_configure () { export CC="${BUILD_CC}" diff --git a/gcc/gcc-uclibc_3.3.2.oe b/gcc/gcc-uclibc_3.3.2.oe index bcd814fd15..cdcfed787b 100644 --- a/gcc/gcc-uclibc_3.3.2.oe +++ b/gcc/gcc-uclibc_3.3.2.oe @@ -1,35 +1,34 @@ include gcc_${PV}.oe -FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/gcc-${PV} +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/gcc-${PV}" -DESCRIPTION := The GNU cc and gcc C compilers (uclibc). -LICENSE := GPL -MAINTAINER := Gerald Britton <gbritton@doomcom.org> +DESCRIPTION = "The GNU cc and gcc C compilers (uclibc)." +LICENSE = "GPL" +MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" # This will ONLY build to this target -TARGET_VENDOR := -uclibc -TARGET_SYS := ${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS} -TARGET_PREFIX := ${TARGET_SYS}- +TARGET_VENDOR = "-uclibc" +TARGET_SYS = "${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" +TARGET_PREFIX = "${TARGET_SYS}-" -DEPENDS := virtual/${HOST_PREFIX}binutils virtual/${HOST_PREFIX}gcc \ - uclibc patcher +DEPENDS = "virtual/${HOST_PREFIX}binutils virtual/${HOST_PREFIX}gcc \ + uclibc patcher" -PACKAGES = ${PN} ${PN}-symlinks \ +PACKAGES = "${PN} ${PN}-symlinks \ ${PN}-c++ ${PN}-c++-symlinks \ uclibc-libgcc uclibc-libstdc++ uclibc-libstdc++-dev \ - ${PN}-doc + ${PN}-doc" # The rest of these are properly defined in gcc_${PV}.oe -FILES_uclibc-libgcc = ${FILES_libgcc} -FILES_uclibc-libstdc++ = ${FILES_libstdc++} -FILES_uclibc-libstdc++-dev = \ - ${includedir}/c++/${PV}-uclibc \ - ${libdir}/libstdc++.so \ - ${libdir}/libstdc++.la \ - ${libdir}/libstdc++.a \ - ${libdir}/libsupc++.la \ - ${libdir}/libsupc++.a +FILES_uclibc-libgcc = "${FILES_libgcc}" +FILES_uclibc-libstdc++ = "${FILES_libstdc++}" +FILES_uclibc-libstdc++-dev = "${includedir}/c++/${PV}-uclibc \ + ${libdir}/libstdc++.so \ + ${libdir}/libstdc++.la \ + ${libdir}/libstdc++.a \ + ${libdir}/libsupc++.la \ + ${libdir}/libsupc++.a" -EXTRA_OECONF := --with-local-prefix=${prefix}/local \ +EXTRA_OECONF = "--with-local-prefix=${prefix}/local \ --with-gxx-include-dir=${includedir}/c++/${PV}-uclibc \ --enable-target-optspace \ --disable-nls \ @@ -39,7 +38,7 @@ EXTRA_OECONF := --with-local-prefix=${prefix}/local \ --enable-shared \ --enable-multilib \ --enable-threads=posix \ - --program-prefix=${TARGET_PREFIX} + --program-prefix=${TARGET_PREFIX}" gccbuild_do_patch () { # diff --git a/gcc/gcc-uclibc_3.3.3.oe b/gcc/gcc-uclibc_3.3.3.oe index 4a53d63b09..cdcfed787b 100644 --- a/gcc/gcc-uclibc_3.3.3.oe +++ b/gcc/gcc-uclibc_3.3.3.oe @@ -1,35 +1,34 @@ include gcc_${PV}.oe -FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/gcc-${PV} +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/gcc-${PV}" -DESCRIPTION := The GNU cc and gcc C compilers (uclibc). -LICENSE := GPL -MAINTAINER := Gerald Britton <gbritton@doomcom.org> +DESCRIPTION = "The GNU cc and gcc C compilers (uclibc)." +LICENSE = "GPL" +MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" # This will ONLY build to this target -TARGET_VENDOR := -uclibc -TARGET_SYS := ${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS} -TARGET_PREFIX := ${TARGET_SYS}- +TARGET_VENDOR = "-uclibc" +TARGET_SYS = "${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" +TARGET_PREFIX = "${TARGET_SYS}-" -DEPENDS := virtual/${HOST_PREFIX}binutils virtual/${HOST_PREFIX}gcc \ - uclibc patcher +DEPENDS = "virtual/${HOST_PREFIX}binutils virtual/${HOST_PREFIX}gcc \ + uclibc patcher" -PACKAGES = ${PN} ${PN}-symlinks \ +PACKAGES = "${PN} ${PN}-symlinks \ ${PN}-c++ ${PN}-c++-symlinks \ uclibc-libgcc uclibc-libstdc++ uclibc-libstdc++-dev \ - ${PN}-doc + ${PN}-doc" # The rest of these are properly defined in gcc_${PV}.oe -FILES_uclibc-libgcc = ${FILES_libgcc} -FILES_uclibc-libstdc++ = ${FILES_libstdc++} -FILES_uclibc-libstdc++-dev = \ - ${includedir}/c++/${PV}-uclibc \ - ${libdir}/libstdc++.so \ - ${libdir}/libstdc++.la \ - ${libdir}/libstdc++.a \ - ${libdir}/libsupc++.la \ - ${libdir}/libsupc++.a +FILES_uclibc-libgcc = "${FILES_libgcc}" +FILES_uclibc-libstdc++ = "${FILES_libstdc++}" +FILES_uclibc-libstdc++-dev = "${includedir}/c++/${PV}-uclibc \ + ${libdir}/libstdc++.so \ + ${libdir}/libstdc++.la \ + ${libdir}/libstdc++.a \ + ${libdir}/libsupc++.la \ + ${libdir}/libsupc++.a" -EXTRA_OECONF := --with-local-prefix=${prefix}/local \ +EXTRA_OECONF = "--with-local-prefix=${prefix}/local \ --with-gxx-include-dir=${includedir}/c++/${PV}-uclibc \ --enable-target-optspace \ --disable-nls \ @@ -37,9 +36,9 @@ EXTRA_OECONF := --with-local-prefix=${prefix}/local \ --disable-__cxa_atexit \ --enable-languages=c,c++ \ --enable-shared \ - --enable-threads \ --enable-multilib \ - --program-prefix=${TARGET_PREFIX} + --enable-threads=posix \ + --program-prefix=${TARGET_PREFIX}" gccbuild_do_patch () { # diff --git a/gcc/gcc_3.3.2.oe b/gcc/gcc_3.3.2.oe index 11a5b0c5c7..2273c6acc0 100644 --- a/gcc/gcc_3.3.2.oe +++ b/gcc/gcc_3.3.2.oe @@ -1,80 +1,73 @@ inherit autotools -DESCRIPTION := The GNU cc and gcc C compilers. -LICENSE := GPL -MAINTAINER := Gerald Britton <gbritton@doomcom.org> +DESCRIPTION = "The GNU cc and gcc C compilers." +LICENSE = "GPL" +MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" # This will ONLY build to this target -TARGET_VENDOR := -TARGET_SYS := ${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS} -TARGET_PREFIX := ${TARGET_SYS}- - -DEPENDS := virtual/${HOST_PREFIX}binutils virtual/${HOST_PREFIX}gcc \ - glibc patcher - -PACKAGES = ${PN} ${PN}-symlinks \ - ${PN}-c++ ${PN}-c++-symlinks \ - libgcc libstdc++ libstdc++-dev \ - ${PN}-doc - -FILES_${PN} = \ - ${bindir}/${TARGET_PREFIX}gcc \ - ${bindir}/${TARGET_PREFIX}cpp \ - ${bindir}/${TARGET_PREFIX}gcov \ - ${bindir}/${TARGET_PREFIX}gccbug \ - ${libdir}/gcc-lib/${TARGET_SYS}/${PV}/cc1 \ - ${libdir}/gcc-lib/${TARGET_SYS}/${PV}/collect2 \ - ${libdir}/gcc-lib/${TARGET_SYS}/${PV}/crt* \ - ${libdir}/gcc-lib/${TARGET_SYS}/${PV}/specs \ - ${libdir}/gcc-lib/${TARGET_SYS}/${PV}/lib* \ - ${libdir}/gcc-lib/${TARGET_SYS}/${PV}/include - -FILES_${PN}-symlinks = \ - ${bindir}/cc \ - ${bindir}/gcc \ - ${bindir}/cpp \ - ${bindir}/gcov \ - ${bindir}/gccbug - -FILES_${PN}-c++ = \ - ${bindir}/${TARGET_PREFIX}g++ \ - ${libdir}/gcc-lib/${TARGET_SYS}/${PV}/cc1plus \ - -FILES_${PN}-c++-symlinks = \ - ${bindir}/c++ \ - ${bindir}/g++ - -FILES_libgcc = \ - /lib/libgcc_s.so.* - -FILES_libstdc++ = \ - ${libdir}/libstdc++.so.* - -FILES_libstdc++-dev = \ - ${includedir}/c++/${PV} \ - ${libdir}/libstdc++.so \ - ${libdir}/libstdc++.la \ - ${libdir}/libstdc++.a \ - ${libdir}/libsupc++.la \ - ${libdir}/libsupc++.a - -FILES_${PN}-doc = \ - ${infodir} \ - ${mandir} \ - ${libdir}/gcc-lib/${TARGET_SYS}/${PV}/include/README - -SRC_URI = ${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ - file://${FILESDIR}/gcc-001-disable-mathf.patch;patch=1 \ - file://${FILESDIR}/gcc-006-include-search.patch;patch=1 \ - file://${FILESDIR}/gcc-810-libstd++-locale.patch;patch=1 +TARGET_VENDOR = "" +TARGET_SYS = "${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" +TARGET_PREFIX = "${TARGET_SYS}-" + +DEPENDS = "virtual/${HOST_PREFIX}binutils virtual/${HOST_PREFIX}gcc \ + glibc patcher" + +PACKAGES = "${PN} ${PN}-symlinks \ + ${PN}-c++ ${PN}-c++-symlinks \ + libgcc libstdc++ libstdc++-dev \ + ${PN}-doc" + +FILES_${PN} = "${bindir}/${TARGET_PREFIX}gcc \ + ${bindir}/${TARGET_PREFIX}cpp \ + ${bindir}/${TARGET_PREFIX}gcov \ + ${bindir}/${TARGET_PREFIX}gccbug \ + ${libdir}/gcc-lib/${TARGET_SYS}/${PV}/cc1 \ + ${libdir}/gcc-lib/${TARGET_SYS}/${PV}/collect2 \ + ${libdir}/gcc-lib/${TARGET_SYS}/${PV}/crt* \ + ${libdir}/gcc-lib/${TARGET_SYS}/${PV}/specs \ + ${libdir}/gcc-lib/${TARGET_SYS}/${PV}/lib* \ + ${libdir}/gcc-lib/${TARGET_SYS}/${PV}/include" + +FILES_${PN}-symlinks = "${bindir}/cc \ + ${bindir}/gcc \ + ${bindir}/cpp \ + ${bindir}/gcov \ + ${bindir}/gccbug" + +FILES_${PN}-c++ = "${bindir}/${TARGET_PREFIX}g++ \ + ${libdir}/gcc-lib/${TARGET_SYS}/${PV}/cc1plus" + +FILES_${PN}-c++-symlinks = "${bindir}/c++ \ + ${bindir}/g++" + +FILES_libgcc = "/lib/libgcc_s.so.*" + +FILES_libstdc++ = "${libdir}/libstdc++.so.*" + +FILES_libstdc++-dev = "${includedir}/c++/${PV} \ + ${libdir}/libstdc++.so \ + ${libdir}/libstdc++.la \ + ${libdir}/libstdc++.a \ + ${libdir}/libsupc++.la \ + ${libdir}/libsupc++.a" + +FILES_${PN}-doc = "${infodir} \ + ${mandir} \ + ${libdir}/gcc-lib/${TARGET_SYS}/${PV}/include/README" + +SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ + file://${FILESDIR}/gcc-001-disable-mathf.patch;patch=1 \ + file://${FILESDIR}/gcc-006-include-search.patch;patch=1 \ + file://${FILESDIR}/gcc-810-libstd++-locale.patch;patch=1" + MIRRORS_prepend () { -${GNU_MIRROR}/gcc/gcc-${PV}/ http://gcc.get-software.com/releases/gcc-${PV}/ +${GNU_MIRROR}/gcc/releases/ http://gcc.get-software.com/releases/ } -S := ${WORKDIR}/gcc-${PV} -B := ${S}/build.${HOST_SYS}.${TARGET_SYS} +S = "${WORKDIR}/gcc-${PV}" +B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" -EXTRA_OECONF := --with-local-prefix=${prefix}/local \ +EXTRA_OECONF = "--with-local-prefix=${prefix}/local \ --with-gxx-include-dir=${includedir}/c++/${PV} \ --enable-target-optspace \ --disable-nls \ @@ -83,7 +76,7 @@ EXTRA_OECONF := --with-local-prefix=${prefix}/local \ --enable-languages=c,c++ \ --enable-shared \ --enable-multilib \ - --program-prefix=${TARGET_PREFIX} + --program-prefix=${TARGET_PREFIX}" do_configure () { # Setup these vars for cross building only @@ -141,4 +134,3 @@ do_install () { ln -s g++ c++ ln -s gcc cc } - diff --git a/genext2fs/genext2fs-native_1.3.oe b/genext2fs/genext2fs-native_1.3.oe index 6eb11d578c..5d4d0dde43 100644 --- a/genext2fs/genext2fs-native_1.3.oe +++ b/genext2fs/genext2fs-native_1.3.oe @@ -1,12 +1,12 @@ include genext2fs_${PV}.oe inherit native FILESDIR = "${TOPDIR}/genext2fs/genext2fs-${PV}" -DEPENDS = +DEPENDS = "" do_stage () { install -m 0755 genext2fs ${STAGING_BINDIR}/ } do_install () { - true + : } diff --git a/glib-2.0/glib-2.0-native_2.2.3.oe b/glib-2.0/glib-2.0-native_2.2.3.oe index 8903876f1d..4203ecf805 100644 --- a/glib-2.0/glib-2.0-native_2.2.3.oe +++ b/glib-2.0/glib-2.0-native_2.2.3.oe @@ -1,5 +1,5 @@ DEPENDS = "patcher-native" -RDEPENDS = +RDEPENDS = "" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/glib-2.0-${PV}" SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/glib/2.2/glib-${PV}.tar.bz2 \ @@ -8,7 +8,7 @@ S = "${WORKDIR}/glib-${PV}" inherit autotools libtool native -acpaths= +acpaths = "" do_configure_prepend () { install -m 0644 ${FILESDIR}/glibconfig-sysdefs.h . } diff --git a/glib-2.0/glib-2.0_2.2.3.oe b/glib-2.0/glib-2.0_2.2.3.oe index 60e07db98e..131bf18c34 100644 --- a/glib-2.0/glib-2.0_2.2.3.oe +++ b/glib-2.0/glib-2.0_2.2.3.oe @@ -16,7 +16,7 @@ S = "${WORKDIR}/glib-${PV}" inherit autotools libtool pkgconfig -acpaths= +acpaths = "" do_configure_prepend () { install -m 0644 ${FILESDIR}/glibconfig-sysdefs.h . } diff --git a/glibc/glibc-initial_2.3.2.oe b/glibc/glibc-initial_2.3.2.oe index 30f0187699..9b94e8b031 100644 --- a/glibc/glibc-initial_2.3.2.oe +++ b/glibc/glibc-initial_2.3.2.oe @@ -1,11 +1,11 @@ include glibc_${PV}.oe -DEPENDS = +DEPENDS = "" PROVIDES = "virtual/glibc-headers" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/glibc-${PV}" S = "${WORKDIR}/glibc-${PV}" -PACKAGES = +PACKAGES = "" do_configure () { sed -ie 's,{ (exit 1); exit 1; }; },{ (exit 0); }; },g' ${S}/configure diff --git a/glibc/glibc_2.3.2.oe b/glibc/glibc_2.3.2.oe index 8211a4af4b..a9ebefb83e 100644 --- a/glibc/glibc_2.3.2.oe +++ b/glibc/glibc_2.3.2.oe @@ -134,9 +134,9 @@ do_compile_prepend() { touch sysdeps/${TARGET_ARCH}/framestate.c } -rpcsvc = bootparam_prot.x nlm_prot.x rstat.x \ - yppasswd.x klm_prot.x rex.x sm_inter.x mount.x \ - rusers.x spray.x nfs_prot.x rquota.x key_prot.x +rpcsvc = "bootparam_prot.x nlm_prot.x rstat.x \ + yppasswd.x klm_prot.x rex.x sm_inter.x mount.x \ + rusers.x spray.x nfs_prot.x rquota.x key_prot.x" do_compile_append() { ( diff --git a/gmp/gmp_4.1.2.oe b/gmp/gmp_4.1.2.oe index 2475ab322e..a270237f23 100644 --- a/gmp/gmp_4.1.2.oe +++ b/gmp/gmp_4.1.2.oe @@ -7,7 +7,7 @@ SRC_URI = "ftp://mirrors.kernel.org/gnu/gmp/gmp-${PV}.tar.gz \ inherit autotools libtool -acpaths = +acpaths = "" do_stage () { install -m 0644 .libs/libgmp.lai ${STAGING_LIBDIR}/libgmp.la diff --git a/gnuboy/qtopiagnuboy_1.0.3.oe b/gnuboy/qtopiagnuboy_1.0.3.oe index 633f795d28..c2a3a8950a 100644 --- a/gnuboy/qtopiagnuboy_1.0.3.oe +++ b/gnuboy/qtopiagnuboy_1.0.3.oe @@ -9,7 +9,7 @@ SRC_URI = "http://www.warmi.net/zaurus/files/gnuboy-${PV}-qtopia3.tar.gz \ file://${FILESDIR}/gcc3.patch;patch=1" S = "${WORKDIR}/gnuboy" -FILES = +FILES = "" FILES_${PN} = "/opt/QtPalmtop" QMAKE = "${STAGING_BINDIR}/qmake" diff --git a/gnupg/gnupg_1.2.3.oe b/gnupg/gnupg_1.2.3.oe index 921fa4aa6f..af8309c6e9 100644 --- a/gnupg/gnupg_1.2.3.oe +++ b/gnupg/gnupg_1.2.3.oe @@ -8,4 +8,4 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${PV}.tar.bz2 \ inherit autotools -EXTRA_OECONF = --disable-ldap +EXTRA_OECONF = "--disable-ldap" diff --git a/gnupg/gnupg_1.2.4.oe b/gnupg/gnupg_1.2.4.oe index 921fa4aa6f..af8309c6e9 100644 --- a/gnupg/gnupg_1.2.4.oe +++ b/gnupg/gnupg_1.2.4.oe @@ -8,4 +8,4 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${PV}.tar.bz2 \ inherit autotools -EXTRA_OECONF = --disable-ldap +EXTRA_OECONF = "--disable-ldap" diff --git a/gtk+/gtk+_2.2.4.oe b/gtk+/gtk+_2.2.4.oe index ef7cc24f18..5d128f5548 100644 --- a/gtk+/gtk+_2.2.4.oe +++ b/gtk+/gtk+_2.2.4.oe @@ -27,11 +27,9 @@ EXTRA_OECONF = "--without-libtiff --enable-debug=no --disable-cruft" SOV = "0.200.4" LIBV = "2.2.0" -gtk_include = gtk.h gtkaccelgroup.h gtkaccellabel.h gtkaccelmap.h gtkaccessible.h gtkadjustment.h gtkalignment.h gtkarrow.h gtkaspectframe.h gtkbbox.h gtkbin.h gtkbindings.h gtkbox.h gtkbutton.h gtkcalendar.h gtkcelleditable.h gtkcellrenderer.h gtkcellrendererpixbuf.h gtkcellrenderertext.h gtkcellrenderertoggle.h gtkcheckbutton.h gtkcheckmenuitem.h gtkclipboard.h gtkclist.h gtkcolorsel.h gtkcolorseldialog.h gtkcombo.h gtkcontainer.h gtkctree.h gtkcurve.h gtkdebug.h gtkdialog.h gtkdnd.h gtkdrawingarea.h gtkeditable.h gtkentry.h gtkenums.h gtkeventbox.h gtkfilesel.h gtkfixed.h gtkfontsel.h gtkframe.h gtkgamma.h gtkgc.h gtkhandlebox.h gtkhbbox.h gtkhbox.h gtkhpaned.h gtkhruler.h gtkhscale.h gtkhscrollbar.h gtkhseparator.h gtkiconfactory.h gtkimage.h gtkimagemenuitem.h gtkimcontext.h gtkimcontextsimple.h gtkimmodule.h gtkimmulticontext.h gtkinputdialog.h gtkinvisible.h gtkitem.h gtkitemfactory.h gtklabel.h gtklayout.h gtklist.h gtklistitem.h gtkliststore.h gtkmain.h gtkmarshal.h gtkmenu.h gtkmenubar.h gtkmenuitem.h gtkmenushell.h gtkmessagedialog.h gtkmisc.h gtknotebook.h gtkobject.h gtkoldeditable.h gtkoptionmenu.h gtkpaned.h gtkpixmap.h gtkplug.h gtkpreview.h gtkprivate.h gtkprogress.h gtkprogressbar.h gtkradiobutton.h gtkradiomenuitem.h gtkrange.h gtkrc.h gtkruler.h gtkscale.h gtkscrollbar.h gtkscrolledwindow.h gtkselection.h gtkseparator.h gtkseparatormenuitem.h gtksettings.h gtksignal.h gtksizegroup.h gtksocket.h gtkspinbutton.h gtkstatusbar.h gtkstock.h gtkstyle.h gtktable.h gtktearoffmenuitem.h gtktext.h gtktextbuffer.h gtktextchild.h gtktextdisplay.h gtktextiter.h gtktextlayout.h gtktextmark.h gtktexttag.h gtktexttagtable.h gtktextview.h gtktipsquery.h gtktogglebutton.h gtktoolbar.h gtktooltips.h gtktree.h gtktreednd.h gtktreeitem.h gtktreemodel.h gtktreemodelsort.h gtktreeselection.h gtktreesortable.h gtktreestore.h gtktreeview.h gtktreeviewcolumn.h gtktypebuiltins.h gtktypeutils.h gtkvbbox.h gtkvbox.h gtkversion.h gtkviewport.h gtkvpaned.h gtkvruler.h gtkvscale.h gtkvscrollbar.h gtkvseparator.h gtkwidget.h gtkwindow.h - -gdk_include = gdk.h gdkcolor.h gdkcursor.h gdkdisplay.h gdkdisplaymanager.h gdkdnd.h gdkdrawable.h gdkenumtypes.h gdkevents.h gdkfont.h gdkgc.h gdki18n.h gdkimage.h gdkinput.h gdkkeys.h gdkkeysyms.h gdkpango.h gdkpixbuf.h gdkpixmap.h gdkprivate.h gdkproperty.h gdkregion.h gdkrgb.h gdkscreen.h gdkselection.h gdktypes.h gdkvisual.h gdkwindow.h x11/gdkx.h - -gdk_pixbuf_include = gdk-pixbuf-animation.h gdk-pixbuf-enum-types.h gdk-pixbuf-features.h gdk-pixbuf-io.h gdk-pixbuf-loader.h gdk-pixbuf-marshal.h gdk-pixbuf.h gdk-pixdata.h +gtk_include = "gtk.h gtkaccelgroup.h gtkaccellabel.h gtkaccelmap.h gtkaccessible.h gtkadjustment.h gtkalignment.h gtkarrow.h gtkaspectframe.h gtkbbox.h gtkbin.h gtkbindings.h gtkbox.h gtkbutton.h gtkcalendar.h gtkcelleditable.h gtkcellrenderer.h gtkcellrendererpixbuf.h gtkcellrenderertext.h gtkcellrenderertoggle.h gtkcheckbutton.h gtkcheckmenuitem.h gtkclipboard.h gtkclist.h gtkcolorsel.h gtkcolorseldialog.h gtkcombo.h gtkcontainer.h gtkctree.h gtkcurve.h gtkdebug.h gtkdialog.h gtkdnd.h gtkdrawingarea.h gtkeditable.h gtkentry.h gtkenums.h gtkeventbox.h gtkfilesel.h gtkfixed.h gtkfontsel.h gtkframe.h gtkgamma.h gtkgc.h gtkhandlebox.h gtkhbbox.h gtkhbox.h gtkhpaned.h gtkhruler.h gtkhscale.h gtkhscrollbar.h gtkhseparator.h gtkiconfactory.h gtkimage.h gtkimagemenuitem.h gtkimcontext.h gtkimcontextsimple.h gtkimmodule.h gtkimmulticontext.h gtkinputdialog.h gtkinvisible.h gtkitem.h gtkitemfactory.h gtklabel.h gtklayout.h gtklist.h gtklistitem.h gtkliststore.h gtkmain.h gtkmarshal.h gtkmenu.h gtkmenubar.h gtkmenuitem.h gtkmenushell.h gtkmessagedialog.h gtkmisc.h gtknotebook.h gtkobject.h gtkoldeditable.h gtkoptionmenu.h gtkpaned.h gtkpixmap.h gtkplug.h gtkpreview.h gtkprivate.h gtkprogress.h gtkprogressbar.h gtkradiobutton.h gtkradiomenuitem.h gtkrange.h gtkrc.h gtkruler.h gtkscale.h gtkscrollbar.h gtkscrolledwindow.h gtkselection.h gtkseparator.h gtkseparatormenuitem.h gtksettings.h gtksignal.h gtksizegroup.h gtksocket.h gtkspinbutton.h gtkstatusbar.h gtkstock.h gtkstyle.h gtktable.h gtktearoffmenuitem.h gtktext.h gtktextbuffer.h gtktextchild.h gtktextdisplay.h gtktextiter.h gtktextlayout.h gtktextmark.h gtktexttag.h gtktexttagtable.h gtktextview.h gtktipsquery.h gtktogglebutton.h gtktoolbar.h gtktooltips.h gtktree.h gtktreednd.h gtktreeitem.h gtktreemodel.h gtktreemodelsort.h gtktreeselection.h gtktreesortable.h gtktreestore.h gtktreeview.h gtktreeviewcolumn.h gtktypebuiltins.h gtktypeutils.h gtkvbbox.h gtkvbox.h gtkversion.h gtkviewport.h gtkvpaned.h gtkvruler.h gtkvscale.h gtkvscrollbar.h gtkvseparator.h gtkwidget.h gtkwindow.h" +gdk_include = "gdk.h gdkcolor.h gdkcursor.h gdkdisplay.h gdkdisplaymanager.h gdkdnd.h gdkdrawable.h gdkenumtypes.h gdkevents.h gdkfont.h gdkgc.h gdki18n.h gdkimage.h gdkinput.h gdkkeys.h gdkkeysyms.h gdkpango.h gdkpixbuf.h gdkpixmap.h gdkprivate.h gdkproperty.h gdkregion.h gdkrgb.h gdkscreen.h gdkselection.h gdktypes.h gdkvisual.h gdkwindow.h x11/gdkx.h" +gdk_pixbuf_include = "gdk-pixbuf-animation.h gdk-pixbuf-enum-types.h gdk-pixbuf-features.h gdk-pixbuf-io.h gdk-pixbuf-loader.h gdk-pixbuf-marshal.h gdk-pixbuf.h gdk-pixdata.h" do_stage () { oe_soinstall gtk/.libs/libgtk-x11-2.0.so.${SOV} ${STAGING_LIBDIR}/ @@ -40,13 +38,13 @@ do_stage () { oe_soinstall gdk/.libs/libgdk-x11-2.0.so.${SOV} ${STAGING_LIBDIR}/ install -m 0644 gdk/.libs/libgdk-x11-2.0.lai ${STAGING_LIBDIR}/libgdk-x11-2.0.la - install -m 0644 gdk/.libs/libgdk-x11-2.0.a ${STAGING_LIBDIR}/libgdk-x11-2.0.a + install -m 0644 gdk/.libs/libgdk-x11-2.0.a ${STAGING_LIBDIR}/libgdk-x11-2.0.a oe_soinstall gdk-pixbuf/.libs/libgdk-pixbuf-x11-2.0.so.${SOV} ${STAGING_LIBDIR}/ - oe_soinstall gdk-pixbuf/.libs/libgdk_pixbuf-2.0.so.${SOV} ${STAGING_LIBDIR}/ + oe_soinstall gdk-pixbuf/.libs/libgdk_pixbuf-2.0.so.${SOV} ${STAGING_LIBDIR}/ install -m 0644 gdk-pixbuf/.libs/libgdk_pixbuf-2.0.lai ${STAGING_LIBDIR}/libgdk_pixbuf-2.0.la - install -m 0644 gdk-pixbuf/.libs/libgdk_pixbuf-2.0.a ${STAGING_LIBDIR}/libgdk_pixbuf-2.0.a + install -m 0644 gdk-pixbuf/.libs/libgdk_pixbuf-2.0.a ${STAGING_LIBDIR}/libgdk_pixbuf-2.0.a mkdir -p ${STAGING_INCDIR}/gtk-2.0/gtk for i in ${gtk_include}; do @@ -90,12 +88,12 @@ python do_package () { if not m: continue on = m.group(1) - pkg = format % on + pkg = format % on packages.append(pkg) oe.data.setVar('FILES_' + pkg, os.path.join(root, o), d) oe.data.setVar('RDEPENDS_' + pkg, mainpkg, d) oe.data.setVar('DESCRIPTION_' + pkg, description % on, d) - + oe.data.setVar('PACKAGES', string.join(packages, ' '), d) libdir = oe.data.getVar('libdir', d, 1) diff --git a/ifupdown/ifupdown_0.6.4.oe b/ifupdown/ifupdown_0.6.4.oe index c40debfcd1..56c5a5db81 100644 --- a/ifupdown/ifupdown_0.6.4.oe +++ b/ifupdown/ifupdown_0.6.4.oe @@ -11,7 +11,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/i/ifupdown/ifupdown_${PV}.orig.tar.gz \ file://${FILESDIR}/udhcpc.patch;patch=1 \ file://${FILESDIR}/zeroconf.patch;patch=1" -EXTRA_OEMAKE = +EXTRA_OEMAKE = "" do_compile () { chmod a+rx *.pl *.sh diff --git a/intltool/intltool-native_0.30.oe b/intltool/intltool-native_0.30.oe index 31df211622..109e488632 100644 --- a/intltool/intltool-native_0.30.oe +++ b/intltool/intltool-native_0.30.oe @@ -1,6 +1,6 @@ include intltool_${PV}.oe inherit native -DEPENDS= +DEPENDS = "" do_stage () { install -d ${STAGING_DIR}/share/aclocal diff --git a/ipkg/ipkg-native_0.99.108.oe b/ipkg/ipkg-native_0.99.108.oe index bc529daeab..c8301ee4c8 100644 --- a/ipkg/ipkg-native_0.99.108.oe +++ b/ipkg/ipkg-native_0.99.108.oe @@ -3,4 +3,4 @@ inherit native DEPENDS = "patcher-native" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}" -PACKAGES = +PACKAGES = "" diff --git a/ipkg/ipkg-native_0.99.114.oe b/ipkg/ipkg-native_0.99.114.oe index bc529daeab..c8301ee4c8 100644 --- a/ipkg/ipkg-native_0.99.114.oe +++ b/ipkg/ipkg-native_0.99.114.oe @@ -3,4 +3,4 @@ inherit native DEPENDS = "patcher-native" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}" -PACKAGES = +PACKAGES = "" diff --git a/ipkg/ipkg-native_0.99.84.oe b/ipkg/ipkg-native_0.99.84.oe index bc529daeab..c8301ee4c8 100644 --- a/ipkg/ipkg-native_0.99.84.oe +++ b/ipkg/ipkg-native_0.99.84.oe @@ -3,4 +3,4 @@ inherit native DEPENDS = "patcher-native" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}" -PACKAGES = +PACKAGES = "" diff --git a/ipkg/ipkg-native_0.99.91.oe b/ipkg/ipkg-native_0.99.91.oe index bc529daeab..c8301ee4c8 100644 --- a/ipkg/ipkg-native_0.99.91.oe +++ b/ipkg/ipkg-native_0.99.91.oe @@ -3,4 +3,4 @@ inherit native DEPENDS = "patcher-native" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}" -PACKAGES = +PACKAGES = "" diff --git a/ipkg/ipkg-native_0.99.95.oe b/ipkg/ipkg-native_0.99.95.oe index bc529daeab..c8301ee4c8 100644 --- a/ipkg/ipkg-native_0.99.95.oe +++ b/ipkg/ipkg-native_0.99.95.oe @@ -3,4 +3,4 @@ inherit native DEPENDS = "patcher-native" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}" -PACKAGES = +PACKAGES = "" diff --git a/iputils/iputils_20020927.oe b/iputils/iputils_20020927.oe index da5975a388..4dbbfd55b2 100644 --- a/iputils/iputils_20020927.oe +++ b/iputils/iputils_20020927.oe @@ -5,7 +5,7 @@ DESCRIPTION = "Utilities for the IP protocol." SRC_URI = "http://www.tux.org/pub/people/alexey-kuznetsov/ip-routing/iputils-ss020927.tar.gz" S = "${WORKDIR}/iputils" -EXTRA_OEMAKE = +EXTRA_OEMAKE = "" do_compile () { oe_runmake 'CC=${CC}' \ diff --git a/libgcrypt/libgcrypt_1.1.91.oe b/libgcrypt/libgcrypt_1.1.91.oe index 26cd711c84..6bfb6f3d86 100644 --- a/libgcrypt/libgcrypt_1.1.91.oe +++ b/libgcrypt/libgcrypt_1.1.91.oe @@ -9,7 +9,7 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/libgcrypt-${PV}.tar.gz" inherit autotools libtool -EXTRA_OECONF=--without-pth +EXTRA_OECONF = "--without-pth" do_stage() { oe_soinstall src/.libs/libgcrypt.so.7.3.1 ${STAGING_LIBDIR}/ diff --git a/libnet/libnet_1.0.2a.oe b/libnet/libnet_1.0.2a.oe index 2d35b4ab77..6a482da668 100644 --- a/libnet/libnet_1.0.2a.oe +++ b/libnet/libnet_1.0.2a.oe @@ -7,7 +7,7 @@ handling, and injection." SRC_URI = "http://www.packetfactory.net/libnet/dist/deprecated/libnet-${PV}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1" -S = ${WORKDIR}/Libnet-${PV} +S = "${WORKDIR}/Libnet-${PV}" inherit autotools diff --git a/libopie/libopie2_20040225.oe b/libopie/libopie2_20040225.oe index ac6aef98bb..8b95289903 100644 --- a/libopie/libopie2_20040225.oe +++ b/libopie/libopie2_20040225.oe @@ -11,17 +11,17 @@ S = "${WORKDIR}/libopie2" inherit qmake -export QTDIR=${STAGING_LIBDIR}/.. -export OPIEDIR=${STAGING_LIBDIR}/.. +export QTDIR = "${STAGING_LIBDIR}/.." +export OPIEDIR = "${STAGING_LIBDIR}/.." #FIXME: Add machine specific bits here. Best use oe_machinstall and read the from a given file -EXTRA_QMAKEVARS_POST= 'DEFINES+=OPIE_WE_VERSION=15' +EXTRA_QMAKEVARS_POST = " DEFINES+=OPIE_WE_VERSION=15" # # for developing - qmake.oeclass should gather this automatically # -export QMAKESPEC=${QMAKE_MKSPEC_PATH}/qws/linux-sharp-g++ +export QMAKESPEC = "${QMAKE_MKSPEC_PATH}/qws/linux-sharp-g++" do_compile() { install -d ${STAGING_INCDIR}/opie2 diff --git a/libqpe/libqpe-opie_1.0.3.oe b/libqpe/libqpe-opie_1.0.3.oe index eb92baadee..36c2339276 100644 --- a/libqpe/libqpe-opie_1.0.3.oe +++ b/libqpe/libqpe-opie_1.0.3.oe @@ -14,15 +14,15 @@ inherit qmake QMAKE_PROFILES = "library.pro" -export QTDIR=${STAGING_LIBDIR}/.. -export OPIEDIR=${STAGING_LIBDIR}/.. +export QTDIR = "${STAGING_LIBDIR}/.." +export OPIEDIR = "${STAGING_LIBDIR}/.." CXXFLAGS_append = " -DQWS -fno-rtti -fno-exceptions" # # for developing - qmake.oeclass should gather this automatically # -export QMAKESPEC=${QMAKE_MKSPEC_PATH}/qws/linux-sharp-g++ +export QMAKESPEC = "${QMAKE_MKSPEC_PATH}/qws/linux-sharp-g++" do_compile() { mkdir -p ${STAGING_INCDIR}/qpe \ @@ -57,5 +57,4 @@ do_install() { } PACKAGES = "libqpe1" -FILES_${PN}= -FILES_libqpe1=/opt/QtPalmtop/lib +FILES_libqpe1 = "/opt/QtPalmtop/lib" diff --git a/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe b/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe index 4e25d022f3..60a4a8f10d 100644 --- a/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe +++ b/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe @@ -38,12 +38,12 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2 # apply this when we have a kernel that builds with gcc 3.x: # SRC_URI_append = file://${FILESDIR}/machtune-args.patch;patch=1 - + S = "${WORKDIR}/linux" inherit kernel -EXTRA_OEMAKE = +EXTRA_OEMAKE = "" do_configure_prepend() { install -m 0644 ${FILESDIR}/defconfig-${MACHINE} ${S}/.config @@ -59,5 +59,3 @@ do_compile_prepend() { rm -f ${S}/include/linux/version.h cd ${S} } - - diff --git a/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe b/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe index d67395189d..ba52beba30 100644 --- a/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe +++ b/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe @@ -36,7 +36,7 @@ inherit kernel MEM = "32" RD = "32" CMDLINE = "root=/dev/mtdblock4 rootfstype=jffs2 jffs2_orphand_inodes=delete" -EXTRA_OEMAKE = +EXTRA_OEMAKE = "" do_configure_prepend() { install -m 0644 ${FILESDIR}/defconfig-${MACHINE} ${S}/.config diff --git a/lsof/lsof_4.69.oe b/lsof/lsof_4.69.oe index 0d28d452da..b0268b2a6e 100644 --- a/lsof/lsof_4.69.oe +++ b/lsof/lsof_4.69.oe @@ -23,7 +23,7 @@ do_configure () { export I = "${STAGING_INCDIR}" export L = "${STAGING_INCDIR}" -export EXTRA_OEMAKE = +export EXTRA_OEMAKE = "" do_compile () { oe_runmake 'CC=${CC}' 'CFGL=${LDFLAGS} -L./lib -llsof' 'DEBUG=' 'INCL=${CFLAGS}' diff --git a/lsof/lsof_4.70.oe b/lsof/lsof_4.70.oe index 03d0534c78..66952ccf78 100644 --- a/lsof/lsof_4.70.oe +++ b/lsof/lsof_4.70.oe @@ -23,7 +23,7 @@ do_configure () { export I = "${STAGING_INCDIR}" export L = "${STAGING_INCDIR}" -export EXTRA_OEMAKE = +export EXTRA_OEMAKE = "" do_compile () { oe_runmake 'CC=${CC}' 'CFGL=${LDFLAGS} -L./lib -llsof' 'DEBUG=' 'INCL=${CFLAGS}' diff --git a/man-pages/man-pages_1.60.oe b/man-pages/man-pages_1.60.oe index de92a530ca..d6349212bb 100644 --- a/man-pages/man-pages_1.60.oe +++ b/man-pages/man-pages_1.60.oe @@ -2,7 +2,7 @@ DESCRIPTION = "base set of man pages." SRC_URI = "http://www.kernel.org/pub/linux/docs/manpages/man-pages-${PV}.tar.bz2" -EXTRA_OEMAKE = +EXTRA_OEMAKE = "" do_compile () { : } diff --git a/matchbox-desktop/matchbox-desktop_0.8.oe b/matchbox-desktop/matchbox-desktop_0.8.oe index 24b669bab8..7189bb7ca7 100644 --- a/matchbox-desktop/matchbox-desktop_0.8.oe +++ b/matchbox-desktop/matchbox-desktop_0.8.oe @@ -6,15 +6,12 @@ SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-desktop/${PV}/match inherit autotools libtool pkgconfig -FILES_${PN} = \ - ${bindir} \ - ${datadir}/applications \ - ${datadir}/matchbox/desktop/modules/*.so \ - ${datadir}/matchbox-desktop \ - ${datadir}/pixmaps - -FILES_${PN}-dev = \ - ${libdir}/matchbox-desktop \ - ${includedir}/matchbox-desktop \ - ${datadir}/matchbox/desktop/modules/*a +FILES_${PN} = "${bindir} \ + ${datadir}/applications \ + ${datadir}/matchbox/desktop/modules/*.so \ + ${datadir}/matchbox-desktop \ + ${datadir}/pixmaps" +FILES_${PN}-dev = "${libdir}/matchbox-desktop \ + ${includedir}/matchbox-desktop \ + ${datadir}/matchbox/desktop/modules/*a" diff --git a/matchbox-panel/matchbox-panel_0.8.1.oe b/matchbox-panel/matchbox-panel_0.8.1.oe index e69de29bb2..52f7eab1bf 100644 --- a/matchbox-panel/matchbox-panel_0.8.1.oe +++ b/matchbox-panel/matchbox-panel_0.8.1.oe @@ -0,0 +1,18 @@ +DESCRIPTION = "Matchbox panel" +LICENSE = "GPL" +DEPENDS = "virtual/libc libmatchbox x11 xext xpm" +RDEPENDS = "libc6 libmatchbox x11 xext matchbox-common" + +SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-panel/0.8/matchbox-panel-${PV}.tar.bz2" +S = "${WORKDIR}/matchbox-panel-${PV}" + +inherit autotools libtool pkgconfig + +FILES_${PN} = "${bindir} \ + ${datadir}/applications \ + ${datadir}/pixmaps" + +#EXTRA_OECONF = "--enable-small-icons" +# --enable-dnotify +# --enable-startup-notification +# --enable-nls diff --git a/matchbox-wm/matchbox-wm_0.8.1.oe b/matchbox-wm/matchbox-wm_0.8.1.oe index e69de29bb2..b0e1c20081 100644 --- a/matchbox-wm/matchbox-wm_0.8.1.oe +++ b/matchbox-wm/matchbox-wm_0.8.1.oe @@ -0,0 +1,20 @@ +DESCRIPTION = "Matchbox window manager" +LICENSE = "GPL" +DEPENDS = "virtual/libc libmatchbox x11 xext xcomposite xfixes xdamage xrender" +RDEPENDS = "libc6 libmatchbox x11 xext xcomposite xfixes xdamage xrender" + +SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-window-manager/0.8/matchbox-window-manager-${PV}.tar.bz2 \ + file://${FILESDIR}/m4.patch;patch=1" +S = "${WORKDIR}/matchbox-window-manager-${PV}" + +inherit autotools libtool pkgconfig + +FILES_${PN} = "${bindir} \ + ${datadir}/matchbox \ + ${datadir}/themes/blondie/matchbox \ + ${datadir}/themes/bluebox/matchbox \ + ${datadir}/themes/borillo/matchbox" + +EXTRA_OECONF = "--enable-composite" +# --enable-startup-notification +# --enable-expat diff --git a/microwindows/microwindows_0.90.oe b/microwindows/microwindows_0.90.oe index c598882382..d39ab1a466 100644 --- a/microwindows/microwindows_0.90.oe +++ b/microwindows/microwindows_0.90.oe @@ -7,7 +7,7 @@ RDEPENDS = "libc6 libpng jpeg" SRC_URI = "ftp://ftp.microwindows.org/pub/microwindows/microwindows-${PV}.tar.gz" -export EXTRA_OEMAKE= +export EXTRA_OEMAKE = "" do_compile() { if [ "${MACHINE}" = "ipaq" ]; then CONFIG=config.ipaq; fi @@ -18,12 +18,12 @@ do_compile() { if [ -z "$CONFIG" ]; then CONFIG=config.fb; fi cp src/Configs/$CONFIG src/config - - ARCH=`echo ${TARGET_OS}-${TARGET_ARCH} | tr [a-z] [A-Z]` + + ARCH=`echo ${TARGET_OS}-${TARGET_ARCH} | tr [a-z] [A-Z]` cd src oe_runmake "ARCH=$ARCH" "TOOLSPREFIX=${TARGET_PREFIX}" "MICROWIN=N" \ "MICROWINDEMO=N" "NANOWM=N" "SHAREDLIBS=Y" "DEBUG=N" \ - "INCJPEG=${STAGING_INCDIR}" "LIBJPEG=${STAGING_LIBDIR}/libjpeg.so" + "INCJPEG=${STAGING_INCDIR}" "LIBJPEG=${STAGING_LIBDIR}/libjpeg.so" } do_stage() { diff --git a/modutils/modutils-cross_2.4.25.oe b/modutils/modutils-cross_2.4.25.oe index 9d1e144189..5a98407a66 100644 --- a/modutils/modutils-cross_2.4.25.oe +++ b/modutils/modutils-cross_2.4.25.oe @@ -1,13 +1,13 @@ include modutils_${PV}.oe inherit cross S = "${WORKDIR}/modutils-${PV}" -DEPENDS= +DEPENDS = "patcher-native" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/modutils-${PV}-${PR}" -PACKAGES = +PACKAGES = "" sbindir = "${prefix}/bin" -EXTRA_OECONF_append = ' --program-prefix=${TARGET_PREFIX}' +EXTRA_OECONF_append = " --program-prefix=${TARGET_PREFIX}" do_stage () { oe_runmake install @@ -16,4 +16,3 @@ do_stage () { do_install () { : } - diff --git a/mtd/mtd-native.oe b/mtd/mtd-native.oe index 8272063791..629fa0d497 100644 --- a/mtd/mtd-native.oe +++ b/mtd/mtd-native.oe @@ -1,6 +1,6 @@ include mtd.oe inherit native -DEPENDS = +DEPENDS = "patcher-native" do_stage () { for binary in ftl_format erase eraseall nanddump doc_loadbios \ diff --git a/ncurses/ncurses_5.3.oe b/ncurses/ncurses_5.3.oe index 812da9f3bd..ef95efe03e 100644 --- a/ncurses/ncurses_5.3.oe +++ b/ncurses/ncurses_5.3.oe @@ -7,9 +7,9 @@ SECTION = "libs" DEPENDS = "virtual/libc" PROVIDES = "${PV}-${BaseV} ${PV}-${BaseV}-${PR} \ ${CATEGORY}/${PN}-${BaseV} ${CATEGORY}/${PN}-${BaseV}-${PR} " -PACKAGES_append=" ncurses-terminfo" -FILES_ncurses_append=" ${datadir}/tabset" -FILES_ncurses-terminfo=${datadir}/terminfo +PACKAGES_append = " ncurses-terminfo" +FILES_ncurses_append = " ${datadir}/tabset" +FILES_ncurses-terminfo = "${datadir}/terminfo" SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-${BaseV}.tar.gz \ file://${FILESDIR}/${SnapV}.patch;patch=1 \ @@ -30,7 +30,7 @@ EXTRA_OECONF = "--with-shared \ --with-terminfo-dirs=${sysconfdir}/terminfo:${datadir}/terminfo \ --enable-overwrite" export BUILD_CCFLAGS = "-I${S}/ncurses -I${S}/include ${BUILD_CFLAGS}" -export BUILD_LDFLAGS = +export BUILD_LDFLAGS = "" do_configure_prepend () { if [ -e aclocal.m4 -a ! -e acinclude.m4 ]; then diff --git a/ncurses/ncurses_5.4.oe b/ncurses/ncurses_5.4.oe index 0a80cc265e..19488b42e0 100644 --- a/ncurses/ncurses_5.4.oe +++ b/ncurses/ncurses_5.4.oe @@ -22,7 +22,7 @@ EXTRA_OECONF = "--with-shared \ --with-terminfo-dirs=${sysconfdir}/terminfo:${datadir}/terminfo \ --enable-overwrite" export BUILD_CCFLAGS = "-I${S}/ncurses -I${S}/include ${BUILD_CFLAGS}" -export BUILD_LDFLAGS = +export BUILD_LDFLAGS = "" do_configure_prepend () { if [ -e aclocal.m4 -a ! -e acinclude.m4 ]; then diff --git a/netkit-ftp/netkit-ftp_0.17.oe b/netkit-ftp/netkit-ftp_0.17.oe index e184ca3d1c..d192fd9f96 100644 --- a/netkit-ftp/netkit-ftp_0.17.oe +++ b/netkit-ftp/netkit-ftp_0.17.oe @@ -5,7 +5,7 @@ DESCRIPTION = "netkit-ftp includes a commandline ftp client." SRC_URI = "ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-ftp-${PV}.tar.gz \ file://${FILESDIR}/mconfig.patch;patch=1" -EXTRA_OEMAKE = +EXTRA_OEMAKE = "" do_compile () { oe_runmake 'CC=${CC}' 'LD=${LD}' all } diff --git a/openjade/openjade-native_1.3.2.oe b/openjade/openjade-native_1.3.2.oe index ca6e048979..415b98c49c 100644 --- a/openjade/openjade-native_1.3.2.oe +++ b/openjade/openjade-native_1.3.2.oe @@ -1,5 +1,5 @@ DEPENDS = "patcher-native opensp-native sgml-common-native" -RDEPENDS = +RDEPENDS = "" SRC_URI = "${SOURCEFORGE_MIRROR}/openjade/openjade-${PV}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1" @@ -8,7 +8,7 @@ S = "${WORKDIR}/openjade-${PV}" inherit autotools native FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/openjade-${PV}" -PACKAGES = +PACKAGES = "" EXTRA_OECONF = "--enable-spincludedir=${STAGING_INCDIR}/OpenSP \ --enable-splibdir=${STAGING_LIBDIR}" diff --git a/openssh/openssh_3.7.1p1.oe b/openssh/openssh_3.7.1p1.oe index b932c282f4..9e2acc22d7 100644 --- a/openssh/openssh_3.7.1p1.oe +++ b/openssh/openssh_3.7.1p1.oe @@ -15,7 +15,7 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar. inherit autotools -sysconfdir_append = /ssh +sysconfdir_append = "/ssh" export ASKPASS_PROGRAM = "${bindir}/ssh-askpass" export LD = "${CC}" CFLAGS_prepend = "-I${S} " diff --git a/openssh/openssh_3.7.1p2.oe b/openssh/openssh_3.7.1p2.oe index b932c282f4..9e2acc22d7 100644 --- a/openssh/openssh_3.7.1p2.oe +++ b/openssh/openssh_3.7.1p2.oe @@ -15,7 +15,7 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar. inherit autotools -sysconfdir_append = /ssh +sysconfdir_append = "/ssh" export ASKPASS_PROGRAM = "${bindir}/ssh-askpass" export LD = "${CC}" CFLAGS_prepend = "-I${S} " diff --git a/openssh/openssh_3.8p1.oe b/openssh/openssh_3.8p1.oe index 6b017c3e33..ee089b7050 100644 --- a/openssh/openssh_3.8p1.oe +++ b/openssh/openssh_3.8p1.oe @@ -15,7 +15,7 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar. inherit autotools -sysconfdir_append = /ssh +sysconfdir_append = "/ssh" export ASKPASS_PROGRAM = "${bindir}/ssh-askpass" export LD = "${CC}" CFLAGS_prepend = "-I${S} " diff --git a/patcher/patcher-native.oe b/patcher/patcher-native.oe index e69de29bb2..3218204427 100644 --- a/patcher/patcher-native.oe +++ b/patcher/patcher-native.oe @@ -0,0 +1,7 @@ +include patcher.oe +inherit native +DEPENDS = "" + +do_stage() { + install -m 0755 ${DL_DIR}/patcher ${STAGING_BINDIR}/ +} diff --git a/pkgconfig/pkgconfig-native_0.15.0.oe b/pkgconfig/pkgconfig-native_0.15.0.oe index a8c8bcfbd6..620ed9e650 100644 --- a/pkgconfig/pkgconfig-native_0.15.0.oe +++ b/pkgconfig/pkgconfig-native_0.15.0.oe @@ -2,4 +2,4 @@ include pkgconfig_${PV}.oe inherit native FILESDIR = "${TOPDIR}/pkgconfig/pkgconfig-${PV}" S = "${WORKDIR}/pkgconfig-${PV}" -DEPENDS= +DEPENDS = "patcher-native" diff --git a/python/python-pyqt_3.11.oe b/python/python-pyqt_3.11.oe index 6e609fcab9..82bbcf0eac 100644 --- a/python/python-pyqt_3.11.oe +++ b/python/python-pyqt_3.11.oe @@ -73,5 +73,4 @@ do_install() { done } -FILES_${PN}= -FILES_${PN}=/usr/lib/python2.3/site-packages +FILES_${PN} = "/usr/lib/python2.3/site-packages" diff --git a/python/python-pyqwt_3.10.oe b/python/python-pyqwt_3.10.oe index e1ecf3054b..915c53d077 100644 --- a/python/python-pyqwt_3.10.oe +++ b/python/python-pyqwt_3.10.oe @@ -8,7 +8,7 @@ DEPENDS = "virtual/libc virtual/libqte2 python-numeric python-pyqt qwt" SRCNAME = "pyqwt" SRC_URI = "http://pyqwt.sourceforge.net/snapshot/PyQwt-20040118.tar.gz \ - file://${FILESDIR}/qt2.x-compat.patch;patch=1 \ + file://${FILESDIR}/qt2.x-compat.patch;patch=1 \ file://${FILESDIR}/qtmod-sip-staging.patch;patch=1" S = "${WORKDIR}/PyQwt-20040118" @@ -17,7 +17,7 @@ export QTDIR = "${STAGING_LIBDIR}/.." EXTRA_QMAKEVARS_POST = " QMAKE_UIC=${STAGING_BINDIR}/uic QMAKE_MOC=${STAGING_BINDIR}/moc QMAKE_RPATH=-Wl,-rpath-link, \ CONFIG=qte CONFIG+=warn_on CONFIG+=release \ DESTDIR=${STAGING_LIBDIR}/python2.3/site-packages \ - DEFINES=SIP_MAKE_DLL DEFINES+=SIP_QT_SUPPORT DEFINES+=HAS_NUMERIC\ + DEFINES=SIP_MAKE_DLL DEFINES+=SIP_QT_SUPPORT DEFINES+=HAS_NUMERIC \ INCLUDEPATH=. INCLUDEPATH+=../numpy \ INCLUDEPATH+=${STAGING_INCDIR}/python2.3 \ INCLUDEPATH+=${STAGING_INCDIR}/ \ @@ -84,6 +84,5 @@ do_install() { done } -FILES_${PN}= -FILES_${PN}=/usr/lib/python2.3/site-packages - +FILES_${PN} = "" +FILES_${PN} = "/usr/lib/python2.3/site-packages" diff --git a/qmake/qmake-native_3.2.3.oe b/qmake/qmake-native_3.2.3.oe index 14ae647a0a..aebb13a57c 100644 --- a/qmake/qmake-native_3.2.3.oe +++ b/qmake/qmake-native_3.2.3.oe @@ -9,14 +9,14 @@ S = "${WORKDIR}/qt-embedded-free-${PV}" inherit autotools native -export QTDIR=${S} +export QTDIR = "${S}" -ARCH_i686=x86 +ARCH_i686 = "x86" -EXTRA_OECONF = -static -no-gif -no-sm -system-zlib -system-libjpeg -system-libpng -no-thread -no-nis -no-cups -no-stl \ - -disable-styles -disable-tools -disable-kernel -disable-widgets -disable-dialogs -disable-iconview \ - -disable-workspace -disable-network -disable-canvas -disable-table -disable-xml -disable-opengl -disable-sql -EXTRA_OEMAKE=-e +EXTRA_OECONF = "-static -no-gif -no-sm -system-zlib -system-libjpeg -system-libpng -no-thread -no-nis -no-cups -no-stl \ + -disable-styles -disable-tools -disable-kernel -disable-widgets -disable-dialogs -disable-iconview \ + -disable-workspace -disable-network -disable-canvas -disable-table -disable-xml -disable-opengl -disable-sql" +EXTRA_OEMAKE = "-e" do_configure() { if [ "$BUILD_ARCH" = "i686" ]; then diff --git a/qte/qte_2.3.6.oe b/qte/qte_2.3.6.oe index f0838b25e9..9f9f4772fb 100644 --- a/qte/qte_2.3.6.oe +++ b/qte/qte_2.3.6.oe @@ -19,28 +19,28 @@ S = "${WORKDIR}/qt-${PV}" #CXXFLAGS:="${@oe.data.getVar('CXXFLAGS', d, 1).strip()}" #LDFLAGS:="${@oe.data.getVar('LDFLAGS', d, 1).strip()}" -export QTDIR = ${S} +export QTDIR = "${S}" -ARCH_i686=x86 +ARCH_i686 = "x86" -EXTRA_OECONF_CONFIG=-qconfig qpe -EXTRA_OECONF_ARCH=-xplatform ${TARGET_OS}-${TARGET_ARCH}-g++ -EXTRA_OECONF_ARCH_collie=-xplatform ${TARGET_OS}-sharp-g++ -EXTRA_OECONF_ARCH_ramses=-xplatform ${TARGET_OS}-ramses-g++ +EXTRA_OECONF_CONFIG = "-qconfig qpe" +EXTRA_OECONF_ARCH = "-xplatform ${TARGET_OS}-${TARGET_ARCH}-g++" +EXTRA_OECONF_ARCH_collie = "-xplatform ${TARGET_OS}-sharp-g++" +EXTRA_OECONF_ARCH_ramses = "-xplatform ${TARGET_OS}-ramses-g++" -EXTRA_OECONF=-system-jpeg -system-libpng -system-zlib -no-qvfb -no-xft -no-vnc -gif ${EXTRA_OECONF_ARCH} ${EXTRA_OECONF_CONFIG} +EXTRA_OECONF = "-system-jpeg -system-libpng -system-zlib -no-qvfb -no-xft -no-vnc -gif ${EXTRA_OECONF_ARCH} ${EXTRA_OECONF_CONFIG}" -EXTRA_OEMAKE = -e +EXTRA_OEMAKE = "-e" -export SYSCONF_CC = ${CC} -export SYSCONF_CXX = ${CXX} -export SYSCONF_LINK = ${CCLD} -export SYSCONF_SHLIB = ${CCLD} -export SYSCONF_CFLAGS = ${CFLAGS} -export SYSCONF_CXXFLAGS = ${CXXFLAGS} -pipe -DQWS -fno-exceptions -fno-rtti -DNO_DEBUG -export SYSCONF_LFLAGS = ${LDFLAGS} -export SYSCONF_MOC = ${STAGING_BINDIR}/moc -export SYSCONF_UIC = ${STAGING_BINDIR}/uic +export SYSCONF_CC = "${CC}" +export SYSCONF_CXX = "${CXX}" +export SYSCONF_LINK = "${CCLD}" +export SYSCONF_SHLIB = "${CCLD}" +export SYSCONF_CFLAGS = "${CFLAGS}" +export SYSCONF_CXXFLAGS = "${CXXFLAGS} -pipe -DQWS -fno-exceptions -fno-rtti -DNO_DEBUG" +export SYSCONF_LFLAGS = "${LDFLAGS}" +export SYSCONF_MOC = "${STAGING_BINDIR}/moc" +export SYSCONF_UIC = "${STAGING_BINDIR}/uic" do_configure() { if [ "$BUILD_ARCH" = "i686" ]; then diff --git a/qte/qte_2.3.7.oe b/qte/qte_2.3.7.oe index e29450ce82..b2d4fc3af0 100644 --- a/qte/qte_2.3.7.oe +++ b/qte/qte_2.3.7.oe @@ -19,29 +19,29 @@ S = "${WORKDIR}/qt-${PV}" #CXXFLAGS:="${@oe.data.getVar('CXXFLAGS', d, 1).strip()}" #LDFLAGS:="${@oe.data.getVar('LDFLAGS', d, 1).strip()}" -export QTDIR = ${S} +export QTDIR = "${S}" -ARCH_i686=x86 -ARCH_x86_64=x86 +ARCH_i686 = "x86" +ARCH_x86_64 = "x86" -EXTRA_OECONF_CONFIG=-qconfig qpe -EXTRA_OECONF_ARCH=-xplatform ${TARGET_OS}-${TARGET_ARCH}-g++ -EXTRA_OECONF_ARCH_collie=-xplatform ${TARGET_OS}-sharp-g++ -EXTRA_OECONF_ARCH_ramses=-xplatform ${TARGET_OS}-ramses-g++ +EXTRA_OECONF_CONFIG = "-qconfig qpe" +EXTRA_OECONF_ARCH = "-xplatform ${TARGET_OS}-${TARGET_ARCH}-g++" +EXTRA_OECONF_ARCH_collie = "-xplatform ${TARGET_OS}-sharp-g++" +EXTRA_OECONF_ARCH_ramses = "-xplatform ${TARGET_OS}-ramses-g++" -EXTRA_OECONF=-system-jpeg -system-libpng -system-zlib -no-qvfb -no-xft -no-vnc -gif ${EXTRA_OECONF_ARCH} ${EXTRA_OECONF_CONFIG} +EXTRA_OECONF = "-system-jpeg -system-libpng -system-zlib -no-qvfb -no-xft -no-vnc -gif ${EXTRA_OECONF_ARCH} ${EXTRA_OECONF_CONFIG}" -EXTRA_OEMAKE = -e +EXTRA_OEMAKE = "-e" -export SYSCONF_CC = ${CC} -export SYSCONF_CXX = ${CXX} -export SYSCONF_LINK = ${CCLD} -export SYSCONF_SHLIB = ${CCLD} -export SYSCONF_CFLAGS = ${CFLAGS} -export SYSCONF_CXXFLAGS = ${CXXFLAGS} -pipe -DQWS -fno-exceptions -fno-rtti -DNO_DEBUG -export SYSCONF_LFLAGS = ${LDFLAGS} -export SYSCONF_MOC = ${STAGING_BINDIR}/moc -export SYSCONF_UIC = ${STAGING_BINDIR}/uic +export SYSCONF_CC = "${CC}" +export SYSCONF_CXX = "${CXX}" +export SYSCONF_LINK = "${CCLD}" +export SYSCONF_SHLIB = "${CCLD}" +export SYSCONF_CFLAGS = "${CFLAGS}" +export SYSCONF_CXXFLAGS = "${CXXFLAGS} -pipe -DQWS -fno-exceptions -fno-rtti -DNO_DEBUG" +export SYSCONF_LFLAGS = "${LDFLAGS}" +export SYSCONF_MOC = "${STAGING_BINDIR}/moc" +export SYSCONF_UIC = "${STAGING_BINDIR}/uic" do_configure() { if [ "$BUILD_ARCH" = "i686" ]; then @@ -69,6 +69,6 @@ do_install() { PACKAGES = "libqte2 qte-fonts" -FILES_${PN}= -FILES_libqte2=/opt/QtPalmtop/lib/libqte.so* -FILES_qte-fonts=/opt/QtPalmtop/lib/fonts +FILES_${PN} = "" +FILES_libqte2 = "/opt/QtPalmtop/lib/libqte.so*" +FILES_qte-fonts = "/opt/QtPalmtop/lib/fonts" diff --git a/qte/qte_2.3.8-snap.oe b/qte/qte_2.3.8-snap.oe index 2912258103..b1dc9de35a 100644 --- a/qte/qte_2.3.8-snap.oe +++ b/qte/qte_2.3.8-snap.oe @@ -20,28 +20,28 @@ S = "${WORKDIR}/qt-${PV}shot-${SNAPDATE}" #CXXFLAGS:="${@oe.data.getVar('CXXFLAGS', d, 1).strip()}" #LDFLAGS:="${@oe.data.getVar('LDFLAGS', d, 1).strip()}" -export QTDIR=${S} +export QTDIR = "${S}" -ARCH_i686=x86 +ARCH_i686 = "x86" -EXTRA_OECONF_CONFIG=-qconfig qpe -EXTRA_OECONF_ARCH=-xplatform ${TARGET_OS}-${TARGET_ARCH}-g++ -EXTRA_OECONF_ARCH_collie=-xplatform ${TARGET_OS}-sharp-g++ -EXTRA_OECONF_ARCH_ramses=-xplatform ${TARGET_OS}-ramses-g++ +EXTRA_OECONF_CONFIG = "-qconfig qpe" +EXTRA_OECONF_ARCH = "-xplatform ${TARGET_OS}-${TARGET_ARCH}-g++" +EXTRA_OECONF_ARCH_collie = "-xplatform ${TARGET_OS}-sharp-g++" +EXTRA_OECONF_ARCH_ramses = "-xplatform ${TARGET_OS}-ramses-g++" -EXTRA_OECONF=-system-jpeg -system-libpng -system-zlib -no-qvfb -no-xft -no-vnc -gif ${EXTRA_OECONF_ARCH} ${EXTRA_OECONF_CONFIG} +EXTRA_OECONF = "-system-jpeg -system-libpng -system-zlib -no-qvfb -no-xft -no-vnc -gif ${EXTRA_OECONF_ARCH} ${EXTRA_OECONF_CONFIG}" -EXTRA_OEMAKE=-e +EXTRA_OEMAKE = "-e" -export SYSCONF_CC = ${CC} -export SYSCONF_CXX = ${CXX} -export SYSCONF_LINK = ${CCLD} -export SYSCONF_SHLIB = ${CCLD} -export SYSCONF_CFLAGS = ${CFLAGS} -export SYSCONF_CXXFLAGS = ${CXXFLAGS} -pipe -DQWS -fno-exceptions -fno-rtti -DNO_DEBUG -export SYSCONF_LFLAGS = ${LDFLAGS} -export SYSCONF_MOC = ${STAGING_BINDIR}/moc -export SYSCONF_UIC = ${STAGING_BINDIR}/uic +export SYSCONF_CC = "${CC}" +export SYSCONF_CXX = "${CXX}" +export SYSCONF_LINK = "${CCLD}" +export SYSCONF_SHLIB = "${CCLD}" +export SYSCONF_CFLAGS = "${CFLAGS}" +export SYSCONF_CXXFLAGS = "${CXXFLAGS} -pipe -DQWS -fno-exceptions -fno-rtti -DNO_DEBUG" +export SYSCONF_LFLAGS = "${LDFLAGS}" +export SYSCONF_MOC = "${STAGING_BINDIR}/moc" +export SYSCONF_UIC = "${STAGING_BINDIR}/uic" do_configure() { if [ "$BUILD_ARCH" = "i686" ]; then diff --git a/sed/sed-native_4.0.9.oe b/sed/sed-native_4.0.9.oe index e69de29bb2..a2d84c379f 100644 --- a/sed/sed-native_4.0.9.oe +++ b/sed/sed-native_4.0.9.oe @@ -0,0 +1,5 @@ +include sed_${PV}.oe +S = "${WORKDIR}/sed-${PV}" +DEPENDS = "" + +inherit native diff --git a/sgml-common/sgml-common-native_0.6.3.oe b/sgml-common/sgml-common-native_0.6.3.oe index 22db9a0961..e25fb68e3b 100644 --- a/sgml-common/sgml-common-native_0.6.3.oe +++ b/sgml-common/sgml-common-native_0.6.3.oe @@ -4,7 +4,7 @@ inherit native DEPENDS = "patcher-native" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/sgml-common-${PV}" S = "${WORKDIR}/sgml-common-${PV}" -PACKAGES = +PACKAGES = "" do_stage () { install -m 0755 bin/install-catalog ${STAGING_BINDIR}/ diff --git a/slutils/slutils_0.1.0.oe b/slutils/slutils_0.1.0.oe index 9e5aa87160..24a79aacad 100644 --- a/slutils/slutils_0.1.0.oe +++ b/slutils/slutils_0.1.0.oe @@ -8,7 +8,7 @@ DEPENDS = "virtual/libc" inherit qmake -export UTILS=sltime +export UTILS = "sltime" do_fetch() { for u in ${UTILS} @@ -27,6 +27,6 @@ do_install() { install -d ${D}/${sbindir}/ for u in ${UTILS} do - install -m 0755 ${S}/${u}/${u} ${D}/${sbindir}/ + install -m 0755 ${S}/${u}/${u} ${D}/${sbindir}/ done } diff --git a/uclibc/uclibc-initial_0.9.21.oe b/uclibc/uclibc-initial_0.9.21.oe index 4f72ac74b5..a4e9f901ce 100644 --- a/uclibc/uclibc-initial_0.9.21.oe +++ b/uclibc/uclibc-initial_0.9.21.oe @@ -1,10 +1,8 @@ include uclibc_${PV}.oe -FILESDIR := ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/uclibc-${PV} - -DEPENDS := - -PACKAGES = +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/uclibc-${PV}" +DEPENDS = "" +PACKAGES = "" do_stage() { make install_dev diff --git a/uclibc/uclibc-initial_0.9.26.oe b/uclibc/uclibc-initial_0.9.26.oe index ca9b25dc43..935e23d5c2 100644 --- a/uclibc/uclibc-initial_0.9.26.oe +++ b/uclibc/uclibc-initial_0.9.26.oe @@ -1,10 +1,8 @@ include uclibc_${PV}.oe -FILESDIR := ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/uclibc-${PV} - -DEPENDS := - -PACKAGES = +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/uclibc-${PV}" +DEPENDS = "" +PACKAGES = "" do_stage() { make pregen install_dev diff --git a/udev/udev_008.oe b/udev/udev_008.oe index b9d803f586..58065622e6 100644 --- a/udev/udev_008.oe +++ b/udev/udev_008.oe @@ -16,7 +16,7 @@ EXTRA_OEMAKE_append = " 'prefix=${prefix}' \ 'mandir=${mandir}' \ 'hotplugdir=${sysconfdir}/hotplug.d/default' \ 'configdir=${sysconfdir}/udev/'" -export LD=${CC} +export LD = "${CC}" do_install () { oe_runmake 'DESTDIR=${D}' install diff --git a/udev/udev_009.oe b/udev/udev_009.oe index f9e8716955..d96c50a1aa 100644 --- a/udev/udev_009.oe +++ b/udev/udev_009.oe @@ -17,7 +17,7 @@ EXTRA_OEMAKE_append = " 'prefix=${prefix}' \ 'mandir=${mandir}' \ 'hotplugdir=${sysconfdir}/hotplug.d/default' \ 'configdir=${sysconfdir}/udev/'" -export LD=${CC} +export LD = "${CC}" do_install () { oe_runmake 'DESTDIR=${D}' install diff --git a/udev/udev_012.oe b/udev/udev_012.oe index b9d803f586..58065622e6 100644 --- a/udev/udev_012.oe +++ b/udev/udev_012.oe @@ -16,7 +16,7 @@ EXTRA_OEMAKE_append = " 'prefix=${prefix}' \ 'mandir=${mandir}' \ 'hotplugdir=${sysconfdir}/hotplug.d/default' \ 'configdir=${sysconfdir}/udev/'" -export LD=${CC} +export LD = "${CC}" do_install () { oe_runmake 'DESTDIR=${D}' install diff --git a/udev/udev_013.oe b/udev/udev_013.oe index b9d803f586..58065622e6 100644 --- a/udev/udev_013.oe +++ b/udev/udev_013.oe @@ -16,7 +16,7 @@ EXTRA_OEMAKE_append = " 'prefix=${prefix}' \ 'mandir=${mandir}' \ 'hotplugdir=${sysconfdir}/hotplug.d/default' \ 'configdir=${sysconfdir}/udev/'" -export LD=${CC} +export LD = "${CC}" do_install () { oe_runmake 'DESTDIR=${D}' install diff --git a/udev/udev_014.oe b/udev/udev_014.oe index b9d803f586..58065622e6 100644 --- a/udev/udev_014.oe +++ b/udev/udev_014.oe @@ -16,7 +16,7 @@ EXTRA_OEMAKE_append = " 'prefix=${prefix}' \ 'mandir=${mandir}' \ 'hotplugdir=${sysconfdir}/hotplug.d/default' \ 'configdir=${sysconfdir}/udev/'" -export LD=${CC} +export LD = "${CC}" do_install () { oe_runmake 'DESTDIR=${D}' install diff --git a/udev/udev_015.oe b/udev/udev_015.oe index b9d803f586..58065622e6 100644 --- a/udev/udev_015.oe +++ b/udev/udev_015.oe @@ -16,7 +16,7 @@ EXTRA_OEMAKE_append = " 'prefix=${prefix}' \ 'mandir=${mandir}' \ 'hotplugdir=${sysconfdir}/hotplug.d/default' \ 'configdir=${sysconfdir}/udev/'" -export LD=${CC} +export LD = "${CC}" do_install () { oe_runmake 'DESTDIR=${D}' install diff --git a/udev/udev_016.oe b/udev/udev_016.oe index b9d803f586..58065622e6 100644 --- a/udev/udev_016.oe +++ b/udev/udev_016.oe @@ -16,7 +16,7 @@ EXTRA_OEMAKE_append = " 'prefix=${prefix}' \ 'mandir=${mandir}' \ 'hotplugdir=${sysconfdir}/hotplug.d/default' \ 'configdir=${sysconfdir}/udev/'" -export LD=${CC} +export LD = "${CC}" do_install () { oe_runmake 'DESTDIR=${D}' install diff --git a/udev/udev_017.oe b/udev/udev_017.oe index b9d803f586..58065622e6 100644 --- a/udev/udev_017.oe +++ b/udev/udev_017.oe @@ -16,7 +16,7 @@ EXTRA_OEMAKE_append = " 'prefix=${prefix}' \ 'mandir=${mandir}' \ 'hotplugdir=${sysconfdir}/hotplug.d/default' \ 'configdir=${sysconfdir}/udev/'" -export LD=${CC} +export LD = "${CC}" do_install () { oe_runmake 'DESTDIR=${D}' install diff --git a/udev/udev_019.oe b/udev/udev_019.oe index b9d803f586..58065622e6 100644 --- a/udev/udev_019.oe +++ b/udev/udev_019.oe @@ -16,7 +16,7 @@ EXTRA_OEMAKE_append = " 'prefix=${prefix}' \ 'mandir=${mandir}' \ 'hotplugdir=${sysconfdir}/hotplug.d/default' \ 'configdir=${sysconfdir}/udev/'" -export LD=${CC} +export LD = "${CC}" do_install () { oe_runmake 'DESTDIR=${D}' install diff --git a/udev/udev_021.oe b/udev/udev_021.oe index b9d803f586..58065622e6 100644 --- a/udev/udev_021.oe +++ b/udev/udev_021.oe @@ -16,7 +16,7 @@ EXTRA_OEMAKE_append = " 'prefix=${prefix}' \ 'mandir=${mandir}' \ 'hotplugdir=${sysconfdir}/hotplug.d/default' \ 'configdir=${sysconfdir}/udev/'" -export LD=${CC} +export LD = "${CC}" do_install () { oe_runmake 'DESTDIR=${D}' install diff --git a/udev/udev_022.oe b/udev/udev_022.oe index b9d803f586..58065622e6 100644 --- a/udev/udev_022.oe +++ b/udev/udev_022.oe @@ -16,7 +16,7 @@ EXTRA_OEMAKE_append = " 'prefix=${prefix}' \ 'mandir=${mandir}' \ 'hotplugdir=${sysconfdir}/hotplug.d/default' \ 'configdir=${sysconfdir}/udev/'" -export LD=${CC} +export LD = "${CC}" do_install () { oe_runmake 'DESTDIR=${D}' install diff --git a/uicmoc/uicmoc-native_2.3.7.oe b/uicmoc/uicmoc-native_2.3.7.oe index 0e83a92b1d..9417027f05 100644 --- a/uicmoc/uicmoc-native_2.3.7.oe +++ b/uicmoc/uicmoc-native_2.3.7.oe @@ -9,15 +9,15 @@ S = "${WORKDIR}/qt-${PV}" inherit autotools native -export QTDIR=${S} -export SYSCONF_CXX = ${CCACHE} g++ -export SYSCONF_CC = ${CCACHE} gcc -export SYSCONF_LINK = ${CCACHE} g++ +export QTDIR = "${S}" +export SYSCONF_CXX = "${CCACHE} g++" +export SYSCONF_CC = "${CCACHE} gcc" +export SYSCONF_LINK = "${CCACHE} g++" -ARCH_i686=x86 +ARCH_i686 = "x86" -EXTRA_OECONF=-depths 8,16 -xplatform linux-x86-g++ -no-qvfb -no-g++-exceptions -no-jpeg -no-mng -qt-zlib -qt-libpng -no-xft -no-xkb -no-vnc -no-sm -no-opengl -static -qconfig oe -EXTRA_OEMAKE=-e +EXTRA_OECONF = "-depths 8,16 -xplatform linux-x86-g++ -no-qvfb -no-g++-exceptions -no-jpeg -no-mng -qt-zlib -qt-libpng -no-xft -no-xkb -no-vnc -no-sm -no-opengl -static -qconfig oe" +EXTRA_OEMAKE = "-e" do_configure() { if [ "$BUILD_ARCH" = "i686" ]; then @@ -47,5 +47,3 @@ do_install() { sleep 1 } - - diff --git a/vim/vim-tiny_6.2.oe b/vim/vim-tiny_6.2.oe index 56cc500b38..a8c5a221de 100644 --- a/vim/vim-tiny_6.2.oe +++ b/vim/vim-tiny_6.2.oe @@ -1,10 +1,11 @@ include vim_${PV}.oe -EXTRA_OECONF = '--enable-gui=none --disable-gtktest \ +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/vim-${PV}" + +EXTRA_OECONF = "--enable-gui=none --disable-gtktest \ --disable-xim --with-features=tiny \ --disable-gpm --without-x --disable-netbeans \ - --with-tlib=ncurses' -FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/vim-${PV}" + --with-tlib=ncurses" -FILES_${PN}=${bindir} ${sbindir} ${libexecdir} ${libdir}/lib*.so.* \ - ${libdir}/*/ ${sysconfdir} ${sharedstatedir} ${localstatedir} \ - /bin /sbin /lib/*/ /lib/*.so* ${datadir}/vim +FILES_${PN} = "${bindir} ${sbindir} ${libexecdir} ${libdir}/lib*.so.* \ + ${libdir}/*/ ${sysconfdir} ${sharedstatedir} ${localstatedir} \ + /bin /sbin /lib/*/ /lib/*.so* ${datadir}/vim" diff --git a/xserver/xserver-cvs.oe b/xserver/xserver-cvs.oe index 24a2607d09..4e48425a6b 100644 --- a/xserver/xserver-cvs.oe +++ b/xserver/xserver-cvs.oe @@ -3,12 +3,12 @@ RDEPENDS = "libc6" DEPENDS = "virtual/libc tslib xproto-cvs xdmcp-cvs xextensions-cvs xtrans-cvs xau-cvs x11-cvs xext-cvs randr-cvs render-cvs xrender-cvs xrandr-cvs fixesext-cvs damageext-cvs xfont-cvs resourceext-cvs compositeext-cvs" PROVIDES = "xserver" PACKAGES = "xserver-kdrive-fbdev xserver-kdrive-ati ${PN}-doc ${PN}-dev ${PN}-locale" -DESCRIPTION = 'X server from freedesktop.org' -DESCRIPTION_xserver-kdrive-ati = 'X server from freedesktop.org, supporting ATI devices' -DESCRIPTION_xserver-kdrive-fbdev = 'X server from freedesktop.org, supporting generic framebuffer devices' +DESCRIPTION = "X server from freedesktop.org" +DESCRIPTION_xserver-kdrive-ati = "X server from freedesktop.org, supporting ATI devices" +DESCRIPTION_xserver-kdrive-fbdev = "X server from freedesktop.org, supporting generic framebuffer devices" -FILES_xserver-kdrive-fbdev = ${bindir}/Xfbdev -FILES_xserver-kdrive-ati = ${bindir}/Xati +FILES_xserver-kdrive-fbdev = "${bindir}/Xfbdev" +FILES_xserver-kdrive-ati = "${bindir}/Xati" SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver" S = "${WORKDIR}/xserver" |