diff options
Diffstat (limited to 'meta-networking/recipes-support/nbdkit')
-rw-r--r-- | meta-networking/recipes-support/nbdkit/nbdkit/0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch | 8 | ||||
-rw-r--r-- | meta-networking/recipes-support/nbdkit/nbdkit_1.45.1.bb (renamed from meta-networking/recipes-support/nbdkit/nbdkit_1.43.11.bb) | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/nbdkit/nbdkit/0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch b/meta-networking/recipes-support/nbdkit/nbdkit/0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch index 524ea0602d..99ab7cad61 100644 --- a/meta-networking/recipes-support/nbdkit/nbdkit/0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch +++ b/meta-networking/recipes-support/nbdkit/nbdkit/0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 1ccbd8fdbd2e367a702e48c8703b2f010d067b23 Mon Sep 17 00:00:00 2001 | 1 | From b3854245f061d9ba2159bdb37197e1c711cbd9cd Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Mon, 22 May 2023 18:16:24 -0700 | 3 | Date: Mon, 22 May 2023 18:16:24 -0700 |
4 | Subject: [PATCH] plugins: Avoid absolute buildpaths in binaries | 4 | Subject: [PATCH] plugins: Avoid absolute buildpaths in binaries |
@@ -11,9 +11,11 @@ Upstream-Status: Submitted [https://gitlab.com/nbdkit/nbdkit/-/merge_requests/30 | |||
11 | 11 | ||
12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
13 | --- | 13 | --- |
14 | plugins/cc/Makefile.am | 7 +++++-- | 14 | plugins/cc/Makefile.am | 8 ++++++-- |
15 | 1 file changed, 5 insertions(+), 2 deletions(-) | 15 | 1 file changed, 6 insertions(+), 2 deletions(-) |
16 | 16 | ||
17 | diff --git a/plugins/cc/Makefile.am b/plugins/cc/Makefile.am | ||
18 | index 478178bd..742ea535 100644 | ||
17 | --- a/plugins/cc/Makefile.am | 19 | --- a/plugins/cc/Makefile.am |
18 | +++ b/plugins/cc/Makefile.am | 20 | +++ b/plugins/cc/Makefile.am |
19 | @@ -44,9 +44,13 @@ nbdkit_cc_plugin_la_SOURCES = \ | 21 | @@ -44,9 +44,13 @@ nbdkit_cc_plugin_la_SOURCES = \ |
diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.43.11.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.45.1.bb index 9e7bdc9966..63194ad393 100644 --- a/meta-networking/recipes-support/nbdkit/nbdkit_1.43.11.bb +++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.45.1.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=26250adec854bc317493f6fb98efe049" | |||
12 | SRC_URI = "git://gitlab.com/nbdkit/nbdkit.git;protocol=https;branch=master;tag=v${PV} \ | 12 | SRC_URI = "git://gitlab.com/nbdkit/nbdkit.git;protocol=https;branch=master;tag=v${PV} \ |
13 | file://0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch \ | 13 | file://0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch \ |
14 | " | 14 | " |
15 | SRCREV = "2d0f232b590f4001881dd0819f55af72b88c4b2f" | 15 | SRCREV = "243c6911984abc82bb711d2e5ecb1a13c7ff93c4" |
16 | 16 | ||
17 | 17 | ||
18 | DEPENDS = "curl xz e2fsprogs zlib" | 18 | DEPENDS = "curl xz e2fsprogs zlib" |