diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-01-18 12:27:55 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-19 02:20:59 -0800 |
commit | c2ea57d3321e0c7c5c53deba24b0d0dc14e612f8 (patch) | |
tree | 6824192d24c381598161eaa704b268634c784bd0 | |
parent | fcb8ecd2cbee81087598db7fb61e90a4c5c85f18 (diff) | |
download | meta-openembedded-c2ea57d3321e0c7c5c53deba24b0d0dc14e612f8.tar.gz |
onboard: add mime-xdg to inherit
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-support/onboard/onboard_1.4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb b/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb index 03fd0517b..1eb4a100c 100644 --- a/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb +++ b/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb | |||
@@ -10,7 +10,7 @@ SRC_URI = "https://launchpad.net/onboard/1.4/${PV}/+download/${BPN}-${PV}.tar.gz | |||
10 | SRC_URI[md5sum] = "1a2fbe82e934f5b37841d17ff51e80e8" | 10 | SRC_URI[md5sum] = "1a2fbe82e934f5b37841d17ff51e80e8" |
11 | SRC_URI[sha256sum] = "01cae1ac5b1ef1ab985bd2d2d79ded6fc99ee04b1535cc1bb191e43a231a3865" | 11 | SRC_URI[sha256sum] = "01cae1ac5b1ef1ab985bd2d2d79ded6fc99ee04b1535cc1bb191e43a231a3865" |
12 | 12 | ||
13 | inherit features_check setuptools3 pkgconfig gtk-icon-cache gsettings | 13 | inherit features_check setuptools3 pkgconfig gtk-icon-cache gsettings mime-xdg |
14 | 14 | ||
15 | REQUIRED_DISTRO_FEATURES = "x11" | 15 | REQUIRED_DISTRO_FEATURES = "x11" |
16 | 16 | ||