osmo-bts: Update git rev + recipe changes for sysmobts v1 support

sysmobts-calib is currently only compatible with (and built for) v2.
This commit is contained in:
Harald Welte 2012-11-18 11:31:38 +01:00 committed by Holger Hans Peter Freyther
parent a1aad22e4e
commit 55b7b92f34
1 changed files with 5 additions and 2 deletions

View File

@ -7,7 +7,7 @@ SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;branch=master;name=os
SRCREV_osmobts = "f3e508493b2039ae0f7408ccf7ab2dcd362376fa"
SRCREV_openbsc = "94c2b0578b4827e5535296477c3cd1d39d8f4814"
PV = "0.1.0+git${SRCPV}"
PR = "r0.${META_TELEPHONY_OSMO_INC}"
PR = "r3.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"
SRCREV_FORMAT = "openbsc-rosmobts"
@ -26,7 +26,7 @@ do_configure_prepend() {
ln -sf ../openbsc openbsc
}
do_compile_append() {
do_compile_append_sysmobts-v2() {
cd ${S}/contrib/sysmobts-calib/
oe_runmake
}
@ -39,6 +39,9 @@ do_install_append() {
install -d ${D}${sysconfdir}/init.d
install -m 0755 ${S}/contrib/sysmobts.init ${D}${sysconfdir}/init.d/sysmobts
}
do_install_append_sysmobts-v2() {
install -m 0755 ${S}/contrib/sysmobts-calib/sysmobts-calib ${D}${bindir}/
}