popt: change do_stage to use autotools_stage_all in 1.7
authorJohn Bowler <jbowler@nslu2-linux.org>
Tue, 3 Jan 2006 02:07:58 +0000 (02:07 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 3 Jan 2006 02:07:58 +0000 (02:07 +0000)
packages/popt/popt_1.7.bb

index 41af18e..e599c02 100644 (file)
@@ -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
 }