From 19ff97c49f5e4b11eb395ce5e7b6a9a51171cdec Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 24 Mar 2004 15:18:35 +0000 Subject: Another pass of cleanups... ..cheated and made the parser temporarily more picky to spot the packages that need cleaning. BKrev: 4061a6cbKWfvpS3a5Dml4UNIp_LkNQ --- appweb/appweb_1.0.0.oe | 12 ++++++------ appweb/appweb_1.0.1.oe | 12 ++++++------ appweb/appweb_1.0.2.oe | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) (limited to 'appweb') 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} } -- cgit v1.2.3