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.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/popt/popt_1.7.bb b/packages/popt/popt_1.7.bb
index 313e31b8fc..0b688c6217 100644
--- a/packages/popt/popt_1.7.bb
+++ b/packages/popt/popt_1.7.bb
@@ -1,5 +1,7 @@
require popt.inc
+PR = "r1"
+
DEPENDS = "gettext virtual/libintl"
inherit autotools autotools_stage
@@ -8,4 +10,14 @@ SRC_URI = "\
http://rpm.org/releases/historical/rpm-4.1.x/popt-${PV}.tar.gz \
file://m4.patch;patch=1 \
file://intl.patch;patch=1 \
+ file://mkinstalldirs.patch;patch=1 \
"
+
+do_configure() {
+ gnu-configize
+ aclocal
+ libtoolize --copy --force
+ automake --add-missing
+ autoreconf
+ oe_runconf
+}