aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2017-06-13 15:02:57 +0200
committerDaniel Willmann <daniel@totalueberwachung.de>2017-06-13 15:03:42 +0200
commit4fae85907eb31de6f875ec35b9cf9f33c2617881 (patch)
treef9a62a1ba86cdb87851c9088692b07b6c12d6123
parent503355bbf4fe630346103836dc733a70939930d3 (diff)
osmo-hlr: Don't build tests as they require python3
-rw-r--r--recipes-osmocom/osmo-hlr/osmo-hlr/0001-Disable-tests-because-python3-is-not-available.patch26
-rw-r--r--recipes-osmocom/osmo-hlr/osmo-hlr_git.bb3
2 files changed, 28 insertions, 1 deletions
diff --git a/recipes-osmocom/osmo-hlr/osmo-hlr/0001-Disable-tests-because-python3-is-not-available.patch b/recipes-osmocom/osmo-hlr/osmo-hlr/0001-Disable-tests-because-python3-is-not-available.patch
new file mode 100644
index 0000000..13a425d
--- /dev/null
+++ b/recipes-osmocom/osmo-hlr/osmo-hlr/0001-Disable-tests-because-python3-is-not-available.patch
@@ -0,0 +1,26 @@
+From b5691871e1b6754c85d616341bfe4a9deb6ecbc7 Mon Sep 17 00:00:00 2001
+Message-Id: <b5691871e1b6754c85d616341bfe4a9deb6ecbc7.1497349490.git.daniel@totalueberwachung.de>
+From: Daniel Willmann <daniel@totalueberwachung.de>
+Date: Tue, 13 Jun 2017 11:52:39 +0200
+Subject: [PATCH 1/1] Disable tests because python3 is not available
+
+Change-Id: Id6a1e483781d95578d6026fdfb39b24acfc89224
+---
+ Makefile.am | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 0d60cee..40dad90 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -3,7 +3,6 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2
+ SUBDIRS = \
+ src \
+ sql \
+- tests \
+ $(NULL)
+
+ EXTRA_DIST = \
+--
+2.1.4
+
diff --git a/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb b/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb
index b90d844..53e2c5f 100644
--- a/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb
+++ b/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb
@@ -5,6 +5,7 @@ PRINC = "0"
PR = "${INC_PR}.1"
SRCREV = "63b7e86dcf552fb04eab8337c930ced6c970b3c8"
-SRC_URI += "git://git.osmocom.org/osmo-hlr.git;protocol=git"
+SRC_URI += "git://git.osmocom.org/osmo-hlr.git;protocol=git\
+ file://0001-Disable-tests-because-python3-is-not-available.patch"
S = "${WORKDIR}/git/"