diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-09-20 10:36:04 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-09-20 10:36:04 +0000 |
commit | 69553a3f9961817d02b14ccd27e0e26f3ddfdb5e (patch) | |
tree | fc29373aa8889e5236e7791bee169109fe85d1e9 | |
parent | 9fd4558c02a7046dcdf54eeccfc6682d9d11f04f (diff) |
audiofile: Fixed staging broken by bdd3747.
-rw-r--r-- | recipes/audiofile/audiofile_0.2.6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/audiofile/audiofile_0.2.6.bb b/recipes/audiofile/audiofile_0.2.6.bb index d3f5078d4a..1916be69b9 100644 --- a/recipes/audiofile/audiofile_0.2.6.bb +++ b/recipes/audiofile/audiofile_0.2.6.bb @@ -5,7 +5,7 @@ Research, Amiga IFF/8SVX, and NIST SPHERE." SECTION = "libs" LICENSE = "LGPL GPL" RPROVIDES_${PN} += "audiofile" -PR = "r7" +PR = "r8" SRC_URI = "http://www.68k.org/~michael/audiofile/audiofile-${PV}.tar.gz \ file://audiofile-m4_quote_fix.diff;patch=1;pnum=0 \ @@ -14,4 +14,4 @@ SRC_URI = "http://www.68k.org/~michael/audiofile/audiofile-${PV}.tar.gz \ file://CVE-2008-5824.patch;patch=1 \ " -inherit autotools lib_package +inherit autotools_stage lib_package binconfig |