diff options
| author | Ross Burton <ross.burton@intel.com> | 2012-11-09 10:09:29 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-12 13:36:37 +0000 |
| commit | 7ea8496ce085d507166efbd3a5e4d20444d3c35f (patch) | |
| tree | 3ab892adc8d6e01a280f475413e72c8874b63b80 /meta/recipes-gnome | |
| parent | 85bfe3c931d7ef5ee461251abb6772564733e072 (diff) | |
| download | poky-7ea8496ce085d507166efbd3a5e4d20444d3c35f.tar.gz | |
meta: remove redundant _FOR_BUILD variables
(From OE-Core rev: acabd2158d9004dedfdfad8c170b77d32684f3fc)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
| -rw-r--r-- | meta/recipes-gnome/gnome/metacity_2.30.3.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gnome/metacity_2.30.3.bb b/meta/recipes-gnome/gnome/metacity_2.30.3.bb index 3524f0e8d7..5b996d2297 100644 --- a/meta/recipes-gnome/gnome/metacity_2.30.3.bb +++ b/meta/recipes-gnome/gnome/metacity_2.30.3.bb | |||
| @@ -23,9 +23,8 @@ EXTRA_OECONF += "--disable-verbose \ | |||
| 23 | do_configure_prepend() { | 23 | do_configure_prepend() { |
| 24 | sed -i -e 's:$ZENITY:$NOZENITY:g' -e 's:-Werror::g' ${S}/configure.in | 24 | sed -i -e 's:$ZENITY:$NOZENITY:g' -e 's:-Werror::g' ${S}/configure.in |
| 25 | } | 25 | } |
| 26 | export CC_FOR_BUILD = "${BUILD_CC}" | 26 | CFLAGS_FOR_BUILD += "-I${STAGING_LIBDIR_NATIVE}/glib-2.0/include -I${STAGING_INCDIR_NATIVE}/glib-2.0 -I${STAGING_INCDIR_NATIVE}/glib-2.0/include -I${STAGING_INCDIR_NATIVE}" |
| 27 | export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS} -I${STAGING_LIBDIR_NATIVE}/glib-2.0/include -I${STAGING_INCDIR_NATIVE}/glib-2.0 -I${STAGING_INCDIR_NATIVE}/glib-2.0/include -I${STAGING_INCDIR_NATIVE}" | 27 | LDFLAGS_FOR_BUILD += "-L${STAGING_LIBDIR_NATIVE} -lglib-2.0" |
| 28 | export LDFLAGS_FOR_BUILD = "${BUILD_LDFLAGS} -L${STAGING_LIBDIR_NATIVE} -lglib-2.0" | ||
| 29 | 28 | ||
| 30 | FILES_${PN} += "${datadir}/themes ${datadir}/gnome-control-center ${datadir}/gnome" | 29 | FILES_${PN} += "${datadir}/themes ${datadir}/gnome-control-center ${datadir}/gnome" |
| 31 | 30 | ||
