aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-11-11 21:29:47 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-11-11 21:34:38 +0800
commitba3023edbcfb5e2714f460372e8719d19b95ad87 (patch)
tree34ec8e44281e4d65c9d35fcd4e0342b0310fbecc
parent60ee4cd50462acf591c3f79e06a63f1f440a8b27 (diff)
ggsn: Remove the empty config file this should come from the machine integration
The integrator should install a config as he can decide on the IP addresses and policy to be used.
-rw-r--r--recipes-osmocom/openggsn/files/ggsn.conf0
-rw-r--r--recipes-osmocom/openggsn/openggsn_git.bb6
2 files changed, 1 insertions, 5 deletions
diff --git a/recipes-osmocom/openggsn/files/ggsn.conf b/recipes-osmocom/openggsn/files/ggsn.conf
deleted file mode 100644
index e69de29..0000000
--- a/recipes-osmocom/openggsn/files/ggsn.conf
+++ /dev/null
diff --git a/recipes-osmocom/openggsn/openggsn_git.bb b/recipes-osmocom/openggsn/openggsn_git.bb
index 8cce5f1..4ab6077 100644
--- a/recipes-osmocom/openggsn/openggsn_git.bb
+++ b/recipes-osmocom/openggsn/openggsn_git.bb
@@ -2,12 +2,11 @@ DESCRITOPN = "OpenGGSN a Free Software GGSN"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
PV = "0.91+gitr${SRCPV}"
-PR = "r9"
+PR = "r10"
SRCREV = "fe5040967513616731d8151b22d26bdf74d65111"
SRC_URI = "git://ggsn.git.sourceforge.net/gitroot/ggsn/ggsn \
file://openggsn.init \
- file://ggsn.conf \
"
S = "${WORKDIR}/git"
@@ -19,9 +18,6 @@ inherit autotools update-rc.d
do_install_append() {
install -d ${D}${sysconfdir}/init.d
install -m 0776 ${WORKDIR}/openggsn.init ${D}${sysconfdir}/init.d/openggsn
- install -m 0660 ${WORKDIR}/ggsn.conf ${D}${sysconfdir}/
-
- # copy the config?
}
INITSCRIPT_PACKAGES = "openggsn"