From: Leon Woestenberg Date: Sun, 6 Dec 2009 21:21:57 +0000 (+0100) Subject: openmoko-alsa-scenarios.bb: Provide a safe SRC_URI default. X-Git-Tag: Release-2010-05/1~1405 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0abf0ca31eaa3b35415bc9f5b3d92aa1f07d86e2;p=openembedded.git openmoko-alsa-scenarios.bb: Provide a safe SRC_URI default. 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 --- diff --git a/recipes/openmoko2/openmoko-alsa-scenarios.bb b/recipes/openmoko2/openmoko-alsa-scenarios.bb index 39a9fcfec0..72edfef1d1 100644 --- a/recipes/openmoko2/openmoko-alsa-scenarios.bb +++ b/recipes/openmoko2/openmoko-alsa-scenarios.bb @@ -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}"