From: Rene Wagner Date: Thu, 5 Jan 2006 19:38:13 +0000 (+0000) Subject: popt: revert deletion of do_stage() applied in 068f4de8987266220879a628c352cfae84f1b288 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e48cd3d3f3cf048cf39f520be15d8c565f9e806;p=openembedded.git popt: revert deletion of do_stage() applied in 068f4de8987266220879a628c352cfae84f1b288 --- diff --git a/packages/popt/popt_1.7.bb b/packages/popt/popt_1.7.bb index e599c023dc..6984dbdb13 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 = "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}/ }