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/gnuradio | |
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/gnuradio')
-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 80ac40756de..144d58848b4 100644 --- a/meta-oe/recipes-connectivity/gnuradio/gnuradio.inc +++ b/meta-oe/recipes-connectivity/gnuradio/gnuradio.inc @@ -10,7 +10,7 @@ INC_PR = "r1" inherit distutils-base autotools pkgconfig export BUILD_SYS -export HOST_SYS=${MULTIMACH_TARGET_SYS} +export HOST_SYS="${MULTIMACH_TARGET_SYS}" EXTRA_OECONF = " \ --program-prefix= \ |