diff options
Diffstat (limited to 'recipes/pth/pth_2.0.2.bb')
-rw-r--r-- | recipes/pth/pth_2.0.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/pth/pth_2.0.2.bb b/recipes/pth/pth_2.0.2.bb index 81b8a71b63..2583e030fd 100644 --- a/recipes/pth/pth_2.0.2.bb +++ b/recipes/pth/pth_2.0.2.bb @@ -2,10 +2,11 @@ DESCRIPTION = "GNU Portable Threads" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL LGPL FDL" -PR = "r1" +PR = "r2" SRC_URI = "${GNU_MIRROR}/pth/pth-${PV}.tar.gz \ file://m4-warning.patch;patch=1 \ + file://ldflags.patch;patch=1 \ " PARALLEL_MAKE="" |