diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 11:27:13 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 11:44:28 +0100 |
commit | dc807f54f858419f97e211cd62fd2d30db9a80de (patch) | |
tree | 59adc7578ccccd566b5db07ed2a8e764c30510d8 /meta/packages/dosfstools/dosfstools_2.10.bb | |
parent | 5c63f8a2494cd74792e1a67b114a90a0a2fdbbcc (diff) | |
download | poky-dc807f54f858419f97e211cd62fd2d30db9a80de.tar.gz |
Finally deprecate all legacy do_stage functions. This changes the existing warning
into a fatal error if any legacy do_stage functions are found.
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/dosfstools/dosfstools_2.10.bb')
-rw-r--r-- | meta/packages/dosfstools/dosfstools_2.10.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/packages/dosfstools/dosfstools_2.10.bb b/meta/packages/dosfstools/dosfstools_2.10.bb index 4d8f6fb8e0..100044b75d 100644 --- a/meta/packages/dosfstools/dosfstools_2.10.bb +++ b/meta/packages/dosfstools/dosfstools_2.10.bb | |||
@@ -16,7 +16,6 @@ SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV} | |||
16 | file://msdos_fat12_undefined.patch;patch=1 \ | 16 | file://msdos_fat12_undefined.patch;patch=1 \ |
17 | file://include-linux-types.patch;patch=1" | 17 | file://include-linux-types.patch;patch=1" |
18 | 18 | ||
19 | NATIVE_INSTALL_WORKS = "1" | ||
20 | do_install () { | 19 | do_install () { |
21 | oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \ | 20 | oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \ |
22 | "MANDIR=${D}${mandir}/man8" install | 21 | "MANDIR=${D}${mandir}/man8" install |