aboutsummaryrefslogtreecommitdiffstats
path: root/packages/popt
diff options
context:
space:
mode:
Diffstat (limited to 'packages/popt')
-rw-r--r--packages/popt/popt_1.7.bb5
1 files changed, 2 insertions, 3 deletions
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
}