aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-04-13 18:36:10 +0200
committerSteffen Sledz <sledz@dresearch-fe.de>2011-04-29 14:08:36 +0200
commitb2321b5d7debbe7521fb8d94dd3aff7b4170f18f (patch)
tree2b06e4eadc11838775a3e89bf4a7fac20718a610
parent60d8589853a4c6d0a5baccb4c236fdf22cda3903 (diff)
downloadopenembedded-b2321b5d7debbe7521fb8d94dd3aff7b4170f18f.tar.gz
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@openembedded.org>
-rw-r--r--recipes/ncurses/ncurses/ncurses-5.7-20110108-patch.sh.bz2bin0 -> 827022 bytes
-rw-r--r--recipes/ncurses/ncurses_5.7.bb4
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 0000000000..75d2507784
--- /dev/null
+++ b/recipes/ncurses/ncurses/ncurses-5.7-20110108-patch.sh.bz2
Binary files differ
diff --git a/recipes/ncurses/ncurses_5.7.bb b/recipes/ncurses/ncurses_5.7.bb
index f74b9ab5b6..2c3c23b7c2 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 \