openmoko-alsa-scenarios.bb: Provide a safe SRC_URI default.
authorLeon Woestenberg <leon@sidebranch.com>
Sun, 6 Dec 2009 21:21:57 +0000 (22:21 +0100)
committerLeon Woestenberg <leon@sidebranch.com>
Sun, 6 Dec 2009 21:21:57 +0000 (22:21 +0100)
I got BB parsing errors on SRC_URI. This is (was) the only
recipe overriding SRC_URI with MACHINE_ARCH. I introduced a
safe fall-back SRC_URI.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
recipes/openmoko2/openmoko-alsa-scenarios.bb

index 39a9fcf..72edfef 100644 (file)
@@ -7,6 +7,7 @@ PROVIDES = "virtual/alsa-scenarios"
 
 COMPATIBLE_MACHINE = "(om-gta01|om-gta02)"
 
+SRC_URI = "svn://svn.openmoko.org/trunk/src/target/audio/;module=om-gta01;proto=http"
 SRC_URI_${MACHINE_ARCH} = "svn://svn.openmoko.org/trunk/src/target/audio/;module=${MACHINE_ARCH};proto=http"
 
 S = "${WORKDIR}/${MACHINE_ARCH}"