package/gst1-plugins-bayer2rgb-neon: fix plugin install

- fix plugin install path, add '-with-plugindir=/usr/lib/gstreamer-1.0',
  otherwise the plugins are installed with duplicated build path
  (as detected by step_check_build_dir)

- remove GST1_PLUGINS_BAYER2RGB_NEON_INSTALL_STAGING (no need to install
  the plugin to staging)

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Seiderer 2022-02-10 20:29:05 +01:00 committed by Peter Korsgaard
parent 68f93d3a8a
commit 2db52eed25

View File

@ -10,8 +10,6 @@ GST1_PLUGINS_BAYER2RGB_NEON_SITE_METHOD = git
GST1_PLUGINS_BAYER2RGB_NEON_LICENSE = GPL-3.0
GST1_PLUGINS_BAYER2RGB_NEON_LICENSE_FILES = COPYING
GST1_PLUGINS_BAYER2RGB_NEON_INSTALL_STAGING = YES
GST1_PLUGINS_BAYER2RGB_NEON_DEPENDENCIES = \
host-pkgconf \
gstreamer1 \
@ -20,4 +18,6 @@ GST1_PLUGINS_BAYER2RGB_NEON_DEPENDENCIES = \
GST1_PLUGINS_BAYER2RGB_NEON_AUTORECONF = YES
GST1_PLUGINS_BAYER2RGB_NEON_CONF_OPTS = --with-plugindir=/usr/lib/gstreamer-1.0
$(eval $(autotools-package))