diff options
Diffstat (limited to 'meta-oe/recipes-extended/efibootmgr')
-rw-r--r-- | meta-oe/recipes-extended/efibootmgr/efibootmgr_0.6.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.6.0.bb b/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.6.0.bb index 1870455ea..501ff2a6e 100644 --- a/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.6.0.bb +++ b/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.6.0.bb | |||
@@ -19,7 +19,7 @@ SRC_URI = "http://linux.dell.com/efibootmgr/permalink/efibootmgr-${PV}.tar.gz \ | |||
19 | SRC_URI[md5sum] = "9e9a31d79e579644de83a14139b66d10" | 19 | SRC_URI[md5sum] = "9e9a31d79e579644de83a14139b66d10" |
20 | SRC_URI[sha256sum] = "5167488b92950e60028d1025942ce6bda04638c6fb5e110abb8c8f687844d155" | 20 | SRC_URI[sha256sum] = "5167488b92950e60028d1025942ce6bda04638c6fb5e110abb8c8f687844d155" |
21 | 21 | ||
22 | EXTRA_OEMAKE = "'CC=${CC}' 'CFLAGS=${CFLAGS} -I${S}/src/lib -I${S}/src/include'" | 22 | EXTRA_OEMAKE = "'CC=${CC}' 'CFLAGS=${CFLAGS} -I${S}/src/lib -I${S}/src/include -fgnu89-inline'" |
23 | 23 | ||
24 | do_install () { | 24 | do_install () { |
25 | install -D -p -m0755 src/efibootmgr/efibootmgr ${D}/${sbindir}/efibootmgr | 25 | install -D -p -m0755 src/efibootmgr/efibootmgr ${D}/${sbindir}/efibootmgr |