Revert "deb: use gsm_data_shared.* from openbsc-dev"

As the Osmocom project is providing packages and we build them
directly from git we should have native packages. openbsc-dev
should provide files in the same directory structure as the git
repository and then --with-openbsc=/usr/src/osmocom/openbsc/openbsc/include/openbsc
can be used. Follow up patches are coming.

This reverts commit 70b71507c2.

Change-Id: I8bc3a5c2b9446d9e94e362ed5d85a61e3a727f8b
This commit is contained in:
Holger Freyther 2017-01-24 10:39:45 +00:00
parent 2b763cc30c
commit ea5ccfa481
3 changed files with 1 additions and 21 deletions

View File

@ -1,18 +0,0 @@
From: Ruben Undheim <ruben.undheim@gmail.com>
Date: Sat, 28 May 2016 09:38:56 +0200
Subject: In order to build osmo-bts,
some files shared with openbsc needs to be available. This replaces
the search path for these files so that they are picked from the openbsc-dev
package.
---
src/common/gsm_data_shared.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/common/gsm_data_shared.c b/src/common/gsm_data_shared.c
index 706892d..932d71f 100644
--- a/src/common/gsm_data_shared.c
+++ b/src/common/gsm_data_shared.c
@@ -1 +1 @@
-#include "../../../openbsc/openbsc/src/libcommon/gsm_data_shared.c"
+#include "/usr/src/osmocom/openbsc/libcommon/gsm_data_shared.c"

View File

@ -1,2 +0,0 @@
01_location_of_gsm_data_shared.patch

View File

@ -1 +1 @@
3.0 (quilt)
3.0 (native)