From 155f1ff7f2c9d9a044e6307cce57f0936d541d3b Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 26 Jul 2010 15:09:08 -0700 Subject: Revert "Siteinfo cleanup" Will revisit. This reverts commit 87dc166bade8722af4076c8644cac6a0a437826f. --- recipes/gnash/gnash-fb_0.8.5.bb | 2 +- recipes/gnash/gnash_0.8.5.bb | 2 +- recipes/gnash/gnash_0.8.7.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/gnash') diff --git a/recipes/gnash/gnash-fb_0.8.5.bb b/recipes/gnash/gnash-fb_0.8.5.bb index 77f1b48237..fecb3a0ce6 100644 --- a/recipes/gnash/gnash-fb_0.8.5.bb +++ b/recipes/gnash/gnash-fb_0.8.5.bb @@ -12,7 +12,7 @@ SRC_URI += "file://gnash-glib-dependency.patch" S = "${WORKDIR}/gnash-${PV}" # Boost lacks defines for lots of archs -TARGET_CC_ARCH_append = " -I${STAGING_INCDIR}/libxml2 -DHAVE_POLL_H ${@[' -D_BIG_ENDIAN', ' -D_LITTLE_ENDIAN'][bb.data.getVar('SITEINFO_ENDIANNESS', d, 1) == 'le']}" +TARGET_CC_ARCH_append = " -I${STAGING_INCDIR}/libxml2 -DHAVE_POLL_H ${@[' -D_BIG_ENDIAN', ' -D_LITTLE_ENDIAN'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}" do_configure_prepend() { diff --git a/recipes/gnash/gnash_0.8.5.bb b/recipes/gnash/gnash_0.8.5.bb index 669bb6a693..1394e2b5b8 100644 --- a/recipes/gnash/gnash_0.8.5.bb +++ b/recipes/gnash/gnash_0.8.5.bb @@ -8,7 +8,7 @@ DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_angstrom = "1" # Boost lacks defines for lots of archs -TARGET_CC_ARCH_append = " -I${STAGING_INCDIR}/libxml2 -DHAVE_POLL_H ${@[' -D_BIG_ENDIAN', ' -D_LITTLE_ENDIAN'][bb.data.getVar('SITEINFO_ENDIANNESS', d, 1) == 'le']}" +TARGET_CC_ARCH_append = " -I${STAGING_INCDIR}/libxml2 -DHAVE_POLL_H ${@[' -D_BIG_ENDIAN', ' -D_LITTLE_ENDIAN'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}" do_configure_prepend() { diff --git a/recipes/gnash/gnash_0.8.7.bb b/recipes/gnash/gnash_0.8.7.bb index a63e4d097c..2926fa7e88 100644 --- a/recipes/gnash/gnash_0.8.7.bb +++ b/recipes/gnash/gnash_0.8.7.bb @@ -44,7 +44,7 @@ RDEPENDS_${PN}-browser-plugin += "${PN}" acpaths = " -Imacros" # Boost lacks defines for lots of archs -TARGET_CC_ARCH_append = " -I${STAGING_INCDIR}/libxml2 -DHAVE_POLL_H ${@[' -D_BIG_ENDIAN', ' -D_LITTLE_ENDIAN'][bb.data.getVar('SITEINFO_ENDIANNESS', d, 1) == 'le']}" +TARGET_CC_ARCH_append = " -I${STAGING_INCDIR}/libxml2 -DHAVE_POLL_H ${@[' -D_BIG_ENDIAN', ' -D_LITTLE_ENDIAN'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}" do_install_append() { -- cgit 1.2.3-korg