Also drop util-macros-native dependency, which is only needed by the configure scripts.
Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-graphics/xorg-app/mkfontscale_1.2.4.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.2.4.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.2.4.bb index 42867db65d6..176f8562e2d 100644 --- a/meta/recipes-graphics/xorg-app/mkfontscale_1.2.4.bb +++ b/meta/recipes-graphics/xorg-app/mkfontscale_1.2.4.bb @@ -8,7 +8,7 @@ font name (XLFD) is generated, and is written together with the file \ name to a file fonts.scale in the directory. The resulting fonts.scale \ is used by the mkfontdir program." -DEPENDS = "util-macros-native zlib libfontenc freetype xorgproto" +DEPENDS = "zlib libfontenc freetype xorgproto" PROVIDES += "mkfontdir" RPROVIDES:${PN} += "mkfontdir" @@ -19,3 +19,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5a60c596d1b5f3dee9f005b703b3180d" SRC_URI_EXT = "xz" SRC_URI[sha256sum] = "a01492a17a9b6c0ee3f92ee578850e305315b9f298da5f006a1cd4b51db01a5e" + +XORGBUILDCLASS = "meson" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#240965): https://lists.openembedded.org/g/openembedded-core/message/240965 Mute This Topic: https://lists.openembedded.org/mt/120281292/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
