diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-12-02 19:29:32 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-06 15:23:18 +0000 |
commit | 82bd8317475f5fa126bbbcbaafaaa1eb20b531d6 (patch) | |
tree | d163c67b5a2bd16ca613c4748a0cae95607a596c /meta/recipes-support | |
parent | 544668c208ffb4c61e84b61158b61601f720a0ef (diff) | |
download | poky-82bd8317475f5fa126bbbcbaafaaa1eb20b531d6.tar.gz |
iso-codes: Extend to build native packages
Needed by gtk4
(From OE-Core rev: fa5fca5f447478abbe5efd47a08b15cb1bed7700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/iso-codes/iso-codes_4.12.0.bb | 2 |
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" | |||
20 | inherit allarch autotools | 20 | inherit allarch autotools |
21 | 21 | ||
22 | FILES:${PN} += "${datadir}/xml/" | 22 | FILES:${PN} += "${datadir}/xml/" |
23 | |||
24 | BBCLASSEXTEND += "native" | ||