diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-07-31 04:53:02 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-07-31 04:53:02 +0000 |
commit | 39cd6542bfea911aef688ebdf75d47fdf0867815 (patch) | |
tree | 79dacc72f9e4dd34221c5269657ad3e51a2a7a07 /packages/nylon | |
parent | 66aa93c67e012103866ef3f9cad1d46024788d09 (diff) |
move simple-firewall to nonworking (unfetchable and no sign of alternate download location)
Diffstat (limited to 'packages/nylon')
-rw-r--r-- | packages/nylon/simple-firewall.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/nylon/simple-firewall.bb b/packages/nylon/simple-firewall.bb deleted file mode 100644 index fc7c3de6a3..0000000000 --- a/packages/nylon/simple-firewall.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "simple firewall configuratiopn script" -SECTION = "base" -PRIORITY = "optional" -LICENSE = "GPL" -DEPENDS = "virtual/kernel" -#SRCDATE = "20060114" -SRCDATE = "20070130" -#SRCDATE = "${TOMORROW}" -PV = "cvs${SRCDATE}" - -SRC_URI = "svn://gruen.4g/svn/trunk/application;module=${PN};proto=http" -S = "${WORKDIR}/${PN}" - -do_install() { - (cd ${S}; tar -c --exclude .svn -f - . ) | tar -C ${D} -xpf - -} |