diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-10-12 10:50:34 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-13 09:19:37 -0700 |
| commit | e7e10c61fba4840a4ac9592aaca7206c9231f917 (patch) | |
| tree | 8cb0900c2cbfc31db37d0ce99d1dcff56c546f0a | |
| parent | 4bafbf2e82358c2a0503a0d09256bc4c52a90ceb (diff) | |
| download | meta-openembedded-e7e10c61fba4840a4ac9592aaca7206c9231f917.tar.gz | |
gstd: Remove redundant rpaths
Remove the logic to add rpaths in meson build file
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd/0001-gstd-Remove-redundant-rpaths.patch | 26 | ||||
| -rw-r--r-- | meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb | 3 |
2 files changed, 28 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd/0001-gstd-Remove-redundant-rpaths.patch b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd/0001-gstd-Remove-redundant-rpaths.patch new file mode 100644 index 0000000000..b1e1e897bf --- /dev/null +++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd/0001-gstd-Remove-redundant-rpaths.patch | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | From c183aae97728e25e0822b14f5093f60cb4331207 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Sat, 12 Oct 2024 10:48:01 -0700 | ||
| 4 | Subject: [PATCH] gstd: Remove redundant rpaths | ||
| 5 | |||
| 6 | This emits /usr/lib into binaries which are redundant | ||
| 7 | |||
| 8 | Upstream-Status: Pending | ||
| 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 10 | --- | ||
| 11 | gstd/meson.build | 2 +- | ||
| 12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 13 | |||
| 14 | diff --git a/gstd/meson.build b/gstd/meson.build | ||
| 15 | index b6aa588..8cdf810 100644 | ||
| 16 | --- a/gstd/meson.build | ||
| 17 | +++ b/gstd/meson.build | ||
| 18 | @@ -18,7 +18,7 @@ executable(exe_name, | ||
| 19 | include_directories : [configinc, libgstd_inc_dir], | ||
| 20 | dependencies : [gstd_deps, lib_gstd_dep], | ||
| 21 | c_args: gst_c_args, | ||
| 22 | - install_rpath: get_option('prefix') + '/' + get_option('libdir'), | ||
| 23 | + #install_rpath: get_option('prefix') + '/' + get_option('libdir'), | ||
| 24 | ) | ||
| 25 | lib_gstd_dir = meson.current_build_dir() | ||
| 26 | |||
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb index 43b82526dd..3b0d3ded13 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb | |||
| @@ -9,7 +9,8 @@ DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstre | |||
| 9 | 9 | ||
| 10 | SRCBRANCH ?= "master" | 10 | SRCBRANCH ?= "master" |
| 11 | SRCREV = "dac03d5e4102080a8f3ef274a6a6583455962095" | 11 | SRCREV = "dac03d5e4102080a8f3ef274a6a6583455962095" |
| 12 | SRC_URI = "git://git@github.com/RidgeRun/gstd-1.x.git;protocol=https;branch=${SRCBRANCH}" | 12 | SRC_URI = "git://git@github.com/RidgeRun/gstd-1.x.git;protocol=https;branch=${SRCBRANCH} \ |
| 13 | file://0001-gstd-Remove-redundant-rpaths.patch" | ||
| 13 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 14 | 15 | ||
| 15 | # Remove the +really when upstream version is > 1.0 | 16 | # Remove the +really when upstream version is > 1.0 |
