diff options
author | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-03-24 23:29:21 +0000 |
---|---|---|
committer | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-03-24 23:29:21 +0000 |
commit | 3751f09c2b00e7bf9564efe6a9dc30fd14febea8 (patch) | |
tree | 1bd9f0e6b5e0d30aee60c341d07f92944525f41d /recipes/mpeg-encode/mpeg-encode_1.5b.bb | |
parent | ff0001fd335d2dd49dd34001afdf97e6fa974fef (diff) |
mpeg-encode: Fixup makefile to use the right strip
Diffstat (limited to 'recipes/mpeg-encode/mpeg-encode_1.5b.bb')
-rw-r--r-- | recipes/mpeg-encode/mpeg-encode_1.5b.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mpeg-encode/mpeg-encode_1.5b.bb b/recipes/mpeg-encode/mpeg-encode_1.5b.bb index c350739531..d32322a504 100644 --- a/recipes/mpeg-encode/mpeg-encode_1.5b.bb +++ b/recipes/mpeg-encode/mpeg-encode_1.5b.bb @@ -1,7 +1,7 @@ DESCRIPTION = "The Berkeley MPEG Encoder." HOMEPAGE = "http://bmrc.berkeley.edu/frame/research/mpeg/mpeg_encode.html" SECTION = "multimedia" -PR = "r0" +PR = "r1" SRC_URI = "http://bmrc.berkeley.edu/ftp/pub/multimedia/mpeg/encode/mpeg_encode-${PV}-src.tar.gz \ file://fixup.patch;patch=1" |