From d55adc243fed56d103ce0ca762d12bf6a9682598 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 10 Jan 2015 11:46:17 +0100 Subject: 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. --- recipes-lxde/lxde-common/lxde-common_%.bbappend | 2 +- recipes-lxde/lxdm/lxdm_git.bbappend | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-lxde') diff --git a/recipes-lxde/lxde-common/lxde-common_%.bbappend b/recipes-lxde/lxde-common/lxde-common_%.bbappend index 16ef21c..7993b72 100644 --- a/recipes-lxde/lxde-common/lxde-common_%.bbappend +++ b/recipes-lxde/lxde-common/lxde-common_%.bbappend @@ -3,7 +3,7 @@ WALLPAPER-MACHINE_colibri-t20 = "Wallpaper_ColibriT20.png" WALLPAPER-MACHINE_colibri-t30 = "Wallpaper_ColibriT30.png" WALLPAPER-MACHINE_apalis-t30 = "Wallpaper_ApalisT30.png" -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS_prepend := "${THISDIR}/lxde-common:" PACKAGE_ARCH = "${MACHINE_ARCH}" diff --git a/recipes-lxde/lxdm/lxdm_git.bbappend b/recipes-lxde/lxdm/lxdm_git.bbappend index ed7e7ee..7b868dd 100644 --- a/recipes-lxde/lxdm/lxdm_git.bbappend +++ b/recipes-lxde/lxdm/lxdm_git.bbappend @@ -1,4 +1,4 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS_prepend := "${THISDIR}/lxdm:" SRC_URI += " \ file://logout-fixes.patch \ -- cgit v1.2.3