diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-10-04 16:46:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-07 11:35:44 +0100 |
commit | 9c92435c1080ff1163cf74503504fbb356a2fd0c (patch) | |
tree | dbb67c83940469111a41e04dbf7db91835e24945 /meta | |
parent | f6488ecc8d04da6c028ea97ad3cfda985beac199 (diff) | |
download | poky-9c92435c1080ff1163cf74503504fbb356a2fd0c.tar.gz |
dosfstools: Add SRC_URI Checksum
(From OE-Core rev: a19bfc10e60ddc7e9317654ca7565d39acbc3987)
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-devtools/dosfstools/dosfstools_2.10.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dosfstools/dosfstools_2.10.bb b/meta/recipes-devtools/dosfstools/dosfstools_2.10.bb index 1beb5ddc15..c23c02de64 100644 --- a/meta/recipes-devtools/dosfstools/dosfstools_2.10.bb +++ b/meta/recipes-devtools/dosfstools/dosfstools_2.10.bb | |||
@@ -7,7 +7,7 @@ DESCRIPTION = "DOS FAT Filesystem Utilities" | |||
7 | SECTION = "base" | 7 | SECTION = "base" |
8 | LICENSE = "GPLv2" | 8 | LICENSE = "GPLv2" |
9 | LIC_FILES_CHKSUM = "file://mkdosfs/COPYING;md5=cbe67f08d6883bff587f615f0cc81aa8" | 9 | LIC_FILES_CHKSUM = "file://mkdosfs/COPYING;md5=cbe67f08d6883bff587f615f0cc81aa8" |
10 | PR = "r2" | 10 | PR = "r3" |
11 | 11 | ||
12 | SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ | 12 | SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ |
13 | file://alignment_hack.patch \ | 13 | file://alignment_hack.patch \ |
@@ -15,6 +15,9 @@ SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV} | |||
15 | file://msdos_fat12_undefined.patch \ | 15 | file://msdos_fat12_undefined.patch \ |
16 | file://include-linux-types.patch" | 16 | file://include-linux-types.patch" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "59a02f311a891af8787c4c9e28c6b89b" | ||
19 | SRC_URI[sha256sum] = "55a7b2f5ea4506bde935ee3145573e1773427fc72283a36796c7c2cf861dd064" | ||
20 | |||
18 | do_install () { | 21 | do_install () { |
19 | oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \ | 22 | oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \ |
20 | "MANDIR=${D}${mandir}/man8" install | 23 | "MANDIR=${D}${mandir}/man8" install |