diff --git a/recipes-graphics/tslib/tslib_1.1.bbappend b/recipes-graphics/tslib/tslib_1.1.bbappend index 0aa6563..f76655b 100644 --- a/recipes-graphics/tslib/tslib_1.1.bbappend +++ b/recipes-graphics/tslib/tslib_1.1.bbappend @@ -1,4 +1,4 @@ -FILESEXTRAPATHS := "${THISDIR}/${PN}" +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI += "file://tslib.patch" diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend index 9a09b7a..72d991c 100644 --- a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend @@ -1 +1 @@ -FILESEXTRAPATHS := "${THISDIR}/${PN}" +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"