summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-12-02 19:29:32 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-06 15:23:13 +0000
commitfa5fca5f447478abbe5efd47a08b15cb1bed7700 (patch)
tree1def889107de855ade1874700cdc6bc8e23585b6 /meta
parentf26e9291447dc3b67b6e1a530c05afbd0e83ef6b (diff)
downloadopenembedded-core-fa5fca5f447478abbe5efd47a08b15cb1bed7700.tar.gz
iso-codes: Extend to build native packages
Needed by gtk4 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/iso-codes/iso-codes_4.12.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/iso-codes/iso-codes_4.12.0.bb b/meta/recipes-support/iso-codes/iso-codes_4.12.0.bb
index ea7c43cdae..1c884a1174 100644
--- a/meta/recipes-support/iso-codes/iso-codes_4.12.0.bb
+++ b/meta/recipes-support/iso-codes/iso-codes_4.12.0.bb
@@ -20,3 +20,5 @@ S = "${WORKDIR}/git"
inherit allarch autotools
FILES:${PN} += "${datadir}/xml/"
+
+BBCLASSEXTEND += "native"