From bbbc805a2d0a563f4da42c9281c302f38f1bc738 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 20 Aug 2012 19:26:31 +0200 Subject: [PATCH] femtobts: Drop the old femtobts calibration utility A new version can be found inside the osmo-bts repository. --- .../femtobts-calib/femtobts-calib_git.bb | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 recipes-sysmobts/femtobts-calib/femtobts-calib_git.bb diff --git a/recipes-sysmobts/femtobts-calib/femtobts-calib_git.bb b/recipes-sysmobts/femtobts-calib/femtobts-calib_git.bb deleted file mode 100644 index bccb5b4..0000000 --- a/recipes-sysmobts/femtobts-calib/femtobts-calib_git.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "sysmocom calibration utility" -SECTION = "kernel" -LICENSE = "CLOSED" -DEPENDS = "femtobts-api" - -SRC_URI = "git://git@git.sysmocom.de/sysmobts/calib.git;protocol=ssh;branch=master" -SRCREV = "a54f9c42a22af8ce8b9843e4d5b33718a81dfd0b" -PV = "0.0+git${SRCPV}" -PR = "r1" -S = "${WORKDIR}/git" - -# Select the API version -inherit femtobts_api -CPPFLAGS += " ${BTS_HW_VERSION} " - - -do_compile() { - oe_runmake -} - -do_install() { - install -d ${D}${bindir} - install -m 0755 ${S}/femto-calib ${D}${bindir}/ -}