popt: revert deletion of do_stage() applied in 068f4de8987266220879a628c352cfae84f1b288
authorRene Wagner <rw@handhelds.org>
Thu, 5 Jan 2006 19:38:13 +0000 (19:38 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 5 Jan 2006 19:38:13 +0000 (19:38 +0000)
packages/popt/popt_1.7.bb

index e599c02..6984dbd 100644 (file)
@@ -2,7 +2,7 @@ SECTION = "libs"
 DESCRIPTION = "The popt library exists essentially \
 for parsing command line options."
 LICENSE = "MIT"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \
           file://m4.patch;patch=1 \
@@ -11,5 +11,6 @@ SRC_URI = "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \
 inherit autotools 
 
 do_stage () {
-       autotools_stage_all
+       oe_libinstall -a -so libpopt ${STAGING_LIBDIR}
+       install -m 0644 popt.h ${STAGING_INCDIR}/
 }