diff options
Diffstat (limited to 'meta-oe/recipes-support/mcelog/mce-inject_git.bb')
| -rw-r--r-- | meta-oe/recipes-support/mcelog/mce-inject_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/mcelog/mce-inject_git.bb b/meta-oe/recipes-support/mcelog/mce-inject_git.bb index 8fc8e2b5e5..6c1255772d 100644 --- a/meta-oe/recipes-support/mcelog/mce-inject_git.bb +++ b/meta-oe/recipes-support/mcelog/mce-inject_git.bb | |||
| @@ -19,6 +19,8 @@ S = "${WORKDIR}/git" | |||
| 19 | 19 | ||
| 20 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux' | 20 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux' |
| 21 | 21 | ||
| 22 | inherit autotools-brokensep | 22 | EXTRA_OEMAKE = "CFLAGS='${CFLAGS}'" |
| 23 | 23 | ||
| 24 | EXTRA_OEMAKE = "destdir=${D} CFLAGS='${CFLAGS}'" | 24 | do_install() { |
| 25 | oe_runmake 'destdir=${D}' install | ||
| 26 | } | ||
