[oe-commits] Khem Raj : qemu: When using _append we dont need +=

git version control git at git.openembedded.org
Wed Jun 2 17:38:27 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1e641a55aad361df9049fa82f321c41ed5863cdd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1e641a55aad361df9049fa82f321c41ed5863cdd

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Jun  2 10:37:21 2010 -0700

qemu: When using _append we dont need +=

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/qemu/qemu_0.12.3.bb |    2 +-
 recipes/qemu/qemu_0.12.4.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/qemu/qemu_0.12.3.bb b/recipes/qemu/qemu_0.12.3.bb
index 9ee512d..96415aa 100644
--- a/recipes/qemu/qemu_0.12.3.bb
+++ b/recipes/qemu/qemu_0.12.3.bb
@@ -32,7 +32,7 @@ S = "${WORKDIR}/qemu-${PV}"
 
 EXTRA_OECONF += " --disable-curl --disable-sdl --disable-strip"
 
-EXTRA_OECONF_append_virtclass-native += " --extra-cflags="-I${STAGING_INCDIR_NATIVE}""
+EXTRA_OECONF_append_virtclass-native = " --extra-cflags="-I${STAGING_INCDIR_NATIVE}""
 
 inherit autotools
 
diff --git a/recipes/qemu/qemu_0.12.4.bb b/recipes/qemu/qemu_0.12.4.bb
index 7013702..4ccd709 100644
--- a/recipes/qemu/qemu_0.12.4.bb
+++ b/recipes/qemu/qemu_0.12.4.bb
@@ -29,7 +29,7 @@ S = "${WORKDIR}/qemu-${PV}"
 EXTRA_OECONF += " --disable-curl --disable-sdl --disable-strip \
                 "
 
-EXTRA_OECONF_append_virtclass-native += " --extra-cflags="-I${STAGING_INCDIR_NATIVE}""
+EXTRA_OECONF_append_virtclass-native = " --extra-cflags="-I${STAGING_INCDIR_NATIVE}""
 
 inherit autotools
 





More information about the Openembedded-commits mailing list