diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-01-18 21:21:40 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-19 09:01:56 -0800 |
commit | 79cfeb58b1fd887f5b9af4296fc915ef1c159c6e (patch) | |
tree | dbaeb1f5feef5d6842fc9b5721362e26a884748e /meta-xfce | |
parent | 02a08d021a3089d4ec8fbead49e466bf7f868b77 (diff) | |
download | meta-openembedded-79cfeb58b1fd887f5b9af4296fc915ef1c159c6e.tar.gz |
meta-xfce: Convert catfish and menulibre to use setuptools3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb | 2 | ||||
-rw-r--r-- | meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb | 2 |
2 files changed, 2 insertions, 2 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 cadbdf14ca..bf3d7ed979 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 = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" |
5 | 5 | ||
6 | inherit xfce-app distutils3 gtk-icon-cache mime-xdg | 6 | inherit xfce-app setuptools3 gtk-icon-cache mime-xdg |
7 | 7 | ||
8 | DEPENDS += "python3-distutils-extra-native" | 8 | DEPENDS += "python3-distutils-extra-native" |
9 | 9 | ||
diff --git a/meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb b/meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb index 4aa50d50b2..3d0e55d360 100644 --- a/meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb +++ b/meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb | |||
@@ -9,7 +9,7 @@ DEPENDS = " \ | |||
9 | intltool-native \ | 9 | intltool-native \ |
10 | " | 10 | " |
11 | 11 | ||
12 | inherit distutils3 gtk-icon-cache features_check | 12 | inherit setuptools3 gtk-icon-cache features_check |
13 | 13 | ||
14 | REQUIRED_DISTRO_FEATURES = "x11" | 14 | REQUIRED_DISTRO_FEATURES = "x11" |
15 | 15 | ||