summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-02-28 23:35:19 -0800
committerKhem Raj <raj.khem@gmail.com>2022-03-01 09:13:42 -0800
commit201f99de28dd055712e1abf5b6ad7e381a915b27 (patch)
treee28e0a0851b7b9d4e124e3e4170615d3878cd016
parent2c0529ab621b9dec99c038d7e11275cbb238cc3a (diff)
downloadmeta-openembedded-201f99de28dd055712e1abf5b6ad7e381a915b27.tar.gz
menulibre: Inherit distutils3
It does not work with setuptools unfortunately Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb3
1 files changed, 1 insertions, 2 deletions
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 3d0e55d360..db9004692b 100644
--- a/meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb
+++ b/meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb
@@ -9,8 +9,7 @@ DEPENDS = " \
9 intltool-native \ 9 intltool-native \
10" 10"
11 11
12inherit setuptools3 gtk-icon-cache features_check 12inherit distutils3 gtk-icon-cache features_check
13
14REQUIRED_DISTRO_FEATURES = "x11" 13REQUIRED_DISTRO_FEATURES = "x11"
15 14
16SRC_URI = "git://github.com/bluesabre/menulibre.git;protocol=https;branch=master" 15SRC_URI = "git://github.com/bluesabre/menulibre.git;protocol=https;branch=master"