diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-16 16:08:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:52 +0000 |
commit | 75c69294931da1db798b0e2c5103dd0b30ee60d0 (patch) | |
tree | 36208b9f10005957757133a4a94424266be35625 /meta/recipes-multimedia/mpeg2dec | |
parent | cefeac268ed326d45e555fc81be32528ed6feb0d (diff) | |
download | poky-75c69294931da1db798b0e2c5103dd0b30ee60d0.tar.gz |
package_regex.inc: split sourceforge related entries to their own recipes
(From OE-Core rev: 4c5899fa0b8258f2754e3080dae5535e3b248e91)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/mpeg2dec')
-rw-r--r-- | meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb b/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb index cede2bf100..16669947f9 100644 --- a/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb +++ b/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb | |||
@@ -14,6 +14,8 @@ SRC_URI = "http://libmpeg2.sourceforge.net/files/mpeg2dec-${PV}.tar.gz \ | |||
14 | SRC_URI[md5sum] = "7631b0a4bcfdd0d78c0bb0083080b0dc" | 14 | SRC_URI[md5sum] = "7631b0a4bcfdd0d78c0bb0083080b0dc" |
15 | SRC_URI[sha256sum] = "c74a76068f8ec36d4bb59a03bf1157be44118ca02252180e8b358b0b5e3edeee" | 15 | SRC_URI[sha256sum] = "c74a76068f8ec36d4bb59a03bf1157be44118ca02252180e8b358b0b5e3edeee" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "http://libmpeg2.sourceforge.net/downloads.html" | ||
18 | |||
17 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
18 | 20 | ||
19 | EXTRA_OECONF = "--enable-shared --disable-sdl" | 21 | EXTRA_OECONF = "--enable-shared --disable-sdl" |