diff options
Diffstat (limited to 'recipes/popt/popt_1.7.bb')
-rw-r--r-- | recipes/popt/popt_1.7.bb | 8 |
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" |