summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb b/meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb
index 8bdca32b71..7d4a6b4364 100644
--- a/meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb
+++ b/meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb
@@ -28,3 +28,10 @@ RDEPENDS_${PN}-dev = ""
28RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" 28RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
29 29
30BBCLASSEXTEND = "native nativesdk" 30BBCLASSEXTEND = "native nativesdk"
31
32do_install_append() {
33 # Makefile's do_install creates .pyc files for python3, now also create
34 # them for python2 so that they will be recorded by manifest, and can be
35 # cleaned correctly.
36 python -m py_compile ${D}${libdir}/xcb-proto/xcbgen/*.py
37}