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:
b5ec44f
)
xorg-headers-native: flag with NATIVE_INSTALL_WORKS = "1"
author
Koen Kooi
<koen@openembedded.org>
Thu, 15 Apr 2010 16:02:13 +0000
(18:02 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 15 Apr 2010 16:02:13 +0000
(18:02 +0200)
recipes/xorg-lib/xorg-headers-native.bb
patch
|
blob
|
history
diff --git
a/recipes/xorg-lib/xorg-headers-native.bb
b/recipes/xorg-lib/xorg-headers-native.bb
index
b36304a
..
555a737
100644
(file)
--- a/
recipes/xorg-lib/xorg-headers-native.bb
+++ b/
recipes/xorg-lib/xorg-headers-native.bb
@@
-1,8
+1,12
@@
inherit native
+PR = "r1"
+
SRC_URI = "file://X11"
do_install() {
install -d ${D}${includedir}
cp -pPfR ${WORKDIR}/X11 ${D}${includedir}
}
+
+NATIVE_INSTALL_WORKS = "1"