aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro-integration
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2016-03-30 10:16:14 +0200
committerKoen Kooi <koen.kooi@linaro.org>2016-03-30 10:16:14 +0200
commit15558451fc8ca74f9c12014545d10d02f3ce93bf (patch)
treeb8172ac402fcf34ede2d5458dd02b2081aacb906 /meta-linaro-integration
parent16c6dc8a1205ff4fb078a13e262ba493973eaa6a (diff)
efivar: bump SRCREV for parallel build fixes
Create dummy pc files during do_install if they are missing. Ugly hack. Change-Id: I2d550d5d530280b93b06727f37affb546f8e6974 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Diffstat (limited to 'meta-linaro-integration')
-rw-r--r--meta-linaro-integration/recipes-overlayed/efivar/efivar_0.23.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-linaro-integration/recipes-overlayed/efivar/efivar_0.23.bb b/meta-linaro-integration/recipes-overlayed/efivar/efivar_0.23.bb
index 4ca6bbc6..498c570f 100644
--- a/meta-linaro-integration/recipes-overlayed/efivar/efivar_0.23.bb
+++ b/meta-linaro-integration/recipes-overlayed/efivar/efivar_0.23.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6626bb1e20189cfa95f2c508ba286393"
DEPENDS_class-target = "popt efivar-native"
-SRCREV = "01abee43d6d6e755f56a4135ab5aa0bfad609ce2"
+SRCREV = "7367d78281fa3ce390e10c7c9f4608c58e7a6d3d"
SRC_URI = "git://github.com/rhinstaller/efivar.git"
SRC_URI_append_class-target = " file://0001-efivar-fix-for-cross-compile.patch \
"
@@ -17,8 +17,6 @@ S = "${WORKDIR}/git"
# Setting CROSS_COMPILE breaks pkgconfig, so just set AR
EXTRA_OEMAKE = "AR=${TARGET_PREFIX}gcc-ar"
-PARALLEL_MAKE = ""
-
do_compile_prepend() {
sed -i -e s:-Werror::g ${S}/gcc.specs
}
@@ -31,6 +29,8 @@ do_compile_class-native() {
PARALLEL_MAKEINST = "-j1"
do_install() {
+ touch ${S}/efivar.pc
+ touch ${S}/efiboot.pc
oe_runmake install DESTDIR=${D}
}