From c62bed64a2a8018b7e09b85f5028a42877e09c5b Mon Sep 17 00:00:00 2001 From: Jeremy Laine Date: Mon, 28 Apr 2008 12:16:42 +0000 Subject: hostap-*: drop antique 0.3.x releases --- packages/hostap/hostap-daemon_0.3.7.bb | 3 --- packages/hostap/hostap-modules_0.3.10.bb | 7 ------- packages/hostap/hostap-modules_0.3.7.bb | 6 ------ packages/hostap/hostap-modules_0.3.9.bb | 7 ------- packages/hostap/hostap-utils_0.3.7.bb | 1 - 5 files changed, 24 deletions(-) delete mode 100644 packages/hostap/hostap-daemon_0.3.7.bb delete mode 100644 packages/hostap/hostap-modules_0.3.10.bb delete mode 100644 packages/hostap/hostap-modules_0.3.7.bb delete mode 100644 packages/hostap/hostap-modules_0.3.9.bb delete mode 100644 packages/hostap/hostap-utils_0.3.7.bb diff --git a/packages/hostap/hostap-daemon_0.3.7.bb b/packages/hostap/hostap-daemon_0.3.7.bb deleted file mode 100644 index bece7d1450..0000000000 --- a/packages/hostap/hostap-daemon_0.3.7.bb +++ /dev/null @@ -1,3 +0,0 @@ -require hostap-daemon.inc - -PR = "r2" diff --git a/packages/hostap/hostap-modules_0.3.10.bb b/packages/hostap/hostap-modules_0.3.10.bb deleted file mode 100644 index 7a76a0c1fa..0000000000 --- a/packages/hostap/hostap-modules_0.3.10.bb +++ /dev/null @@ -1,7 +0,0 @@ -require hostap-modules.inc -PR = "r9" - -SRC_URI += "file://Makefile.patch;patch=1 \ - file://add_event.patch;patch=1 \ - file://hostap-utsname.patch;patch=1 \ - file://hostap_cardid.patch;patch=1" diff --git a/packages/hostap/hostap-modules_0.3.7.bb b/packages/hostap/hostap-modules_0.3.7.bb deleted file mode 100644 index 8daa3455d8..0000000000 --- a/packages/hostap/hostap-modules_0.3.7.bb +++ /dev/null @@ -1,6 +0,0 @@ -require hostap-modules.inc -PR = "r9" - -SRC_URI += "file://Makefile.patch;patch=1 \ - file://add_event.patch;patch=1 \ - file://hostap-utsname.patch;patch=1" diff --git a/packages/hostap/hostap-modules_0.3.9.bb b/packages/hostap/hostap-modules_0.3.9.bb deleted file mode 100644 index aa1dfde03a..0000000000 --- a/packages/hostap/hostap-modules_0.3.9.bb +++ /dev/null @@ -1,7 +0,0 @@ -require hostap-modules.inc -PR = "r11" - -SRC_URI += "file://Makefile.patch;patch=1 \ - file://add_event.patch;patch=1 \ - file://hostap-utsname.patch;patch=1 \ - file://hostap_cardid.patch;patch=1" diff --git a/packages/hostap/hostap-utils_0.3.7.bb b/packages/hostap/hostap-utils_0.3.7.bb deleted file mode 100644 index 9fe362b19f..0000000000 --- a/packages/hostap/hostap-utils_0.3.7.bb +++ /dev/null @@ -1 +0,0 @@ -require hostap-utils.inc -- cgit v1.2.3 From 6810afe6a4bf53732ef4fae3e9c1031b55425fa7 Mon Sep 17 00:00:00 2001 From: Jeremy Laine Date: Mon, 28 Apr 2008 14:01:52 +0000 Subject: madwifi-ng_r.inc: fix SRC_URI, snapshots have moved --- packages/madwifi/madwifi-ng_r.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/madwifi/madwifi-ng_r.inc b/packages/madwifi/madwifi-ng_r.inc index c6bee78e22..be2b889da7 100644 --- a/packages/madwifi/madwifi-ng_r.inc +++ b/packages/madwifi/madwifi-ng_r.inc @@ -10,7 +10,7 @@ WACKELF_SRC_URI = "" WACKELF_SRC_URI_ixp4xx = " file://20-xscale-VFP-wackelf.patch;patch=1" WACKELF_SRC_URI_compulab-pxa270 = " file://20-xscale-VFP-wackelf.patch;patch=1" -SRC_URI = "http://snapshots.madwifi.org/${PN}/${PN}-${PV}.tar.gz \ +SRC_URI = "http://snapshots.madwifi.org/madwifi-trunk/${PN}-${PV}.tar.gz \ file://10-xscale-be-elf-copts.patch;patch=1 \ file://10-xscale-le-elf-copts.patch;patch=1 \ file://10-sh4-le-elf-copts.patch;patch=1 \ -- cgit v1.2.3