diff options
| author | Mike Crowe <mac@mcrowe.com> | 2016-02-05 18:04:26 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-10 16:06:25 +0000 |
| commit | 625066b87252b374527de840089bbe6040975734 (patch) | |
| tree | 708a6f0911284e9eaf833699c904d20a7796311f | |
| parent | 07e81c8becc0ddb389421efe664c299c29acba9e (diff) | |
| download | poky-625066b87252b374527de840089bbe6040975734.tar.gz | |
stat: Explicitly set EXTRA_OEMAKE as required
This recipe currently relies on EXTRA_OEMAKE having been set to
"-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this
explicit so that the default in bitbake.conf can be changed.
(From OE-Core rev: 2ef419d7f7497a7c46dd7dd5c263c351b6339ad9)
Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-extended/stat/stat_3.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/stat/stat_3.3.bb b/meta/recipes-extended/stat/stat_3.3.bb index 651831e314..a5ece07440 100644 --- a/meta/recipes-extended/stat/stat_3.3.bb +++ b/meta/recipes-extended/stat/stat_3.3.bb | |||
| @@ -11,6 +11,8 @@ SRC_URI = "http://www.ibiblio.org/pub/Linux/utils/file/${BP}.tar.gz \ | |||
| 11 | SRC_URI[md5sum] = "37e247e8e400ad9205f1b0500b728fd3" | 11 | SRC_URI[md5sum] = "37e247e8e400ad9205f1b0500b728fd3" |
| 12 | SRC_URI[sha256sum] = "7071f0384a423a938dd542c1f08547a02824f6359acd3ef3f944b2c4c2d1ee09" | 12 | SRC_URI[sha256sum] = "7071f0384a423a938dd542c1f08547a02824f6359acd3ef3f944b2c4c2d1ee09" |
| 13 | 13 | ||
| 14 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | ||
| 15 | |||
| 14 | do_install() { | 16 | do_install() { |
| 15 | install -d ${D}${base_bindir} ${D}${mandir}/man1 | 17 | install -d ${D}${base_bindir} ${D}${mandir}/man1 |
| 16 | install -m 755 stat ${D}${base_bindir}/stat.stat | 18 | install -m 755 stat ${D}${base_bindir}/stat.stat |
