diff options
author | woglinde <woglinde@rhein.zuhause.netz> | 2009-04-19 22:30:07 +0200 |
---|---|---|
committer | woglinde <woglinde@rhein.zuhause.netz> | 2009-06-25 23:16:53 +0200 |
commit | 4b8fe99bfac4f890990a4a1186a7ba1107d70ca0 (patch) | |
tree | 3c01aa8ac272281c551a795f810a9df7a000e8f3 /recipes/popt | |
parent | 8e19e74c7d26b37aacf6d05641487129afe6c4c5 (diff) |
popt: use the better way for generating or not generationg locales * bump PR
Diffstat (limited to 'recipes/popt')
-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 b3f8a89e91..bce74c6710 100644 --- a/recipes/popt/popt_1.14.bb +++ b/recipes/popt/popt_1.14.bb @@ -1,8 +1,7 @@ require popt.inc -DEPENDS = "gettext virtual/libintl" -PR = "r1" +PR = "r2" -inherit autotools_stage +inherit autotools_stage gettext SRC_URI = "\ http://rpm5.org/files/popt/popt-${PV}.tar.gz \ |