From 2db52eed25f20bf0b56a6fa146f384c9139d8f83 Mon Sep 17 00:00:00 2001 From: Peter Seiderer Date: Thu, 10 Feb 2022 20:29:05 +0100 Subject: [PATCH] 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 Signed-off-by: Peter Korsgaard --- .../gst1-plugins-bayer2rgb-neon.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/gstreamer1/gst1-plugins-bayer2rgb-neon/gst1-plugins-bayer2rgb-neon.mk b/package/gstreamer1/gst1-plugins-bayer2rgb-neon/gst1-plugins-bayer2rgb-neon.mk index 815099e315..0d4aeac7f5 100644 --- a/package/gstreamer1/gst1-plugins-bayer2rgb-neon/gst1-plugins-bayer2rgb-neon.mk +++ b/package/gstreamer1/gst1-plugins-bayer2rgb-neon/gst1-plugins-bayer2rgb-neon.mk @@ -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))