diff options
author | Ross Burton <ross.burton@arm.com> | 2022-03-18 13:10:47 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-19 19:00:34 -0700 |
commit | 7f27771b2891018758ea18eee20f4af8d25509e7 (patch) | |
tree | a564ee3203667d753d5f07ff1acca351f9c3c6ad /meta-xfce/recipes-apps | |
parent | 0fdc02d0f94b4138a98329e1313c8e4533c2404d (diff) | |
download | meta-openembedded-7f27771b2891018758ea18eee20f4af8d25509e7.tar.gz |
Update for setuptools_build_meta renamed to python_setuptools_build_meta
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-apps')
-rw-r--r-- | meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb b/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb index 27a807be29..98cd251d2d 100644 --- a/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb +++ b/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb | |||
@@ -3,7 +3,7 @@ SECTION = "x11/application" | |||
3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" |
5 | 5 | ||
6 | inherit xfce-app setuptools_build_meta gtk-icon-cache mime-xdg | 6 | inherit xfce-app python_setuptools_build_meta gtk-icon-cache mime-xdg |
7 | 7 | ||
8 | DEPENDS += "python3-distutils-extra-native" | 8 | DEPENDS += "python3-distutils-extra-native" |
9 | 9 | ||