From a2a2d67e1a63a6ffde87e43cb532b54657b0da11 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 4 Oct 2013 21:41:04 +0200 Subject: [PATCH] femtobts-api: Update to v3.6. Compatible with all v3.x header files. --- 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 d3d6313..4c0e7ad 100644 --- a/recipes-sysmobts/femtobts-api/femtobts-api_git.bb +++ b/recipes-sysmobts/femtobts-api/femtobts-api_git.bb @@ -3,11 +3,11 @@ SECTION = "kernel" LICENSE = "CLOSED" SRC_URI = "git://git.sysmocom.de/sysmo-bts/layer1-api.git;protocol=git;branch=master" -SRCREV = "6eb9bcf22ca5163594d4d0d8ec7dd580d411d1ea" -SRCREV_sysmobts-v2 = "6eb9bcf22ca5163594d4d0d8ec7dd580d411d1ea" +SRCREV = "bcf372be4214e3108c236ba87f487e1a1e8c69f9" +SRCREV_sysmobts-v2 = "bcf372be4214e3108c236ba87f487e1a1e8c69f9" SRCREV_sysmobts-v1 = "4dde9443e2aa11868e46a67529cb5ac45462699c" PV = "${SRCREV}+git${SRCPV}" -PR = "r3" +PR = "r4" S = "${WORKDIR}/git" # The API is only a header, nothing to compile