summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-12-12 22:12:09 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-23 17:16:57 +0000
commitb52792d84d9ca1a3c6b87dc36e6d97db8b3e2309 (patch)
treeecde7c89ff9abee8408db7cc0e9860b4c447c429 /meta
parenta684aa1df423aad81444bc84d9cd798690a6989f (diff)
downloadpoky-b52792d84d9ca1a3c6b87dc36e6d97db8b3e2309.tar.gz
ed: Add SRC_URI Checksums for GPLv2
(From OE-Core rev: c30c89c8dc449cf7642565f2e35c7b1a922fcc33) (From OE-Core rev: 7ad2af875e1d1c2d17d66c9e59d6bb85471ad2eb) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/ed/ed_0.5.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/ed/ed_0.5.bb b/meta/recipes-extended/ed/ed_0.5.bb
index a652332d81..706c0afb17 100644
--- a/meta/recipes-extended/ed/ed_0.5.bb
+++ b/meta/recipes-extended/ed/ed_0.5.bb
@@ -8,6 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6ddd5335ef96fb858a138230af773710 \
8PR = "r1" 8PR = "r1"
9SRC_URI = "http://download.savannah.gnu.org/releases-noredirect/ed/ed-${PV}.tar.bz2" 9SRC_URI = "http://download.savannah.gnu.org/releases-noredirect/ed/ed-${PV}.tar.bz2"
10 10
11SRC_URI[md5sum] = "4ee21e9dcc9b5b6012c23038734e1632"
12SRC_URI[sha256sum] = "edef2bbde0fbf0d88232782a0eded323f483a0519d6fde9a3b1809056fd35f3e"
13
11inherit autotools 14inherit autotools
12 15
13CONFIGUREOPTS := "${@d.getVar('CONFIGUREOPTS', True).replace('--disable-silent-rules', ' ')}" 16CONFIGUREOPTS := "${@d.getVar('CONFIGUREOPTS', True).replace('--disable-silent-rules', ' ')}"