aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/popt/popt_1.7.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-08-04 11:31:46 -0700
committerKhem Raj <raj.khem@gmail.com>2010-08-05 08:25:50 -0700
commitc55e51d03a08a62061765de4283ed1b1c4f2d12a (patch)
tree6b857b8e8936bfb88e93babdd646ca6c3ae70966 /recipes/popt/popt_1.7.bb
parent658594deb58673b587e3f136494d3376d5114e54 (diff)
downloadopenembedded-c55e51d03a08a62061765de4283ed1b1c4f2d12a.tar.gz
popt: Use BBCLASSEXTEND instead of native recipes.
* Use INC_PR Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/popt/popt_1.7.bb')
-rw-r--r--recipes/popt/popt_1.7.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/popt/popt_1.7.bb b/recipes/popt/popt_1.7.bb
index aab80943a4..c568539ed1 100644
--- a/recipes/popt/popt_1.7.bb
+++ b/recipes/popt/popt_1.7.bb
@@ -1,10 +1,6 @@
require popt.inc
-PR = "r1"
-
-DEPENDS = "gettext virtual/libintl"
-
-inherit autotools autotools_stage
+PR = "${INC_PR}.0"
SRC_URI = "\
http://rpm.org/releases/historical/rpm-4.1.x/popt-${PV}.tar.gz \
@@ -22,5 +18,7 @@ do_configure() {
oe_runconf
}
+BBCLASSEXTEND = "native"
+
SRC_URI[md5sum] = "5988e7aeb0ae4dac8d83561265984cc9"
SRC_URI[sha256sum] = "4e75cb28793f0d44134f71fae53057d5f250805e6268fbd9c9780654b73b0dc1"