diff options
Diffstat (limited to 'recipes/pth')
-rw-r--r-- | recipes/pth/pth_2.0.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/pth/pth_2.0.2.bb b/recipes/pth/pth_2.0.2.bb index 46a9846f97..d27c909cd7 100644 --- a/recipes/pth/pth_2.0.2.bb +++ b/recipes/pth/pth_2.0.2.bb @@ -5,8 +5,8 @@ LICENSE = "GPL LGPL FDL" PR = "r2" SRC_URI = "${GNU_MIRROR}/pth/pth-${PV}.tar.gz \ - file://m4-warning.patch;apply=yes \ - file://ldflags.patch;apply=yes \ + file://m4-warning.patch \ + file://ldflags.patch \ " PARALLEL_MAKE="" |