diff options
author | Rene Wagner <rw@handhelds.org> | 2006-01-05 19:38:13 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-05 19:38:13 +0000 |
commit | 3e48cd3d3f3cf048cf39f520be15d8c565f9e806 (patch) | |
tree | 4aa7e2a6469e985bb586734f403a4e49488cc93b /packages/popt/popt_1.7.bb | |
parent | 748e9b3d0a407237e3769b3bb10229eaafe5c5cd (diff) |
popt: revert deletion of do_stage() applied in 068f4de8987266220879a628c352cfae84f1b288
Diffstat (limited to 'packages/popt/popt_1.7.bb')
-rw-r--r-- | packages/popt/popt_1.7.bb | 5 |
1 files changed, 3 insertions, 2 deletions
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}/ } |