diff options
Diffstat (limited to 'recipes/popt/popt_1.14.bb')
-rw-r--r-- | recipes/popt/popt_1.14.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/popt/popt_1.14.bb b/recipes/popt/popt_1.14.bb index 1f6a220611..d5e9a604b9 100644 --- a/recipes/popt/popt_1.14.bb +++ b/recipes/popt/popt_1.14.bb @@ -1,11 +1,10 @@ require popt.inc -PR = "r2" - -inherit autotools_stage gettext +PR = "${INC_PR}.0" SRC_URI = "\ http://rpm5.org/files/popt/popt-${PV}.tar.gz \ " +BBCLASSEXTEND = "native" SRC_URI[md5sum] = "4f90a07316eb825604dd10ae4f9f3f04" SRC_URI[sha256sum] = "175be17571e9af3ad622531b494a0738ae632c60c8c6329273778b2b6fbbad74" |