diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-15 18:02:13 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-15 18:02:13 +0200 |
commit | a470efeb858041925c4d2e63fcf9aba726931327 (patch) | |
tree | b279107026428e8cf9f9e10e51f04675b022aeed /recipes | |
parent | b5ec44fec6880ddc40be27f1d1751d86c4dddf78 (diff) |
xorg-headers-native: flag with NATIVE_INSTALL_WORKS = "1"
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 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" |