summaryrefslogtreecommitdiff
path: root/packages/popt/popt_1.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/popt/popt_1.7.bb')
-rw-r--r--packages/popt/popt_1.7.bb17
1 files changed, 6 insertions, 11 deletions
diff --git a/packages/popt/popt_1.7.bb b/packages/popt/popt_1.7.bb
index 7992db56e7..467fac1393 100644
--- a/packages/popt/popt_1.7.bb
+++ b/packages/popt/popt_1.7.bb
@@ -2,15 +2,10 @@ require popt.inc
DEPENDS = "gettext virtual/libintl"
-PR = "r5"
+inherit autotools autotools_stage
-inherit autotools
-
-SRC_URI = "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \
- file://m4.patch;patch=1 \
- file://intl.patch;patch=1"
-
-do_stage() {
- oe_libinstall -a -so libpopt ${STAGING_LIBDIR}
- install -m 0644 popt.h ${STAGING_INCDIR}
-}
+SRC_URI = "\
+ ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \
+ file://m4.patch;patch=1 \
+ file://intl.patch;patch=1 \
+"