diff options
Diffstat (limited to 'meta/recipes-devtools')
-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 |