summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2012-04-12 22:52:57 +0100
committerDavid-John Willis <John.Willis@Distant-earth.com>2012-04-12 22:52:57 +0100
commitb0e4ba5f7afd7fa5c6a9d786fada91fabb645cbb (patch)
tree309159f536a2f1313ea1db66ac7d66aaeb71d200
parent58aec28df8b749431bc217094768561c54ed5867 (diff)
downloadmeta-raspberrypi-b0e4ba5f7afd7fa5c6a9d786fada91fabb645cbb.tar.gz
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!
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend4
1 files 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 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2# Don't forget to bump PRINC if you update the extra files. 2# Don't forget to bump PRINC if you update the extra files.
3PRINC = "3" 3PRINC = "4"
4 4
5THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" 5THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
6FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" 6FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"
7 7
8SRC_URI_append = " file://xorg.conf.d/*" 8SRC_URI_append_raspberrypi = " file://xorg.conf.d/*"
9 9
10CONFFILES_${PN} += "${sysconfdir}/X11/xorg.conf.d/*" 10CONFFILES_${PN} += "${sysconfdir}/X11/xorg.conf.d/*"
11 11