From c4fafabadb09e9e649abed7ba1e958a76914ae1e Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Mon, 12 Dec 2011 09:27:40 +0100 Subject: chillispot: replace 1.0RC3 with fetchable 1.0 release Signed-off-by: Florian Boor --- recipes/chillispot/chillispot-1.0RC3/no-ansi.patch | 11 ----------- recipes/chillispot/chillispot/no-ansi.patch | 11 +++++++++++ recipes/chillispot/chillispot_1.0.bb | 21 +++++++++++++++++++++ recipes/chillispot/chillispot_1.0RC3.bb | 21 --------------------- 4 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 recipes/chillispot/chillispot-1.0RC3/no-ansi.patch create mode 100644 recipes/chillispot/chillispot/no-ansi.patch create mode 100644 recipes/chillispot/chillispot_1.0.bb delete mode 100644 recipes/chillispot/chillispot_1.0RC3.bb diff --git a/recipes/chillispot/chillispot-1.0RC3/no-ansi.patch b/recipes/chillispot/chillispot-1.0RC3/no-ansi.patch deleted file mode 100644 index 3a3ffab9a2..0000000000 --- a/recipes/chillispot/chillispot-1.0RC3/no-ansi.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- chillispot-1.0RC3/src/Makefile.am.org 2006-02-01 10:43:45.628024328 +0100 -+++ chillispot-1.0RC3/src/Makefile.am 2006-02-01 10:43:50.922219488 +0100 -@@ -1,7 +1,7 @@ - sbin_PROGRAMS = chilli - - # add -pg to enable gprof --AM_CFLAGS = -D_GNU_SOURCE -fno-builtin -ansi -DSBINDIR='"$(sbindir)"' -+AM_CFLAGS = -D_GNU_SOURCE -fno-builtin -DSBINDIR='"$(sbindir)"' - - chilli_SOURCES = chilli.c defs.h tun.c tun.h cmdline.c cmdline.h ippool.c ippool.h radius.h radius.c md5.c md5.h redir.h redir.c dhcp.c dhcp.h syserr.c syserr.h iphash.c iphash.h lookup.c lookup.h - diff --git a/recipes/chillispot/chillispot/no-ansi.patch b/recipes/chillispot/chillispot/no-ansi.patch new file mode 100644 index 0000000000..3a3ffab9a2 --- /dev/null +++ b/recipes/chillispot/chillispot/no-ansi.patch @@ -0,0 +1,11 @@ +--- chillispot-1.0RC3/src/Makefile.am.org 2006-02-01 10:43:45.628024328 +0100 ++++ chillispot-1.0RC3/src/Makefile.am 2006-02-01 10:43:50.922219488 +0100 +@@ -1,7 +1,7 @@ + sbin_PROGRAMS = chilli + + # add -pg to enable gprof +-AM_CFLAGS = -D_GNU_SOURCE -fno-builtin -ansi -DSBINDIR='"$(sbindir)"' ++AM_CFLAGS = -D_GNU_SOURCE -fno-builtin -DSBINDIR='"$(sbindir)"' + + chilli_SOURCES = chilli.c defs.h tun.c tun.h cmdline.c cmdline.h ippool.c ippool.h radius.h radius.c md5.c md5.h redir.h redir.c dhcp.c dhcp.h syserr.c syserr.h iphash.c iphash.h lookup.c lookup.h + diff --git a/recipes/chillispot/chillispot_1.0.bb b/recipes/chillispot/chillispot_1.0.bb new file mode 100644 index 0000000000..2d0677c3b6 --- /dev/null +++ b/recipes/chillispot/chillispot_1.0.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "ChilliSpot is an open source captive portal or wireless LAN access point controller. It is used for authenticating users of a wireless LAN." +HOMEPAGE = "http://www.chillispot.org/" +LICENSE = "GPL" +SRC_URI = "http://www.geeklan.co.uk/files/chillispot-${PV}.tar.gz \ + file://no-ansi.patch \ + file://init" +RDEPENDS_${PN} = "kernel-module-tun" +PR = "r0" + +inherit autotools + +do_install_append() { + install -d ${D}/${sysconfdir} ${D}/${sysconfdir}/init.d + install ${S}/doc/chilli.conf ${D}/${sysconfdir} + install -m 755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/chillispot +} + +CONFFILES_${PN}_nylon = "${sysconfdir}/chilli.conf" + +SRC_URI[md5sum] = "997827a9302a85920cfbc1334092ac0c" +SRC_URI[sha256sum] = "ea00bf63d420f515b9ec034eff6ca04c517459232899b7582f8435b7c097eebf" diff --git a/recipes/chillispot/chillispot_1.0RC3.bb b/recipes/chillispot/chillispot_1.0RC3.bb deleted file mode 100644 index 0da97061a0..0000000000 --- a/recipes/chillispot/chillispot_1.0RC3.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "ChilliSpot is an open source captive portal or wireless LAN access point controller. It is used for authenticating users of a wireless LAN." -HOMEPAGE = "http://www.chillispot.org/" -LICENSE = "GPL" -SRC_URI = "http://www.chillispot.org/download/chillispot-${PV}.tar.gz \ - file://no-ansi.patch \ - file://init" -RDEPENDS_${PN} = "kernel-module-tun" -PR = "r1" - -inherit autotools - -do_install_append() { - install -d ${D}/${sysconfdir} ${D}/${sysconfdir}/init.d - install ${S}/doc/chilli.conf ${D}/${sysconfdir} - install -m 755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/chillispot -} - -CONFFILES_${PN}_nylon = "${sysconfdir}/chilli.conf" - -SRC_URI[md5sum] = "9ad5f4181ae2e9e2d5ccb165c37dfdde" -SRC_URI[sha256sum] = "395d082c2355369f958d8f12583f07bbac6c00f901266592959bfba09b825bb7" -- cgit 1.2.3-korg