From 89b86a8363f9fb6667fadc8de7b69f076ad50138 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Thu, 21 Feb 2019 16:39:27 +0800 Subject: sbsigntool-native: upgrade v0.8 -> v0.9.2 Replaced openssl10-native dependency with openssl-native For more details on source commits, please see: https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/ Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- recipes-support/sbsigntool/sbsigntool-native_git.bb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'recipes-support/sbsigntool/sbsigntool-native_git.bb') diff --git a/recipes-support/sbsigntool/sbsigntool-native_git.bb b/recipes-support/sbsigntool/sbsigntool-native_git.bb index 430a6a78..65546c5c 100644 --- a/recipes-support/sbsigntool/sbsigntool-native_git.bb +++ b/recipes-support/sbsigntool/sbsigntool-native_git.bb @@ -21,15 +21,16 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=9eef91148a9b14ec7f9df333daebc746 \ # not been maintained and many patches have been backported in this repo. SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git;protocol=https;name=sbsigntools \ git://github.com/rustyrussell/ccan.git;protocol=https;destsuffix=git/lib/ccan.git;name=ccan \ + file://0001-configure-Fixup-build-dependencies-for-cross-compili.patch \ " -SRCREV_sbsigntools ?= "efbb550858e7bd3f43e64228d22aea440ef6a14d" +SRCREV_sbsigntools ?= "216dbd3331a7e14ff79cc4dd68c29896f1152ae4" SRCREV_ccan ?= "b1f28e17227f2320d07fe052a8a48942fe17caa5" SRCREV_FORMAT = "sbsigntools_ccan" -DEPENDS = "binutils-native gnu-efi-native help2man-native openssl10-native util-linux-native" +DEPENDS = "binutils-native gnu-efi-native help2man-native openssl-native util-linux-native" -PV = "0.8-git${SRCPV}" +PV = "0.9.2-git${SRCPV}" S = "${WORKDIR}/git" @@ -38,6 +39,8 @@ inherit native autotools pkgconfig do_configure_prepend() { cd ${S} + sed -i s#RECIPE_SYSROOT#${RECIPE_SYSROOT_NATIVE}#g configure.ac + if [ ! -e lib/ccan ]; then # Use empty SCOREDIR because 'make scores' is not run. -- cgit v1.2.3-54-g00ecf