]> code.ossystems Code Review - meta-freescale.git/commitdiff
gstreamer1.0-*: resolve absolute paths usage for patch search
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Sun, 22 Dec 2019 15:29:54 +0000 (15:29 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Sun, 22 Dec 2019 23:15:05 +0000 (20:15 -0300)
Since all pathes required by those recipes are collcted in this layer,
there is no need to use an absolute path to oe-core when searching for
patch files. This also breaks build when build system initialization is
different from NXP bootstrap script.

Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.imx.bb
recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.16.0.bb
recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.0.bb

index 1b3faee9b15025f53b62dcc9d039720c6b22e1f0..e317a55eecd5f98f3f6575239dcaa22c047a3721 100644 (file)
@@ -5,9 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
                     file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607 \
                     file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe"
 
-FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstreamer/${PN}:"
-FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstreamer/files:"
-
 GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-good.git;protocol=https"
 SRCBRANCH = "MM_04.05.01_1909_L4.19.35"
 
index 158dd986c840b2a2e629c938db8179e34de9b2c8..9169d6177a2c92458edd5e0dae31cd7823115aee 100644 (file)
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
 LICENSE = "GPLv2+ & LGPLv2.1+ & LGPLv2+"
 LICENSE_FLAGS = "commercial"
 
-FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstreamer/files:"
 SRC_URI = " \
             http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \
             file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \
index e9f8d20c3cfa5251776f88bf3e8bdf17ac48136f..b19344b1410deccbb8ac2f2a866c22afbf66575a 100644 (file)
@@ -8,9 +8,6 @@ DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base"
 
 PNREAL = "gst-rtsp-server"
 
-FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstreamer/${PN}:"
-FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstreamer/files:"
-
 SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz \
            file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \
            file://gtk-doc-tweaks.patch \