diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2014-08-27 18:42:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-28 15:12:43 +0100 |
commit | 1094091f19efb5d38abd7e81d0d90a0f7d32cbf5 (patch) | |
tree | ccc67b31b5588d60b9c8817547a54ee7572785de /meta | |
parent | 9c0d4f5ba26db5840da6a6ca157f8920031b3cee (diff) | |
download | poky-1094091f19efb5d38abd7e81d0d90a0f7d32cbf5.tar.gz |
gstreamer1.0-plugins-bad: add opencv haar cascade XML files to package
(From OE-Core rev: fbd886eff693135bcd9fbe62cfd37f255798ca78)
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc index 8ecc2aac12..b5fc2234d3 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | |||
@@ -121,3 +121,5 @@ EXTRA_OECONF += " \ | |||
121 | 121 | ||
122 | ARM_INSTRUCTION_SET = "arm" | 122 | ARM_INSTRUCTION_SET = "arm" |
123 | 123 | ||
124 | FILES_gstreamer1.0-plugins-bad-opencv += "${datadir}/gst-plugins-bad/1.0/opencv*" | ||
125 | |||