summaryrefslogtreecommitdiff
path: root/recipes-sato
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-07-02 11:17:00 +0200
committerStefan Agner <stefan.agner@toradex.com>2017-01-10 14:59:20 -0800
commita6623d0739ef086930335292fc25f0f785de21fa (patch)
treeb9bcb579e479671927899c06992143f3a70e33c5 /recipes-sato
parent40617d48b40425752a9829d0bae93197db9f6870 (diff)
webkitgtk bbappend: use version wildcard
While at it override packageconfig only if built for vybrid. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-sato')
-rw-r--r--recipes-sato/webkit/webkitgtk_%.bbappend (renamed from recipes-sato/webkit/webkitgtk_2.8.5.bbappend)2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-sato/webkit/webkitgtk_2.8.5.bbappend b/recipes-sato/webkit/webkitgtk_%.bbappend
index 4933e4e..8114309 100644
--- a/recipes-sato/webkit/webkitgtk_2.8.5.bbappend
+++ b/recipes-sato/webkit/webkitgtk_%.bbappend
@@ -5,7 +5,7 @@ do_install_append() {
install -m 0644 -D ${WORKDIR}/minibrowser.desktop ${D}${datadir}/applications/minibrowser.desktop
}
-PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'wayland' ,d)}"
+PACKAGECONFIG_vf = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'wayland' ,d)}"
ARM_INSTRUCTION_SET_vf = "thumb"