diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-12-12 22:12:58 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-13 12:28:08 +0000 |
commit | df35bf3b3206ced766f78172f491a4cb3c37e2a0 (patch) | |
tree | e5f1dd690baa50e505d19114d9368046003a3b95 | |
parent | 0a2ff4d2f656ac8a861d43964e576ee945a7168e (diff) | |
download | poky-df35bf3b3206ced766f78172f491a4cb3c37e2a0.tar.gz |
sed: Add SRC_URI Checksums for GPLv2
(From OE-Core rev: e60ccfc4e30787f00b76124491cc53fe8494af47)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/sed/sed_4.1.2.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/sed/sed_4.1.2.bb b/meta/recipes-extended/sed/sed_4.1.2.bb index 89b1f34b28..713524c41d 100644 --- a/meta/recipes-extended/sed/sed_4.1.2.bb +++ b/meta/recipes-extended/sed/sed_4.1.2.bb | |||
@@ -9,6 +9,9 @@ PR = "r5" | |||
9 | SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz \ | 9 | SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz \ |
10 | file://fix_return_type.patch" | 10 | file://fix_return_type.patch" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "928f0e06422f414091917401f1a834d0" | ||
13 | SRC_URI[sha256sum] = "638e837ba765d5da0a30c98b57c2953cecea96827882f594612acace93ceeeab" | ||
14 | |||
12 | inherit autotools update-alternatives gettext | 15 | inherit autotools update-alternatives gettext |
13 | 16 | ||
14 | do_install () { | 17 | do_install () { |