mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 07:15:43 +01:00
catfish: Upgrade to 4.20.1
Use meson for building Add missing buildtime dependencies needed for this version Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
7e4f6088b9
commit
26f45c2823
|
|
@ -5,11 +5,18 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
|
||||||
|
|
||||||
inherit xfce-app python_setuptools_build_meta gtk-icon-cache mime-xdg features_check
|
inherit xfce-app python_setuptools_build_meta gtk-icon-cache mime-xdg features_check
|
||||||
|
|
||||||
|
XFCE_COMPRESS_TYPE = "xz"
|
||||||
|
XFCEBASEBUILDCLASS = "meson"
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||||
|
|
||||||
DEPENDS += "python3-distutils-extra-native"
|
DEPENDS += "python3-distutils-extra-native \
|
||||||
|
python3-dbus-native \
|
||||||
|
python3-pygobject-native \
|
||||||
|
python3-pexpect-native \
|
||||||
|
xfconf"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "fdae9b73cc754a50716bb04b958aa31dbd7e94047068b7207f2ae313a7d58b99"
|
SRC_URI[sha256sum] = "fe00d45b163cf86b4c85ebdd23a73d53aa55bc97ba3f691a248ec403d4ade62b"
|
||||||
|
|
||||||
FILES:${PN} += "${datadir}/metainfo"
|
FILES:${PN} += "${datadir}/metainfo"
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user