summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
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 23:19:53 +0000
commita94bb35808bb89157676d065bb423df2b35f399c (patch)
treedf161143187833491ca96ebce37cc5394f4a7bda /meta/recipes-support
parent0e993d405780eeae68ef601cb09dd1d353e8eb05 (diff)
downloadpoky-a94bb35808bb89157676d065bb423df2b35f399c.tar.gz
libpsl: Extend with native, nativesdk
To allow wget with libpsl to build native/nativesdk versions we need those variants here. (From OE-Core rev: e2df6087694af09715141c5cb38af3e7db4ad758) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-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
16 16
17PACKAGECONFIG ??= "" 17PACKAGECONFIG ??= ""
18PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native" 18PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native"
19
20BBCLASSEXTEND = "native nativesdk"