diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-07-26 15:09:08 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-07-26 15:09:25 -0700 |
commit | 155f1ff7f2c9d9a044e6307cce57f0936d541d3b (patch) | |
tree | cdabe87a806f482d17aa77f2ea8c1bc46e13f874 /recipes/gnash | |
parent | 6303c5602c9315952047640447829c4f6c15764c (diff) |
Revert "Siteinfo cleanup"
Will revisit.
This reverts commit 87dc166bade8722af4076c8644cac6a0a437826f.
Diffstat (limited to 'recipes/gnash')
-rw-r--r-- | recipes/gnash/gnash-fb_0.8.5.bb | 2 | ||||
-rw-r--r-- | recipes/gnash/gnash_0.8.5.bb | 2 | ||||
-rw-r--r-- | recipes/gnash/gnash_0.8.7.bb | 2 |
3 files changed, 3 insertions, 3 deletions
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() { |