aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/xorg-headers-native.bb
blob: e303c1835f8a5afd2035520853c2c88d4a6b9570 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
PR = "r2"

SRC_URI = "file://X11"

inherit native

do_install() {
        install -d ${D}${includedir}
        cp -pPfR ${WORKDIR}/X11 ${D}${includedir}
}

NATIVE_INSTALL_WORKS = "1"