[oe-commits] Koen Kooi : xorg-headers-native: flag with NATIVE_INSTALL_WORKS = "1"

git version control git at git.openembedded.org
Fri Apr 16 21:14:56 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: a470efeb858041925c4d2e63fcf9aba726931327
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a470efeb858041925c4d2e63fcf9aba726931327

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Apr 15 18:02:13 2010 +0200

xorg-headers-native: flag with NATIVE_INSTALL_WORKS = "1"

---

 recipes/xorg-lib/xorg-headers-native.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/xorg-lib/xorg-headers-native.bb b/recipes/xorg-lib/xorg-headers-native.bb
index b36304a..555a737 100644
--- 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"





More information about the Openembedded-commits mailing list