diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-02-29 13:50:07 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-29 14:52:45 +0100 |
commit | 59de020063c4a5130c4f7e1a997aa32db18575ee (patch) | |
tree | c51d129cc21d441a5b5b43066cc7d6a36eb28095 /meta-oe/recipes-connectivity | |
parent | f742316e223b911c005fb85f7defd8ae891e34e2 (diff) | |
download | meta-openembedded-59de020063c4a5130c4f7e1a997aa32db18575ee.tar.gz |
More quotting fixes
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/gnuradio/gnuradio.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/gnuradio/gnuradio.inc b/meta-oe/recipes-connectivity/gnuradio/gnuradio.inc index 80ac40756..144d58848 100644 --- a/meta-oe/recipes-connectivity/gnuradio/gnuradio.inc +++ b/meta-oe/recipes-connectivity/gnuradio/gnuradio.inc | |||
@@ -10,7 +10,7 @@ INC_PR = "r1" | |||
10 | inherit distutils-base autotools pkgconfig | 10 | inherit distutils-base autotools pkgconfig |
11 | 11 | ||
12 | export BUILD_SYS | 12 | export BUILD_SYS |
13 | export HOST_SYS=${MULTIMACH_TARGET_SYS} | 13 | export HOST_SYS="${MULTIMACH_TARGET_SYS}" |
14 | 14 | ||
15 | EXTRA_OECONF = " \ | 15 | EXTRA_OECONF = " \ |
16 | --program-prefix= \ | 16 | --program-prefix= \ |