summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2019-07-16 10:12:18 -0400
committerKhem Raj <raj.khem@gmail.com>2019-07-16 09:11:02 -0700
commite115fe237cf6ba977b567e2b2bd323e4a64cf803 (patch)
tree4c69e2a5c990b9763ec3b66c658fc96ffbf38442
parent57088196d4f61d14370fa1cc9a3fa98838c6fa46 (diff)
downloadmeta-openembedded-e115fe237cf6ba977b567e2b2bd323e4a64cf803.tar.gz
libxfce4ui: 4.13.5 -> 4.13.6
* dependency glib-2.0 is required by libxfce4util, so remove it from DEPENDS to make it more clean. And sort DEPENDS at same time. * not inherit autotools and gettext which have been inherited in xfce.bbclass already Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.13.6.bb (renamed from meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.13.5.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.13.5.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.13.6.bb
index 2bea5f0f64..5c4ccda266 100644
--- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.13.5.bb
+++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.13.6.bb
@@ -2,17 +2,17 @@ SUMMARY = "Xfce4 Widget library and X Window System interaction"
2SECTION = "x11/libs" 2SECTION = "x11/libs"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" 4LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475"
5DEPENDS = "perl-native glib-2.0 gtk+ gtk+3 intltool-native libxfce4util xfconf xfce4-dev-tools virtual/libx11 libsm libice" 5DEPENDS = "intltool-native perl-native gtk+ gtk+3 libice libsm libxfce4util xfce4-dev-tools xfconf virtual/libx11"
6 6
7inherit xfce autotools gettext gtk-doc gobject-introspection distro_features_check 7inherit xfce gtk-doc gobject-introspection distro_features_check
8 8
9REQUIRED_DISTRO_FEATURES = "x11" 9REQUIRED_DISTRO_FEATURES = "x11"
10 10
11SRC_URI += " \ 11SRC_URI += " \
12 file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch \ 12 file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch \
13" 13"
14SRC_URI[md5sum] = "692520f2a2cccaaafb0357c3dcbb015b" 14SRC_URI[md5sum] = "9e5a805d2d557df79e571468978a2766"
15SRC_URI[sha256sum] = "3c38b065796a1cb2c2f2e9a28edaa6b37a3728c1c0b7a4297af9ecd82a8ab66d" 15SRC_URI[sha256sum] = "3c5e505ce56a5993db473efed9962705dd255ffaee17009ed1b3e9f40b543969"
16 16
17EXTRA_OECONF += "--with-vendor-info=${DISTRO}" 17EXTRA_OECONF += "--with-vendor-info=${DISTRO}"
18 18