From 5fb35ca11147ed30c619cf93e19331fd835f3da9 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 10 Feb 2006 14:33:55 +0000 Subject: Apply more chanegs from OE git-svn-id: https://svn.o-hand.com/repos/poky/trunk@272 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/packages/libxfixes/libxfixes_2.0.1.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'openembedded/packages/libxfixes/libxfixes_2.0.1.bb') diff --git a/openembedded/packages/libxfixes/libxfixes_2.0.1.bb b/openembedded/packages/libxfixes/libxfixes_2.0.1.bb index b6560b8e8..29e23e379 100644 --- a/openembedded/packages/libxfixes/libxfixes_2.0.1.bb +++ b/openembedded/packages/libxfixes/libxfixes_2.0.1.bb @@ -11,9 +11,5 @@ S = "${WORKDIR}/libXfixes-${PV}" inherit autotools pkgconfig do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} + autotools_stage_all } -- cgit v1.2.3