summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb
index 4ea2b8848..945819e78 100644
--- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb
+++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb
@@ -2,10 +2,13 @@ DESCRIPTION = "Xfce configuration daemon and utilities"
2SECTION = "x11/wm" 2SECTION = "x11/wm"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" 4LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
5DEPENDS = "dbus-glib libxfce4util perl-native" 5DEPENDS = "dbus-glib libxfce4util perl"
6 6
7inherit xfce 7inherit xfce
8 8
9EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl"
10EXTRA_OECONF += "--with-sysroot=yes"
11
9SRC_URI += "file://0001-Simplify-checks.patch" 12SRC_URI += "file://0001-Simplify-checks.patch"
10SRC_URI[md5sum] = "4ed48150a03fb5f42b455494307b7f28" 13SRC_URI[md5sum] = "4ed48150a03fb5f42b455494307b7f28"
11SRC_URI[sha256sum] = "175219a441cc7d0f210bbd1a3b0abba41598627cd9db27235811400c3e100576" 14SRC_URI[sha256sum] = "175219a441cc7d0f210bbd1a3b0abba41598627cd9db27235811400c3e100576"