diff options
author | Koen Kooi <koen@openembedded.org> | 2010-07-29 12:25:39 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-07-29 12:25:39 +0200 |
commit | 67d66df55b26c76c27507f97fe799c6acaa17fe6 (patch) | |
tree | ec77bd22c368c3b99f4283fc6be5dfac353ed6f0 /recipes/sox | |
parent | d981b11b1cc43baa9c51efc49ef1204d6521de6e (diff) |
sox: bump PR
Diffstat (limited to 'recipes/sox')
-rw-r--r-- | recipes/sox/sox_13.0.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/sox/sox_13.0.0.bb b/recipes/sox/sox_13.0.0.bb index 39e04172f6..b2ffbbea0a 100644 --- a/recipes/sox/sox_13.0.0.bb +++ b/recipes/sox/sox_13.0.0.bb @@ -4,7 +4,8 @@ and can apply different effects and filters to the audio data." HOMEPAGE = "http://sox.sourceforge.net" SECTION = "audio" LICENSE = "GPL" -PR = "r0" + +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/sox/sox-${PV}.tar.gz \ file://src-Makefile.am.patch" |