summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDengke Du <dengke.du@windriver.com>2017-10-08 22:24:26 -0400
committerArmin Kuster <akuster808@gmail.com>2017-10-10 07:24:59 -0700
commit4b67ec826350409916feb60af622a67518eb0a51 (patch)
tree8024d4ffbc018b1b92e8d3655b5a8258b79e5f9b
parentaeb9e6c571d572b320fae730770760258d15fc5b (diff)
downloadmeta-security-4b67ec826350409916feb60af622a67518eb0a51.tar.gz
keynote: update the SRC_URI
The old URL can't be available, give the new URL to keynote. The project already moved to: https://sourceforge.net/projects/keynote-2-3/ The different between old and new tarball was: the old tarball contains doc directory, source codes were same. Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/keynote/keynote_2.3.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes-security/keynote/keynote_2.3.bb b/recipes-security/keynote/keynote_2.3.bb
index b1df880..e692485 100644
--- a/recipes-security/keynote/keynote_2.3.bb
+++ b/recipes-security/keynote/keynote_2.3.bb
@@ -9,16 +9,19 @@ SECTION = "security"
9LICENSE = "ISC" 9LICENSE = "ISC"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=3a265095c549c1808686a676f2699c98" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=3a265095c549c1808686a676f2699c98"
11 11
12SRC_URI = "http://www.cs.columbia.edu/~angelos/Code/${BPN}.tar.gz \ 12MAIN_ID = "${@d.getVar('PV').split('.')[0]}"
13MINOR_ID = "${@d.getVar('PV').split('.')[1]}"
14SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}-${MAIN_ID}-${MINOR_ID}/${BPN}_${PV}.tar.gz \
13 file://configure-remove-hardcode-path.patch \ 15 file://configure-remove-hardcode-path.patch \
14 file://makefile-add-ldflags.patch \ 16 file://makefile-add-ldflags.patch \
15 file://run-ptest \ 17 file://run-ptest \
16" 18"
19S = "${WORKDIR}/${BPN}-${PV}+dfsg.orig"
17 20
18inherit autotools-brokensep ptest 21inherit autotools-brokensep ptest
19 22
20SRC_URI[md5sum] = "ba58a0297c421dc6aa671e6b753ef695" 23SRC_URI[md5sum] = "a14553e6ad921b5c85026ce5bec3afe7"
21SRC_URI[sha256sum] = "62f7a9d57ceb6bcdd47b604b637a7ac8ed337cef0ab02f1fa28b7e61c9b15821" 24SRC_URI[sha256sum] = "38d2acfa1c3630a07adcb5c8fe92d2aef7f0e6d242b8998b2bbb1c6e4c408d46"
22 25
23DEPENDS = "flex openssl" 26DEPENDS = "flex openssl"
24 27