diff options
| -rw-r--r-- | meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb | 5 |
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 4ea2b88489..945819e785 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" | |||
| 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-native" | 5 | DEPENDS = "dbus-glib libxfce4util perl" |
| 6 | 6 | ||
| 7 | inherit xfce | 7 | inherit xfce |
| 8 | 8 | ||
| 9 | EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl" | ||
| 10 | EXTRA_OECONF += "--with-sysroot=yes" | ||
| 11 | |||
| 9 | SRC_URI += "file://0001-Simplify-checks.patch" | 12 | SRC_URI += "file://0001-Simplify-checks.patch" |
| 10 | SRC_URI[md5sum] = "4ed48150a03fb5f42b455494307b7f28" | 13 | SRC_URI[md5sum] = "4ed48150a03fb5f42b455494307b7f28" |
| 11 | SRC_URI[sha256sum] = "175219a441cc7d0f210bbd1a3b0abba41598627cd9db27235811400c3e100576" | 14 | SRC_URI[sha256sum] = "175219a441cc7d0f210bbd1a3b0abba41598627cd9db27235811400c3e100576" |
