diff options
Diffstat (limited to 'recipes/xcb')
-rw-r--r-- | recipes/xcb/xcb-proto_1.6.bb | 3 | ||||
-rw-r--r-- | recipes/xcb/xcb-proto_git.bb | 4 | ||||
-rw-r--r-- | recipes/xcb/xcb-util.inc | 3 |
3 files changed, 0 insertions, 10 deletions
diff --git a/recipes/xcb/xcb-proto_1.6.bb b/recipes/xcb/xcb-proto_1.6.bb index e3f1d439ee..c92396efe4 100644 --- a/recipes/xcb/xcb-proto_1.6.bb +++ b/recipes/xcb/xcb-proto_1.6.bb @@ -4,6 +4,3 @@ PR = "r1" SRC_URI[md5sum] = "04313e1d914b44d0e457f6c494fc178b" SRC_URI[sha256sum] = "f52bc1159b12496f002404eb5793c01277b20c82cb72c5ff076d7b25da9b5ca2" -do_stage() { - autotools_stage_all -} diff --git a/recipes/xcb/xcb-proto_git.bb b/recipes/xcb/xcb-proto_git.bb index 447a8684fc..f8fb4aef8f 100644 --- a/recipes/xcb/xcb-proto_git.bb +++ b/recipes/xcb/xcb-proto_git.bb @@ -8,7 +8,3 @@ PR = "r0" SRC_URI = "git://anongit.freedesktop.org/xcb/proto;protocol=git" S = "${WORKDIR}/git" -do_stage() { - autotools_stage_all -} - diff --git a/recipes/xcb/xcb-util.inc b/recipes/xcb/xcb-util.inc index 4509a2b52b..b86e9e195d 100644 --- a/recipes/xcb/xcb-util.inc +++ b/recipes/xcb/xcb-util.inc @@ -26,6 +26,3 @@ FILES_libxcbwm = "${libdir}/libXCBWM.so.*" inherit autotools pkgconfig -do_stage () { - autotools_stage_all -} |