mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
dosfstools: Convert to use install step for staging
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -17,8 +17,3 @@ SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}
|
|||||||
file://2.6.20-syscall.patch;patch=1"
|
file://2.6.20-syscall.patch;patch=1"
|
||||||
|
|
||||||
inherit native
|
inherit native
|
||||||
|
|
||||||
do_stage() {
|
|
||||||
install -m 755 ${S}/mkdosfs/mkdosfs ${STAGING_BINDIR}/mkdosfs
|
|
||||||
install -m 755 ${S}/dosfsck/dosfsck ${STAGING_BINDIR}/dosfsck
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}
|
|||||||
file://msdos_fat12_undefined.patch;patch=1 \
|
file://msdos_fat12_undefined.patch;patch=1 \
|
||||||
file://include-linux-types.patch;patch=1"
|
file://include-linux-types.patch;patch=1"
|
||||||
|
|
||||||
|
NATIVE_INSTALL_WORKS = "1"
|
||||||
do_install () {
|
do_install () {
|
||||||
oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \
|
oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \
|
||||||
"MANDIR=${D}${mandir}/man8" install
|
"MANDIR=${D}${mandir}/man8" install
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}
|
|||||||
file://msdos_fat12_undefined.patch;patch=1 \
|
file://msdos_fat12_undefined.patch;patch=1 \
|
||||||
file://include-linux-types.patch;patch=1"
|
file://include-linux-types.patch;patch=1"
|
||||||
|
|
||||||
|
NATIVE_INSTALL_WORKS = "1"
|
||||||
do_install () {
|
do_install () {
|
||||||
oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \
|
oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \
|
||||||
"MANDIR=${D}${mandir}/man8" install
|
"MANDIR=${D}${mandir}/man8" install
|
||||||
|
|||||||
Reference in New Issue
Block a user