summaryrefslogtreecommitdiff
path: root/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-01-10 11:46:17 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-12 10:04:34 +0200
commitd55adc243fed56d103ce0ca762d12bf6a9682598 (patch)
tree824f548c0270a7acb9486bd9aa72a11399e8911e /recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend
parent60e845e0814ff149e5260e5c318ac73f38c0f74f (diff)
recipes: don't use ${PN} as a recipe name placeholder
${PN} might be extended with some magic prefix, so don't use it in SRC_URI assignments et. al.
Diffstat (limited to 'recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend')
-rw-r--r--recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend b/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend
index 4fabae9..04faf30 100644
--- a/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend
+++ b/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend
@@ -1,4 +1,4 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+FILESEXTRAPATHS_prepend := "${THISDIR}/xinput-calibrator:"
# menu entry should make the calibration permanent instead of printing cal data into a terminal
do_install_append() {