mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
xserver-xf86-config: Remove changes of THISDIR and FILESPATH
THISDIR and FILESPATH are not supposed to be changed from within recipes. This was causing troubles with other bbapend. Change-Id: I7c3c788ddb61b0b790a9fe06f86e4bd93a822c8c Signed-off-by: Michaël Burtin <mburtin@connected-labs.com> Acked-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
parent
2f98f49fab
commit
02c9c4eded
|
@ -1,8 +1,5 @@
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||||
|
|
||||||
THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
|
|
||||||
FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"
|
|
||||||
|
|
||||||
SRC_URI_append_raspberrypi = " file://xorg.conf.d/10-evdev.conf "
|
SRC_URI_append_raspberrypi = " file://xorg.conf.d/10-evdev.conf "
|
||||||
|
|
||||||
do_install_append_raspberrypi () {
|
do_install_append_raspberrypi () {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user