summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/libxfixes/libxfixes_cvs.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/libxfixes/libxfixes_cvs.bb')
-rw-r--r--openembedded/packages/libxfixes/libxfixes_cvs.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/openembedded/packages/libxfixes/libxfixes_cvs.bb b/openembedded/packages/libxfixes/libxfixes_cvs.bb
index a18ceeb0cc..6a9ae6194f 100644
--- a/openembedded/packages/libxfixes/libxfixes_cvs.bb
+++ b/openembedded/packages/libxfixes/libxfixes_cvs.bb
@@ -10,9 +10,5 @@ S = "${WORKDIR}/Xfixes"
10inherit autotools pkgconfig 10inherit autotools pkgconfig
11 11
12do_stage() { 12do_stage() {
13 oe_runmake install prefix=${STAGING_DIR} \ 13 autotools_stage_all
14 bindir=${STAGING_BINDIR} \
15 includedir=${STAGING_INCDIR} \
16 libdir=${STAGING_LIBDIR} \
17 datadir=${STAGING_DATADIR}
18} 14}