diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-12-06 22:21:57 +0100 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-12-06 22:21:57 +0100 |
commit | 0abf0ca31eaa3b35415bc9f5b3d92aa1f07d86e2 (patch) | |
tree | bcc8729d4a939d6e396dcb2ed3a11d9b9fbe7288 | |
parent | bd5615828b792daa4db05ead8bdd4e903cd737e3 (diff) |
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 <leon@sidebranch.com>
-rw-r--r-- | recipes/openmoko2/openmoko-alsa-scenarios.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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}" |