diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2016-01-30 12:45:56 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-01 21:46:08 +0100 |
commit | 38efbf7255e6c659188758d41a1e7dddf78d34f9 (patch) | |
tree | ae0fe0bb1e91149d84637af2415375561fc472b6 | |
parent | c353a7f763ad42ef7ca113a6deecec6f5df2379c (diff) | |
download | buildroot-38efbf7255e6c659188758d41a1e7dddf78d34f9.tar.gz buildroot-38efbf7255e6c659188758d41a1e7dddf78d34f9.zip |
gst1-plugins-bad: add install to staging directory
gst1-imx package links against libgstphotography for its imxv4l2src
plugin.
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk index f9f855822e..3a097e86d1 100644 --- a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk +++ b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk @@ -7,6 +7,7 @@ GST1_PLUGINS_BAD_VERSION = 1.6.3 GST1_PLUGINS_BAD_SOURCE = gst-plugins-bad-$(GST1_PLUGINS_BAD_VERSION).tar.xz GST1_PLUGINS_BAD_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-bad +GST1_PLUGINS_BAD_INSTALL_STAGING = YES GST1_PLUGINS_BAD_LICENSE_FILES = COPYING COPYING.LIB # Unknown and GPL licensed plugins will append to GST1_PLUGINS_BAD_LICENSE if # enabled. |