aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tom.gall@linaro.org>2014-02-21 17:22:59 -0600
committerTom Gall <tom.gall@linaro.org>2014-02-21 17:22:59 -0600
commitf362f94a38af218b6b0c7cd62a65df0cdea07d7a (patch)
tree998a410c5cd8272227c6272ce2e7aece2f4f6601
parente36a4e5adfaae0307e4be8088e866c68290bd783 (diff)
Don't build static as part of xfconf for now as aarch64 buildarmv8-xfce
will break. (For now)
-rw-r--r--meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb5
1 files changed, 5 insertions, 0 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 945819e7..aa7bd7bc 100644
--- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb
+++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb
@@ -15,3 +15,8 @@ SRC_URI[sha256sum] = "175219a441cc7d0f210bbd1a3b0abba41598627cd9db27235811400c3e
FILES_${PN} += "${libdir}/xfce4/xfconf/xfconfd \
${datadir}/dbus-1/services/org.xfce.Xfconf.service"
+
+do_configure() {
+ cd ${S}
+ ./configure --prefix=/usr --disable-static
+}