From 6c3b089c8f0a336ab844113e181f223103609540 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 18 Jan 2018 12:14:59 +0100 Subject: [PATCH] osmo-bts: sysmo-bts-calib is now handled inside autotools Since osmo-bts bef6eae05b959b2ce395b3f949675d2a93053f0d sysmobts-calib is integrated into autotools build system. --- recipes-sysmobts/osmo-bts/osmo-bts_git.bb | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index 1671690..298e7ff 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -19,7 +19,7 @@ RCONFLICTS_${PN}_append_sysmobts-v2 = " sysmobts-firmware (< 5.1)" RDEPENDS_${PN}_append_sysmobts2100 = " lc15-firmware" -EXTRA_OECONF_sysmobts-v2 += "--enable-sysmocom-bts" +EXTRA_OECONF_sysmobts-v2 += "--enable-sysmocom-bts --enable-sysmobts-calib" EXTRA_OECONF_sysmobts2100 += "--enable-litecell15" inherit autotools pkgconfig systemd @@ -31,19 +31,12 @@ SYSTEMD_AUTO_ENABLE_${PN}="enable" inherit femtobts_api CPPFLAGS_append_sysmobts-v2 = " ${BTS_HW_VERSION} " -do_compile_append_sysmobts-v2() { - cd ${S}/contrib/sysmobts-calib/ - oe_runmake -} - do_install_append() { install -d ${D}${sysconfdir}/osmocom install -d ${D}/${systemd_system_unitdir} } do_install_append_sysmobts-v2() { - install -m 0755 ${S}/contrib/sysmobts-calib/sysmobts-calib ${D}${bindir}/ - install -m 0660 ${S}/doc/examples/sysmo/osmo-bts.cfg ${D}${sysconfdir}/osmocom # Install systemd and enable on sysinit