summaryrefslogtreecommitdiff
path: root/recipes-connectivity/connman/connman_%.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-connectivity/connman/connman_%.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-connectivity/connman/connman_%.bbappend')
-rw-r--r--recipes-connectivity/connman/connman_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/connman/connman_%.bbappend b/recipes-connectivity/connman/connman_%.bbappend
index 8eef424..851b00d 100644
--- a/recipes-connectivity/connman/connman_%.bbappend
+++ b/recipes-connectivity/connman/connman_%.bbappend
@@ -1,4 +1,4 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+FILESEXTRAPATHS_prepend := "${THISDIR}/connman:"
SRC_URI += " \
file://dont_start_connman_on_nfsboot.patch \