From: John Bowler Date: Tue, 3 Jan 2006 02:07:58 +0000 (+0000) Subject: popt: change do_stage to use autotools_stage_all in 1.7 X-Git-Tag: Release-2010-05/1~9453^2~2786 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7039ccd1332286801a661dfe98df90987b1c0481;p=openembedded.git popt: change do_stage to use autotools_stage_all in 1.7 --- diff --git a/packages/popt/popt_1.7.bb b/packages/popt/popt_1.7.bb index 41af18ed58..e599c023dc 100644 --- a/packages/popt/popt_1.7.bb +++ b/packages/popt/popt_1.7.bb @@ -2,7 +2,7 @@ SECTION = "libs" DESCRIPTION = "The popt library exists essentially \ for parsing command line options." LICENSE = "MIT" -PR = "r1" +PR = "r2" SRC_URI = "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \ file://m4.patch;patch=1 \ @@ -11,6 +11,5 @@ SRC_URI = "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \ inherit autotools do_stage () { - oe_libinstall -a -so libpopt ${STAGING_LIBDIR} - install -m 0644 popt.h ${STAGING_INCDIR}/ + autotools_stage_all }