diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-01-18 12:27:52 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-19 02:20:59 -0800 |
commit | 32eefe2f179511a7120f96ab02be487c76950c17 (patch) | |
tree | 801aa5befae50af058d932f8ff7b94ee7b4ff5e6 /meta-xfce | |
parent | 2dc122dcff6ef9d089a34405d850b3c7235c846d (diff) | |
download | meta-openembedded-32eefe2f179511a7120f96ab02be487c76950c17.tar.gz |
orage: add mime-xdg to inherit
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-apps/orage/orage_4.12.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/orage/orage_4.12.1.bb b/meta-xfce/recipes-apps/orage/orage_4.12.1.bb index 9662b614f8..ae81802330 100644 --- a/meta-xfce/recipes-apps/orage/orage_4.12.1.bb +++ b/meta-xfce/recipes-apps/orage/orage_4.12.1.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" |
5 | DEPENDS = "gtk+ xfce4-panel libical popt" | 5 | DEPENDS = "gtk+ xfce4-panel libical popt" |
6 | 6 | ||
7 | inherit xfce-app | 7 | inherit xfce-app mime-xdg |
8 | 8 | ||
9 | SRC_URI += "file://0001-drop-setting-is_utc-member-of-icaltimetype.patch" | 9 | SRC_URI += "file://0001-drop-setting-is_utc-member-of-icaltimetype.patch" |
10 | 10 | ||