From 1e2480e50f34e55bdfd5e06f98441e03a3752d5a Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Tue, 2 Jul 2019 10:51:05 -0500 Subject: gnupg: Enable native build support Adds support for building gnupg as a -native recipe. Signed-off-by: Joshua Watt Signed-off-by: Ross Burton --- recipes-support/gnupg/gnupg_1.4.7.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes-support/gnupg/gnupg_1.4.7.bb b/recipes-support/gnupg/gnupg_1.4.7.bb index 85636ab..a7fbd11 100644 --- a/recipes-support/gnupg/gnupg_1.4.7.bb +++ b/recipes-support/gnupg/gnupg_1.4.7.bb @@ -84,6 +84,7 @@ EXTRA_OECONF = "--disable-ldap \ " # Force gcc's traditional handling of inline to avoid issues with gcc 5 +BUILD_CFLAGS += "-fgnu89-inline" CFLAGS += "-fgnu89-inline" do_install () { @@ -95,6 +96,8 @@ do_install () { # split out gpgv from main package RDEPENDS_${PN} = "gpgv" +RDEPENDS_${PN}_class-native = "" + PACKAGES =+ "gpgv" FILES_gpgv = "${bindir}/gpgv" @@ -104,3 +107,5 @@ FILES_${PN} = "${bindir}/* ${datadir}/${BPN} ${libexecdir}/${BPN}/*" PACKAGECONFIG ??= "" PACKAGECONFIG[curl] = "--with-libcurl=${STAGING_LIBDIR},--without-libcurl,curl" PACKAGECONFIG[libusb] = "--with-libusb=${STAGING_LIBDIR},--without-libusb,libusb-compat" + +BBCLASSEXTEND += "native" -- cgit v1.2.3-54-g00ecf