summaryrefslogtreecommitdiff
path: root/meta-qt5-extra/recipes-lxqt/lxqt-panel/lxqt-panel_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-qt5-extra/recipes-lxqt/lxqt-panel/lxqt-panel_%.bbappend')
-rw-r--r--meta-qt5-extra/recipes-lxqt/lxqt-panel/lxqt-panel_%.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-qt5-extra/recipes-lxqt/lxqt-panel/lxqt-panel_%.bbappend b/meta-qt5-extra/recipes-lxqt/lxqt-panel/lxqt-panel_%.bbappend
index 52b09c4..8d437cb 100644
--- a/meta-qt5-extra/recipes-lxqt/lxqt-panel/lxqt-panel_%.bbappend
+++ b/meta-qt5-extra/recipes-lxqt/lxqt-panel/lxqt-panel_%.bbappend
@@ -1,9 +1,9 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/lxqt-panel:"
+FILESEXTRAPATHS:prepend := "${THISDIR}/lxqt-panel:"
# add some widgets, add some applications to quicklaunch by injecting
# panel.conf configured on the target
SRC_URI += "file://panel.conf"
-do_configure_prepend () {
+do_configure:prepend () {
cp ${WORKDIR}/panel.conf ${S}/panel/resources/
}