aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-04-15 18:02:13 +0200
committerKoen Kooi <koen@openembedded.org>2010-04-15 18:02:13 +0200
commita470efeb858041925c4d2e63fcf9aba726931327 (patch)
treeb279107026428e8cf9f9e10e51f04675b022aeed /recipes
parentb5ec44fec6880ddc40be27f1d1751d86c4dddf78 (diff)
downloadopenembedded-a470efeb858041925c4d2e63fcf9aba726931327.tar.gz
xorg-headers-native: flag with NATIVE_INSTALL_WORKS = "1"
Diffstat (limited to 'recipes')
-rw-r--r--recipes/xorg-lib/xorg-headers-native.bb4
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 b36304a9be..555a737f0a 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"