summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/ndisc6/ndisc6_1.0.8.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-10-09 22:08:07 -0700
committerKhem Raj <raj.khem@gmail.com>2024-10-10 12:53:51 -0700
commit70c663b7ae90283d25ca3704852ca96aa808e31a (patch)
treeff73e45ef041fa31d94e64430d9e577b2654a081 /meta-networking/recipes-support/ndisc6/ndisc6_1.0.8.bb
parent2ea5fef6f3eac08a73d97e0770894d8e48b6708e (diff)
downloadmeta-openembedded-70c663b7ae90283d25ca3704852ca96aa808e31a.tar.gz
ndisc6: Fix reproducible build
includes the CFLAGS used to build the package in the binary via PACKAGE_CONFIGURE_INVOCATION which then includes the absolute build path via (eg.) the -ffile-prefix-map flag. Here we remove using variables like PACKAGE_CONFIGURE_INVOCATION in code Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/ndisc6/ndisc6_1.0.8.bb')
-rw-r--r--meta-networking/recipes-support/ndisc6/ndisc6_1.0.8.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ndisc6/ndisc6_1.0.8.bb b/meta-networking/recipes-support/ndisc6/ndisc6_1.0.8.bb
index fb00b83516..21579d64c1 100644
--- a/meta-networking/recipes-support/ndisc6/ndisc6_1.0.8.bb
+++ b/meta-networking/recipes-support/ndisc6/ndisc6_1.0.8.bb
@@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
8SRCREV = "92e5d1cf6547fe40316b2a6ca2f7b8195ae0cbe5" 8SRCREV = "92e5d1cf6547fe40316b2a6ca2f7b8195ae0cbe5"
9SRC_URI = "git://git.remlab.net/git/ndisc6.git;protocol=http;branch=master \ 9SRC_URI = "git://git.remlab.net/git/ndisc6.git;protocol=http;branch=master \
10 file://0001-autogen-Do-not-symlink-gettext.h-from-build-host.patch \ 10 file://0001-autogen-Do-not-symlink-gettext.h-from-build-host.patch \
11 file://0001-Remove-use-of-variables-indicating-buildtime-informa.patch \
11 " 12 "
12 13
13S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"