aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ncurses
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-04-13 18:36:10 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-04-13 18:38:30 +0200
commit6b89cc4e10226afc6880e067f9a807aa7348b567 (patch)
treebb8c6c47323686775bb7034a0e19966eb53e5497 /recipes/ncurses
parent46ece5835e6d6e33dfb0803633dadc9b6b967583 (diff)
downloadopenembedded-6b89cc4e10226afc6880e067f9a807aa7348b567.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>
Diffstat (limited to 'recipes/ncurses')
-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 \