From b0e4ba5f7afd7fa5c6a9d786fada91fabb645cbb Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Thu, 12 Apr 2012 22:52:57 +0100 Subject: [PATCH] xserver-xf86-config: Clean up silly oversight. * I forgot to append the machine to the SRC_URI_append so left this in a state that would break other BSP layers. Bad John! --- .../xorg-xserver/xserver-xf86-config_0.1.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 04204dc..b3100e2 100644 --- a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend @@ -1,11 +1,11 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" # Don't forget to bump PRINC if you update the extra files. -PRINC = "3" +PRINC = "4" THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" -SRC_URI_append = " file://xorg.conf.d/*" +SRC_URI_append_raspberrypi = " file://xorg.conf.d/*" CONFFILES_${PN} += "${sysconfdir}/X11/xorg.conf.d/*"