diff options
Diffstat (limited to 'recipes/xorg-lib/xorg-headers-native.bb')
-rw-r--r-- | recipes/xorg-lib/xorg-headers-native.bb | 8 |
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} +} |