diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-06-02 10:37:21 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-06-02 10:37:21 -0700 |
commit | 1e641a55aad361df9049fa82f321c41ed5863cdd (patch) | |
tree | cbe306f8dd46aee2aad981f0f2e5e504e51b5ce1 /recipes/qemu/qemu_0.12.4.bb | |
parent | 0e3aefdda5ba74c8c9762fbdd6a619299a5062a4 (diff) |
qemu: When using _append we dont need +=
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/qemu/qemu_0.12.4.bb')
-rw-r--r-- | recipes/qemu/qemu_0.12.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/qemu/qemu_0.12.4.bb b/recipes/qemu/qemu_0.12.4.bb index 7013702d9f..4ccd709fcc 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 |