summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2012-04-23 15:17:34 +0100
committerDavid-John Willis <John.Willis@Distant-earth.com>2012-04-23 15:17:34 +0100
commit04f059923b89dad285847a02df88fad4ff612435 (patch)
tree1226f2b0e39a6a1564ab38613e0b8960b3ca1e5c
parented934b7c4411536429099676ba9ed15386e9d98b (diff)
downloadmeta-raspberrypi-04f059923b89dad285847a02df88fad4ff612435.tar.gz
xserver-xf86-config: Remove xorg.conf.d/* from CONFFILES_${PN}.
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend11
1 files changed, 5 insertions, 6 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 b3100e2..65931e2 100644
--- a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
@@ -1,17 +1,16 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
2# Don't forget to bump PRINC if you update the extra files. 3# Don't forget to bump PRINC if you update the extra files.
3PRINC = "4" 4PRINC := "${@int(PRINC) + 5}"
4 5
5THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" 6THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
6FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" 7FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"
7 8
8SRC_URI_append_raspberrypi = " file://xorg.conf.d/*" 9SRC_URI_append_raspberrypi = " file://xorg.conf.d/* "
9
10CONFFILES_${PN} += "${sysconfdir}/X11/xorg.conf.d/*"
11 10
12do_install_append () { 11do_install_append_raspberrypi () {
13 install -d ${D}/${sysconfdir}/X11/xorg.conf.d/ 12 install -d ${D}/${sysconfdir}/X11/xorg.conf.d/
14 install -m 0644 ${WORKDIR}/xorg.conf.d/* ${D}/${sysconfdir}/X11/xorg.conf.d/ 13 install -m 0644 ${WORKDIR}/xorg.conf.d/* ${D}/${sysconfdir}/X11/xorg.conf.d/
15} 14}
16 15
17FILES_${PN} += "${sysconfdir}/X11/xorg.conf.d" \ No newline at end of file 16FILES_${PN}_raspberrypi += "${sysconfdir}/X11/xorg.conf ${sysconfdir}/X11/xorg.conf.d/*"