diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-02-28 23:35:19 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-01 09:13:42 -0800 |
| commit | 201f99de28dd055712e1abf5b6ad7e381a915b27 (patch) | |
| tree | e28e0a0851b7b9d4e124e3e4170615d3878cd016 | |
| parent | 2c0529ab621b9dec99c038d7e11275cbb238cc3a (diff) | |
| download | meta-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.bb | 3 |
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 | ||
| 12 | inherit setuptools3 gtk-icon-cache features_check | 12 | inherit distutils3 gtk-icon-cache features_check |
| 13 | |||
| 14 | REQUIRED_DISTRO_FEATURES = "x11" | 13 | REQUIRED_DISTRO_FEATURES = "x11" |
| 15 | 14 | ||
| 16 | SRC_URI = "git://github.com/bluesabre/menulibre.git;protocol=https;branch=master" | 15 | SRC_URI = "git://github.com/bluesabre/menulibre.git;protocol=https;branch=master" |
