diff options
author | Eric Bénard <eric@eukrea.com> | 2013-02-05 11:19:25 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-02-05 09:04:23 -0200 |
commit | 7b30034ecd919fd620b7154f22bb43bd339473fa (patch) | |
tree | fe1e3fe88ccb4a225fac2f717ab63055ecf7f32a | |
parent | c38a612a9797dc7d1bf14339a8e53b4e4267ef66 (diff) | |
download | meta-fsl-arm-7b30034ecd919fd620b7154f22bb43bd339473fa.tar.gz |
gst-fsl-plugin-2.0.3: fix build error due to missing uint declaration
Signed-off-by: Eric Bénard <eric@eukrea.com>
-rw-r--r-- | recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb b/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb index 5db3f6f..0fc5609 100644 --- a/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb +++ b/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb | |||
@@ -5,9 +5,11 @@ require gst-fsl-plugin.inc | |||
5 | DEPENDS += "fsl-mm-codeclib" | 5 | DEPENDS += "fsl-mm-codeclib" |
6 | RDEPENDS_${PN} = "fsl-mm-codeclib" | 6 | RDEPENDS_${PN} = "fsl-mm-codeclib" |
7 | 7 | ||
8 | PR = "${INC_PR}.2" | 8 | PR = "${INC_PR}.3" |
9 | |||
10 | SRC_URI += "file://fix_segment_fault_in_v4lsink_for_yocto.patch \ | ||
11 | file://fix-missing-sys-types-h.patch" | ||
9 | 12 | ||
10 | SRC_URI += "file://fix_segment_fault_in_v4lsink_for_yocto.patch" | ||
11 | SRC_URI[md5sum] = "036a8e86031b0670f41b10796e268f9e" | 13 | SRC_URI[md5sum] = "036a8e86031b0670f41b10796e268f9e" |
12 | SRC_URI[sha256sum] = "ee024e6fe94ce309b10dc89ab247d1bbcf8ae9cc8006178c96101ce2d4d164a0" | 14 | SRC_URI[sha256sum] = "ee024e6fe94ce309b10dc89ab247d1bbcf8ae9cc8006178c96101ce2d4d164a0" |
13 | 15 | ||