diff options
| author | David-John Willis <John.Willis@Distant-earth.com> | 2012-04-23 15:17:34 +0100 |
|---|---|---|
| committer | David-John Willis <John.Willis@Distant-earth.com> | 2012-04-23 15:17:34 +0100 |
| commit | 04f059923b89dad285847a02df88fad4ff612435 (patch) | |
| tree | 1226f2b0e39a6a1564ab38613e0b8960b3ca1e5c | |
| parent | ed934b7c4411536429099676ba9ed15386e9d98b (diff) | |
| download | meta-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.bbappend | 11 |
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 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_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. |
| 3 | PRINC = "4" | 4 | PRINC := "${@int(PRINC) + 5}" |
| 4 | 5 | ||
| 5 | THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" | 6 | THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" |
| 6 | FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" | 7 | FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" |
| 7 | 8 | ||
| 8 | SRC_URI_append_raspberrypi = " file://xorg.conf.d/*" | 9 | SRC_URI_append_raspberrypi = " file://xorg.conf.d/* " |
| 9 | |||
| 10 | CONFFILES_${PN} += "${sysconfdir}/X11/xorg.conf.d/*" | ||
| 11 | 10 | ||
| 12 | do_install_append () { | 11 | do_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 | ||
| 17 | FILES_${PN} += "${sysconfdir}/X11/xorg.conf.d" \ No newline at end of file | 16 | FILES_${PN}_raspberrypi += "${sysconfdir}/X11/xorg.conf ${sysconfdir}/X11/xorg.conf.d/*" |
