diff options
| author | Kai Kang <kai.kang@windriver.com> | 2019-07-16 10:12:18 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-07-16 09:11:02 -0700 |
| commit | e115fe237cf6ba977b567e2b2bd323e4a64cf803 (patch) | |
| tree | 4c69e2a5c990b9763ec3b66c658fc96ffbf38442 /meta-xfce | |
| parent | 57088196d4f61d14370fa1cc9a3fa98838c6fa46 (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-xfce')
| -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" | |||
| 2 | SECTION = "x11/libs" | 2 | SECTION = "x11/libs" |
| 3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" |
| 5 | DEPENDS = "perl-native glib-2.0 gtk+ gtk+3 intltool-native libxfce4util xfconf xfce4-dev-tools virtual/libx11 libsm libice" | 5 | DEPENDS = "intltool-native perl-native gtk+ gtk+3 libice libsm libxfce4util xfce4-dev-tools xfconf virtual/libx11" |
| 6 | 6 | ||
| 7 | inherit xfce autotools gettext gtk-doc gobject-introspection distro_features_check | 7 | inherit xfce gtk-doc gobject-introspection distro_features_check |
| 8 | 8 | ||
| 9 | REQUIRED_DISTRO_FEATURES = "x11" | 9 | REQUIRED_DISTRO_FEATURES = "x11" |
| 10 | 10 | ||
| 11 | SRC_URI += " \ | 11 | SRC_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 | " |
| 14 | SRC_URI[md5sum] = "692520f2a2cccaaafb0357c3dcbb015b" | 14 | SRC_URI[md5sum] = "9e5a805d2d557df79e571468978a2766" |
| 15 | SRC_URI[sha256sum] = "3c38b065796a1cb2c2f2e9a28edaa6b37a3728c1c0b7a4297af9ecd82a8ab66d" | 15 | SRC_URI[sha256sum] = "3c5e505ce56a5993db473efed9962705dd255ffaee17009ed1b3e9f40b543969" |
| 16 | 16 | ||
| 17 | EXTRA_OECONF += "--with-vendor-info=${DISTRO}" | 17 | EXTRA_OECONF += "--with-vendor-info=${DISTRO}" |
| 18 | 18 | ||
