libosmocore/libosmo-abis/openbsc: Move control interface around

The control interface has been moved to libosmocore and a new
library has been created for it. The ipaccess code has moved
from libosmo-abis to libosmocore and new defines for the VTY
and CTRL ports are now available inside libosmocore
diff --git a/recipes-osmocom/libosmocore/libosmocore_git.bb b/recipes-osmocom/libosmocore/libosmocore_git.bb
index a5b695a..ae3e300 100644
--- a/recipes-osmocom/libosmocore/libosmocore_git.bb
+++ b/recipes-osmocom/libosmocore/libosmocore_git.bb
@@ -1,7 +1,11 @@
 require ${PN}.inc
 
 S = "${WORKDIR}/git"
-SRCREV = "0c50b17a2636a4a9d471ebbaf2cdb9396390e4cd"
+SRCREV = "276ca4b1722df573f9af7735820712bcaf32b800"
 SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git"
-PV = "0.6.6+gitr${SRCPV}"
-PR = "r0"
+PV = "0.7.0+gitr${SRCPV}"
+PR = "r2"
+
+PACKAGES =+ "libosmoctrl"
+
+FILES_libosmoctrl = "${libdir}/libosmoctrl${SOLIBS}"