diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-05-26 19:03:43 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-05-26 19:03:43 +0000 |
commit | 09e27e7990ab6e72cd117eb9f2f6184ae2f7edbe (patch) | |
tree | 07403a83d4dfe4bd6aee01486eb721e606912d5d /recipes/flac/flac_1.2.1.bb | |
parent | 3ac37564039127c80eb5cf109fddf23a8e438bf8 (diff) |
flac: Fixed build. Added printf format fix.
Diffstat (limited to 'recipes/flac/flac_1.2.1.bb')
-rw-r--r-- | recipes/flac/flac_1.2.1.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/flac/flac_1.2.1.bb b/recipes/flac/flac_1.2.1.bb index 94f24fc169..eea1cbb9a5 100644 --- a/recipes/flac/flac_1.2.1.bb +++ b/recipes/flac/flac_1.2.1.bb @@ -1,3 +1,7 @@ require flac.inc -PR = "r0" +PR = "r1" + +# fixes from openSUSE: +SRC_URI += "file://flac-gcc43-fixes.diff;patch=1;pnum=0 \ + file://flac-printf-format-fix.diff;patch=1;pnum=0" |