summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2011-02-28 16:46:38 +0800
committerSaul Wold <sgw@linux.intel.com>2011-03-01 10:01:39 -0800
commitf68e7a365f5626a462a151710ea151dd460a1683 (patch)
tree55027723918bd78a3f6f3ce54024f8a026c26902 /meta
parent8abb5f60ca64c6e5ddd9d4b6343f1a36c160d97d (diff)
downloadpoky-f68e7a365f5626a462a151710ea151dd460a1683.tar.gz
ncurses: Change ncurses patch SRC_URI location
One of ncurses's patch has been removed from its original repo location, use autobuilder cache location instead. Comment out the original patch address instead of removing it since we may still need that address when upgrade the recipe later. This fixes [BUGID #709]. [sgw: fixed having comment embedded in SRC_URI] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/ncurses/ncurses_5.7.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-core/ncurses/ncurses_5.7.bb b/meta/recipes-core/ncurses/ncurses_5.7.bb
index f76749543b..7ab078d6aa 100644
--- a/meta/recipes-core/ncurses/ncurses_5.7.bb
+++ b/meta/recipes-core/ncurses/ncurses_5.7.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://ncurses/base/version.c;beginline=1;endline=27;md5=cbc
5SECTION = "libs" 5SECTION = "libs"
6PATCHDATE = "20100501" 6PATCHDATE = "20100501"
7PKGV = "${PV}+${PATCHDATE}" 7PKGV = "${PV}+${PATCHDATE}"
8PR = "r0" 8PR = "r1"
9 9
10DEPENDS = "ncurses-native" 10DEPENDS = "ncurses-native"
11DEPENDS_virtclass-native = "" 11DEPENDS_virtclass-native = ""
@@ -15,11 +15,14 @@ inherit autotools binconfig
15SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-${PV}.tar.gz;name=tarball \ 15SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-${PV}.tar.gz;name=tarball \
16 ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-20100424-patch.sh.bz2;apply=yes;name=p20100424sh \ 16 ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-20100424-patch.sh.bz2;apply=yes;name=p20100424sh \
17\ 17\
18 ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-${PATCHDATE}.patch.gz;name=p20100501 \ 18 http://autobuilder.yoctoproject.org/sources/ncurses-5.7-${PATCHDATE}.patch.gz;name=p20100501 \
19 file://tic-hang.patch \ 19 file://tic-hang.patch \
20 file://config.cache \ 20 file://config.cache \
21" 21"
22 22
23
24# ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-${PATCHDATE}.patch.gz;name=p20100501
25
23SRC_URI[tarball.md5sum] = "cce05daf61a64501ef6cd8da1f727ec6" 26SRC_URI[tarball.md5sum] = "cce05daf61a64501ef6cd8da1f727ec6"
24SRC_URI[tarball.sha256sum] = "0a9bdea5c7de8ded5c9327ed642915f2cc380753f12d4ad120ef7da3ea3498f4" 27SRC_URI[tarball.sha256sum] = "0a9bdea5c7de8ded5c9327ed642915f2cc380753f12d4ad120ef7da3ea3498f4"
25SRC_URI[p20100424sh.md5sum] = "3a5f76613f0f7ec3e0e73b835bc24864" 28SRC_URI[p20100424sh.md5sum] = "3a5f76613f0f7ec3e0e73b835bc24864"