mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

mdio-netlink source make reference to ${S}/.. which breaks -fdebug-prefix-map and results in the full TMPDIR path being present in the -dbg package and, also, change a related CRC in the main package. This changes ${S} to enclose the whole SRC_URI repo and adapt relative paths to build (MODULES_MODULE_SYMVERS_LOCATION) This make mdio-netlink reproducible and fixes this warning: WARNING: mdio-netlink-1.3.1-r0 do_package_qa: QA Issue: File /lib/modules/6.6.29-yocto-standard/updates/.debug/mdio-netlink.ko in package mdio-netlink-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
58 lines
1.1 KiB
C++
Executable File
58 lines
1.1 KiB
C++
Executable File
# List of known non-reproducible package of the meta-networking layer
|
|
# Please keep this list sorted
|
|
KNOWN_NON_REPRO_META_NETWORKING = " \
|
|
blueman \
|
|
blueman-dbg \
|
|
blueman-src \
|
|
civetweb-dev \
|
|
dhcp-relay-staticdev \
|
|
ettercap-src \
|
|
fetchmail \
|
|
fetchmail-dbg \
|
|
freediameter \
|
|
freediameter-src \
|
|
freeradius \
|
|
htpdate-doc \
|
|
keepalived \
|
|
keepalived-dbg \
|
|
libbearssl-staticdev \
|
|
libfko3 \
|
|
libfko-client \
|
|
libfko-daemon \
|
|
libfko-dbg \
|
|
libmosquitto1 \
|
|
libowfat-staticdev \
|
|
libruli-staticdev \
|
|
libsamba-util0 \
|
|
mosquitto \
|
|
mosquitto-dbg \
|
|
ncftp \
|
|
ncftp-dbg \
|
|
ncftp-src \
|
|
ndisc6-dbg \
|
|
ndisc6-misc \
|
|
ndisc6-ndisc6 \
|
|
ndisc6-rdisc6 \
|
|
ndisc6-rdnssd \
|
|
ndisc6-rltraceroute6 \
|
|
netsniff-ng-doc \
|
|
ntpsec-src \
|
|
openl2tp \
|
|
openl2tp-dbg \
|
|
ot-br-posix \
|
|
ot-br-posix-dbg \
|
|
postfix-cfg \
|
|
proftpd \
|
|
proftpd-dbg \
|
|
proftpd-dev \
|
|
rdist \
|
|
rdist-dbg \
|
|
samba-dbg \
|
|
tayga \
|
|
tayga-dbg \
|
|
wolfssl \
|
|
wolfssl-dbg \
|
|
znc \
|
|
znc-doc \
|
|
"
|