[yocto] [meta-raspberrypi][PATCH 2/2] xserver-xf86-config: fix do_install

Andreas Müller schnitzeltony at googlemail.com
Thu Jan 24 13:57:42 PST 2013


for some reason wildcards don't work in current head. Error message was:

| DEBUG: Executing shell function do_install
| install: cannot stat `/home/Superandy/tmp/oe-core-eglibc/work/raspberrypi-angstrom-linux-gnueabi/xserver-xf86-config/0.1-r18/xorg.conf.d/*': No such file or directory

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
---
 .../xorg-xserver/xserver-xf86-config_0.1.bbappend  |    6 ++++--
 1 files changed, 4 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 65931e2..a8b8e8c 100644
--- a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
@@ -1,12 +1,14 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 # Don't forget to bump PRINC if you update the extra files.
-PRINC := "${@int(PRINC) + 5}"
+PRINC := "${@int(PRINC) + 6}"
 
 THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
 FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"
 
-SRC_URI_append_raspberrypi = " file://xorg.conf.d/* "
+SRC_URI_append_raspberrypi = " \
+	file://xorg.conf.d/10-evdev.conf \
+"
 
 do_install_append_raspberrypi () {
 	install -d ${D}/${sysconfdir}/X11/xorg.conf.d/
-- 
1.7.4.4




More information about the yocto mailing list