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 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/mcelog/mce-inject_git.bb b/meta-oe/recipes-support/mcelog/mce-inject_git.bb index a228c3cc06..c8ffb65fa1 100644 --- a/meta-oe/recipes-support/mcelog/mce-inject_git.bb +++ b/meta-oe/recipes-support/mcelog/mce-inject_git.bb | |||
@@ -6,7 +6,7 @@ SECTION = "System Environment/Base" | |||
6 | 6 | ||
7 | SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mce-inject.git;branch=master" | 7 | SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mce-inject.git;branch=master" |
8 | 8 | ||
9 | SRCREV = "4cbe46321b4a81365ff3aafafe63967264dbfec5" | 9 | SRCREV = "ca81c1dbed5c7e30fe79d44953ccfeaab98d2b4f" |
10 | 10 | ||
11 | UPSTREAM_CHECK_COMMITS = "1" | 11 | UPSTREAM_CHECK_COMMITS = "1" |
12 | 12 | ||
@@ -15,10 +15,11 @@ DEPENDS = "bison-native" | |||
15 | LICENSE = "GPL-2.0-only" | 15 | LICENSE = "GPL-2.0-only" |
16 | LIC_FILES_CHKSUM = "file://README;beginline=30;md5=94c18755082a2da9c9cf97cba3ad47d6" | 16 | LIC_FILES_CHKSUM = "file://README;beginline=30;md5=94c18755082a2da9c9cf97cba3ad47d6" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | ||
19 | 18 | ||
20 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux' | 19 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux' |
21 | 20 | ||
22 | inherit autotools-brokensep | 21 | EXTRA_OEMAKE = "CFLAGS='${CFLAGS}'" |
23 | 22 | ||
24 | EXTRA_OEMAKE = "destdir=${D} CFLAGS='${CFLAGS}'" | 23 | do_install() { |
24 | oe_runmake 'destdir=${D}' install | ||
25 | } | ||