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/libxcursor/libxcursor_1.1.2.bb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'openembedded/packages/libxcursor') diff --git a/openembedded/packages/libxcursor/libxcursor_1.1.2.bb b/openembedded/packages/libxcursor/libxcursor_1.1.2.bb index d948ff50d..25744c7dc 100644 --- a/openembedded/packages/libxcursor/libxcursor_1.1.2.bb +++ b/openembedded/packages/libxcursor/libxcursor_1.1.2.bb @@ -14,10 +14,5 @@ FILES_${PN} += "${libdir}/libXcursor.so" inherit autotools pkgconfig do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} \ - mandir=${STAGING_DIR}/man + autotools_stage_all } -- cgit v1.2.3