From 0abf0ca31eaa3b35415bc9f5b3d92aa1f07d86e2 Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Sun, 6 Dec 2009 22:21:57 +0100 Subject: [PATCH] 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 --- recipes/openmoko2/openmoko-alsa-scenarios.bb | 1 + 1 file changed, 1 insertion(+) 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}" -- 2.39.5