git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0f4899
)
xserver-xorg-conf: add xf86-video-omapfb dependency for omap3 machines in angstrom
author
Koen Kooi
<koen@openembedded.org>
Mon, 25 Jan 2010 18:45:01 +0000
(19:45 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 26 Jan 2010 12:17:41 +0000
(13:17 +0100)
recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
patch
|
blob
|
history
diff --git
a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
index
77e0f8d
..
0e3bba4
100644
(file)
--- a/
recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
+++ b/
recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
@@
-1,5
+1,5
@@
DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r1
7
"
+PR = "r1
8
"
SRC_URI = "file://xorg.conf"
@@
-8,5
+8,8
@@
do_install() {
install -m 0644 ${WORKDIR}/xorg.conf ${D}/${sysconfdir}/X11/
}
+# Set some dependencies to make the confs actually work
+RDEPENDS_omap3 = "xf86-video-omapfb"
+
CONFFILES_${PN} += "${sysconfdir}/X11/xorg.conf"
PACKAGE_ARCH = "${MACHINE_ARCH}"