diff options
| author | David-John Willis <John.Willis@Distant-earth.com> | 2012-04-12 22:52:57 +0100 |
|---|---|---|
| committer | David-John Willis <John.Willis@Distant-earth.com> | 2012-04-12 22:52:57 +0100 |
| commit | b0e4ba5f7afd7fa5c6a9d786fada91fabb645cbb (patch) | |
| tree | 309159f536a2f1313ea1db66ac7d66aaeb71d200 | |
| parent | 58aec28df8b749431bc217094768561c54ed5867 (diff) | |
| download | meta-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.bbappend | 4 |
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 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_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. |
| 3 | PRINC = "3" | 3 | PRINC = "4" |
| 4 | 4 | ||
| 5 | THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" | 5 | THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" |
| 6 | FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" | 6 | FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" |
| 7 | 7 | ||
| 8 | SRC_URI_append = " file://xorg.conf.d/*" | 8 | SRC_URI_append_raspberrypi = " file://xorg.conf.d/*" |
| 9 | 9 | ||
| 10 | CONFFILES_${PN} += "${sysconfdir}/X11/xorg.conf.d/*" | 10 | CONFFILES_${PN} += "${sysconfdir}/X11/xorg.conf.d/*" |
| 11 | 11 | ||
