diff options
-rw-r--r-- | meta-xfce/recipes-xfce/xfconf/xfconf_4.13.8.bb (renamed from meta-xfce/recipes-xfce/xfconf/xfconf_4.13.7.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.13.7.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.13.8.bb index 9f08f74ed2..54d051c6ff 100644 --- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.13.7.bb +++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.13.8.bb | |||
@@ -2,14 +2,14 @@ SUMMARY = "Xfce configuration daemon and utilities" | |||
2 | SECTION = "x11/wm" | 2 | SECTION = "x11/wm" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
5 | DEPENDS = "dbus-glib libxfce4util perl intltool-native xfce4-dev-tools-native" | 5 | DEPENDS = "libxfce4util perl intltool-native xfce4-dev-tools-native" |
6 | 6 | ||
7 | inherit xfce gtk-doc | 7 | inherit xfce gtk-doc gobject-introspection |
8 | 8 | ||
9 | EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl" | 9 | EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "ea4c070c4ed8387e6435b56d0e871559" | 11 | SRC_URI[md5sum] = "5d48e8d50f7bfadd31e804ce602a5cf3" |
12 | SRC_URI[sha256sum] = "5deb13fc48a4116f5ebdee5c21d0fd3deb85bec2f69602beb3c3adb4f85e5bde" | 12 | SRC_URI[sha256sum] = "55e2441c4ff78a7006fabb59647f7bc1f190cbb82327b93ba063ff624a896591" |
13 | 13 | ||
14 | FILES_${PN} += "${libdir}/xfce4/xfconf/xfconfd \ | 14 | FILES_${PN} += "${libdir}/xfce4/xfconf/xfconfd \ |
15 | ${libdir}/gio/modules/libxfconfgsettingsbackend.so \ | 15 | ${libdir}/gio/modules/libxfconfgsettingsbackend.so \ |