From: Koen Kooi Date: Thu, 15 Apr 2010 16:02:13 +0000 (+0200) Subject: xorg-headers-native: flag with NATIVE_INSTALL_WORKS = "1" X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a470efeb858041925c4d2e63fcf9aba726931327;p=openembedded.git xorg-headers-native: flag with NATIVE_INSTALL_WORKS = "1" --- 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"