From ba3023edbcfb5e2714f460372e8719d19b95ad87 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 11 Nov 2011 21:29:47 +0800 Subject: [PATCH] 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. --- recipes-osmocom/openggsn/files/ggsn.conf | 0 recipes-osmocom/openggsn/openggsn_git.bb | 6 +----- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 recipes-osmocom/openggsn/files/ggsn.conf diff --git a/recipes-osmocom/openggsn/files/ggsn.conf b/recipes-osmocom/openggsn/files/ggsn.conf deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/recipes-osmocom/openggsn/openggsn_git.bb b/recipes-osmocom/openggsn/openggsn_git.bb index 8cce5f18e9..4ab6077459 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"