[oe-commits] Koen Kooi : ncurses 5.7: put patch in OE

git version control git at git.openembedded.org
Wed Apr 13 17:45:52 UTC 2011


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 6b89cc4e10226afc6880e067f9a807aa7348b567
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6b89cc4e10226afc6880e067f9a807aa7348b567

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Apr 13 18:36:10 2011 +0200

ncurses 5.7: put patch in OE

The patch disappeared and apache on the sourcemirrors doesn't allow downloading of '.sh' files.

This is *exactly* why we keep patches in OE instead downloading them from unreliable websites

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 .../ncurses/ncurses-5.7-20110108-patch.sh.bz2      |  Bin 0 -> 827022 bytes
 recipes/ncurses/ncurses_5.7.bb                     |    4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/ncurses/ncurses/ncurses-5.7-20110108-patch.sh.bz2 b/recipes/ncurses/ncurses/ncurses-5.7-20110108-patch.sh.bz2
new file mode 100644
index 0000000..75d2507
Binary files /dev/null and b/recipes/ncurses/ncurses/ncurses-5.7-20110108-patch.sh.bz2 differ
diff --git a/recipes/ncurses/ncurses_5.7.bb b/recipes/ncurses/ncurses_5.7.bb
index f74b9ab..2c3c23b 100644
--- a/recipes/ncurses/ncurses_5.7.bb
+++ b/recipes/ncurses/ncurses_5.7.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 SECTION = "libs"
 PATCHDATE = "20110115"
 PV = "5.7+${PATCHDATE}"
-PR = "r16"
+PR = "r17"
 
 DEPENDS = "ncurses-native unifdef-native"
 DEPENDS_virtclass-native = "unifdef-native"
@@ -12,7 +12,7 @@ DEPENDS_virtclass-native = "unifdef-native"
 inherit autotools binconfig test
 
 SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-5.7.tar.gz;name=tarball \
-        ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-20110108-patch.sh.bz2;apply=yes;name=p20110108sh \
+        file://ncurses-5.7-20110108-patch.sh.bz2;apply=yes;name=p20110108sh \
 \
         ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-${PATCHDATE}.patch.gz;name=p${PATCHDATE} \
         file://tic-hang.patch \





More information about the Openembedded-commits mailing list