From d01ad496afe3d2289b65cf045ede871e61893d46 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 19 Mar 2013 19:26:35 +0100 Subject: [PATCH] femtobts-api_git.bb: Do not use symbolic names for the SRCREV The name will be resolved to the hash during parse time. This will not work when not having access to the internet. Use the sha1 sum to make offline builds work. --- recipes-sysmobts/femtobts-api/femtobts-api_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-sysmobts/femtobts-api/femtobts-api_git.bb b/recipes-sysmobts/femtobts-api/femtobts-api_git.bb index bf948bd..ea3ff29 100644 --- a/recipes-sysmobts/femtobts-api/femtobts-api_git.bb +++ b/recipes-sysmobts/femtobts-api/femtobts-api_git.bb @@ -3,9 +3,9 @@ SECTION = "kernel" LICENSE = "CLOSED" SRC_URI = "git://git.sysmocom.de/sysmo-bts/layer1-api.git;protocol=git;branch=master" -SRCREV = "superfemto_v3.0.1pre" -SRCREV_sysmobts-v2 = "superfemto_v3.0.1pre" -SRCREV_sysmobts-v1 = "femtobts_v2.7" +SRCREV = "6eb9bcf22ca5163594d4d0d8ec7dd580d411d1ea" +SRCREV_sysmobts-v2 = "6eb9bcf22ca5163594d4d0d8ec7dd580d411d1ea" +SRCREV_sysmobts-v1 = "4dde9443e2aa11868e46a67529cb5ac45462699c" PV = "${SRCREV}+git${SRCPV}" PR = "r2" S = "${WORKDIR}/git"