summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-02-29 13:50:07 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-02-29 14:52:45 +0100
commit59de020063c4a5130c4f7e1a997aa32db18575ee (patch)
treec51d129cc21d441a5b5b43066cc7d6a36eb28095 /meta-oe/recipes-connectivity
parentf742316e223b911c005fb85f7defd8ae891e34e2 (diff)
downloadmeta-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.inc2
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"
10inherit distutils-base autotools pkgconfig 10inherit distutils-base autotools pkgconfig
11 11
12export BUILD_SYS 12export BUILD_SYS
13export HOST_SYS=${MULTIMACH_TARGET_SYS} 13export HOST_SYS="${MULTIMACH_TARGET_SYS}"
14 14
15EXTRA_OECONF = " \ 15EXTRA_OECONF = " \
16 --program-prefix= \ 16 --program-prefix= \