summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libpsl
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2019-03-25 09:37:54 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-25 11:56:52 +0000
commite2df6087694af09715141c5cb38af3e7db4ad758 (patch)
tree01ce8b2af74b9deba7b6cce2e6d2bd5f180bcfa8 /meta/recipes-support/libpsl
parent6b0daceda2aa42052f28aeac6b49a2a744d5e1b7 (diff)
downloadopenembedded-core-e2df6087694af09715141c5cb38af3e7db4ad758.tar.gz
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 <alex.kiernan@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libpsl')
-rw-r--r--meta/recipes-support/libpsl/libpsl_0.20.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/libpsl/libpsl_0.20.2.bb b/meta/recipes-support/libpsl/libpsl_0.20.2.bb
index 89a87b67c7..5cb20d46bc 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"