From a470efeb858041925c4d2e63fcf9aba726931327 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 15 Apr 2010 18:02:13 +0200 Subject: xorg-headers-native: flag with NATIVE_INSTALL_WORKS = "1" --- recipes/xorg-lib/xorg-headers-native.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes') 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" -- cgit v1.2.3