From: Alex Kiernan Date: Mon, 25 Mar 2019 09:37:54 +0000 (+0000) Subject: libpsl: Extend with native, nativesdk X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~14980 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2df6087694af09715141c5cb38af3e7db4ad758;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libpsl: Extend with native, nativesdk To allow wget with libpsl to build native/nativesdk versions we need those variants here. Signed-off-by: Alex Kiernan Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libpsl/libpsl_0.20.2.bb b/meta/recipes-support/libpsl/libpsl_0.20.2.bb index 89a87b67c74..5cb20d46bc4 100644 --- a/meta/recipes-support/libpsl/libpsl_0.20.2.bb +++ b/meta/recipes-support/libpsl/libpsl_0.20.2.bb @@ -16,3 +16,5 @@ inherit autotools gettext gtk-doc manpages pkgconfig lib_package PACKAGECONFIG ??= "" PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native" + +BBCLASSEXTEND = "native nativesdk"