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/libxrandr/libxrandr_1.0.2.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'openembedded/packages/libxrandr') diff --git a/openembedded/packages/libxrandr/libxrandr_1.0.2.bb b/openembedded/packages/libxrandr/libxrandr_1.0.2.bb index 8d646539c..ff32e0aa3 100644 --- a/openembedded/packages/libxrandr/libxrandr_1.0.2.bb +++ b/openembedded/packages/libxrandr/libxrandr_1.0.2.bb @@ -11,9 +11,5 @@ S = "${WORKDIR}/libXrandr-${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