aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/xorg-headers-native.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-lib/xorg-headers-native.bb')
-rw-r--r--recipes/xorg-lib/xorg-headers-native.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/xorg-lib/xorg-headers-native.bb b/recipes/xorg-lib/xorg-headers-native.bb
new file mode 100644
index 0000000000..82d5d79415
--- /dev/null
+++ b/recipes/xorg-lib/xorg-headers-native.bb
@@ -0,0 +1,8 @@
+inherit native
+
+SRC_URI = "file://X11"
+
+do_stage() {
+ install -d ${STAGING_INCDIR}
+ cp -pPfR ${WORKDIR}/X11 ${STAGING_INCDIR}
+}