popt_1.7: SRC_URI changed
authorSteffen Sledz <sledz@dresearch.de>
Mon, 16 Feb 2009 14:12:04 +0000 (15:12 +0100)
committerSteffen Sledz <sledz@dresearch.de>
Mon, 16 Feb 2009 14:12:04 +0000 (15:12 +0100)
packages/neon/files/gnutls-2.patch [new file with mode: 0644]
packages/popt/popt_1.7.bb

diff --git a/packages/neon/files/gnutls-2.patch b/packages/neon/files/gnutls-2.patch
new file mode 100644 (file)
index 0000000..2b37dfc
--- /dev/null
@@ -0,0 +1,11 @@
+diff -Nurd neon-0.25.5/macros/neon.m4 neon-0.25.5-patched/macros/neon.m4
+--- neon-0.25.5/macros/neon.m4 2009-02-03 16:23:40.000000000 +0100
++++ neon-0.25.5-patched/macros/neon.m4 2009-02-03 16:24:00.000000000 +0100
+@@ -895,6 +895,7 @@
+    1.0.?|1.0.1?|1.0.20|1.0.21) 
+       AC_MSG_ERROR([GNU TLS version $ne_gnutls_ver is too old -- 1.0.22 or later required]) ;;
+    1.*) ;;
++   2.*) ;;
+    *) AC_MSG_ERROR([GNU TLS version $ne_gnutls_ver is not supported]) ;;
+    esac
index 467fac1..313e31b 100644 (file)
@@ -5,7 +5,7 @@ DEPENDS = "gettext virtual/libintl"
 inherit autotools autotools_stage
 
 SRC_URI = "\
-  ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \
+  http://rpm.org/releases/historical/rpm-4.1.x/popt-${PV}.tar.gz \
   file://m4.patch;patch=1 \
   file://intl.patch;patch=1 \
 "