xorg-headers-native: flag with NATIVE_INSTALL_WORKS = "1"
authorKoen Kooi <koen@openembedded.org>
Thu, 15 Apr 2010 16:02:13 +0000 (18:02 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 15 Apr 2010 16:02:13 +0000 (18:02 +0200)
recipes/xorg-lib/xorg-headers-native.bb

index b36304a..555a737 100644 (file)
@@ -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"