aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/popt/popt_1.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/popt/popt_1.7.bb')
-rw-r--r--recipes/popt/popt_1.7.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/popt/popt_1.7.bb b/recipes/popt/popt_1.7.bb
new file mode 100644
index 0000000000..0b688c6217
--- /dev/null
+++ b/recipes/popt/popt_1.7.bb
@@ -0,0 +1,23 @@
+require popt.inc
+
+PR = "r1"
+
+DEPENDS = "gettext virtual/libintl"
+
+inherit autotools autotools_stage
+
+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
+}