diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-05-18 22:30:59 +0200 |
---|---|---|
committer | Andreas Müller <schnitzeltony@googlemail.com> | 2012-09-18 15:54:00 +0200 |
commit | 38c74312030dc56758d2b83c63ce74c2b2b59834 (patch) | |
tree | d490db88438440f496316cb0a2b68a34a862d256 /meta-xfce/recipes-xfce/xfconf | |
parent | de308174dee16720dc17e59fcc16281762dcf3d9 (diff) | |
download | meta-openembedded-38c74312030dc56758d2b83c63ce74c2b2b59834.tar.gz |
xfconf: update to 4.10.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/xfconf')
-rw-r--r-- | meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb (renamed from meta-xfce/recipes-xfce/xfconf/xfconf_4.8.0.bb) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.8.0.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb index 65efffd90..5dceb0902 100644 --- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.8.0.bb +++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb | |||
@@ -4,12 +4,10 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
5 | DEPENDS = "dbus-glib libxfce4util perl-native" | 5 | DEPENDS = "dbus-glib libxfce4util perl-native" |
6 | 6 | ||
7 | PR = "r0" | ||
8 | |||
9 | inherit xfce | 7 | inherit xfce |
10 | 8 | ||
9 | SRC_URI[md5sum] = "4ed48150a03fb5f42b455494307b7f28" | ||
10 | SRC_URI[sha256sum] = "175219a441cc7d0f210bbd1a3b0abba41598627cd9db27235811400c3e100576" | ||
11 | |||
11 | FILES_${PN} += "${libdir}/xfce4/xfconf/xfconfd \ | 12 | FILES_${PN} += "${libdir}/xfce4/xfconf/xfconfd \ |
12 | ${datadir}/dbus-1/services/org.xfce.Xfconf.service" | 13 | ${datadir}/dbus-1/services/org.xfce.Xfconf.service" |
13 | |||
14 | SRC_URI[md5sum] = "0f11ed1ec7789c5c4c3fcc7cdb3c2940" | ||
15 | SRC_URI[sha256sum] = "e071d55982238f997a691ff4bb08ef39e4c86bae31cf69b6666bc0cdadd1b85d" | ||