diff options
Diffstat (limited to 'meta-networking/recipes-connectivity')
35 files changed, 19 insertions, 40 deletions
diff --git a/meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb b/meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb index c5dcccbac5..2f15abbcfd 100644 --- a/meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb +++ b/meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb | |||
@@ -8,7 +8,6 @@ SRCREV = "8e88e3590a19006362ea8b8dfdc18bb88b3cb3b5" | |||
8 | 8 | ||
9 | SRC_URI = "git://gitlab.freedesktop.org/realmd/adcli;protocol=https;branch=master" | 9 | SRC_URI = "git://gitlab.freedesktop.org/realmd/adcli;protocol=https;branch=master" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | ||
12 | 11 | ||
13 | LICENSE = "LGPL-2.0-or-later" | 12 | LICENSE = "LGPL-2.0-or-later" |
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" |
diff --git a/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb b/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb index 4613ac61f1..cddb5e89bd 100644 --- a/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb +++ b/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb | |||
@@ -11,19 +11,19 @@ SRC_URI[sha256sum] = "5fc3cee3361ca1615af862364c480593171d0c54ec156de79fc421e31a | |||
11 | 11 | ||
12 | RDEPENDS:${PN} = "ssh" | 12 | RDEPENDS:${PN} = "ssh" |
13 | 13 | ||
14 | CFLAGS:prepend = "-I${WORKDIR}/build " | 14 | CFLAGS:prepend = "-I${B} " |
15 | 15 | ||
16 | inherit autotools | 16 | inherit autotools |
17 | 17 | ||
18 | EXTRA_OECONF = "--with-ssh=/usr/bin/ssh" | 18 | EXTRA_OECONF = "--with-ssh=/usr/bin/ssh" |
19 | 19 | ||
20 | do_compile:append() { | 20 | do_compile:append() { |
21 | cp ${WORKDIR}/autossh-${PV}/CHANGES ${WORKDIR}/build | 21 | cp ${S}/CHANGES ${B}/ |
22 | cp ${WORKDIR}/autossh-${PV}/README ${WORKDIR}/build | 22 | cp ${S}/README ${B}/ |
23 | cp ${WORKDIR}/autossh-${PV}/autossh.host ${WORKDIR}/build | 23 | cp ${S}/autossh.host ${B}/ |
24 | cp ${WORKDIR}/autossh-${PV}/rscreen ${WORKDIR}/build | 24 | cp ${S}/rscreen ${B}/ |
25 | cp ${WORKDIR}/autossh-${PV}/autossh.1 ${WORKDIR}/build | 25 | cp ${S}/autossh.1 ${B}/ |
26 | cp ${WORKDIR}/autossh-${PV}/autossh.spec ${WORKDIR}/build | 26 | cp ${S}/autossh.spec ${B}/ |
27 | } | 27 | } |
28 | 28 | ||
29 | do_install:append() { | 29 | do_install:append() { |
diff --git a/meta-networking/recipes-connectivity/bearssl/bearssl_0.6.bb b/meta-networking/recipes-connectivity/bearssl/bearssl_0.6.bb index 39569e9d06..17ef3c99cb 100644 --- a/meta-networking/recipes-connectivity/bearssl/bearssl_0.6.bb +++ b/meta-networking/recipes-connectivity/bearssl/bearssl_0.6.bb | |||
@@ -40,7 +40,6 @@ EXTRA_OEMAKE += 'CC="${CC}" CFLAGS="${CFLAGS}" LDDLL="${CCLD} ${LDFLAGS}" LD="${ | |||
40 | ${@ "STATICLIB=no" if d.getVar('DISABLE_STATIC') != "" else "" } \ | 40 | ${@ "STATICLIB=no" if d.getVar('DISABLE_STATIC') != "" else "" } \ |
41 | ' | 41 | ' |
42 | 42 | ||
43 | S = "${WORKDIR}/git" | ||
44 | 43 | ||
45 | do_install() { | 44 | do_install() { |
46 | install -d ${D}/${bindir} ${D}/${libdir} ${D}/${includedir} | 45 | install -d ${D}/${bindir} ${D}/${libdir} ${D}/${includedir} |
diff --git a/meta-networking/recipes-connectivity/blueman/blueman_2.4.4.bb b/meta-networking/recipes-connectivity/blueman/blueman_2.4.4.bb index 629e1bc8cd..4a2e3a3ba0 100644 --- a/meta-networking/recipes-connectivity/blueman/blueman_2.4.4.bb +++ b/meta-networking/recipes-connectivity/blueman/blueman_2.4.4.bb | |||
@@ -9,7 +9,6 @@ inherit meson gettext systemd gsettings pkgconfig python3native gtk-icon-cache f | |||
9 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 9 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/blueman-project/blueman.git;protocol=https;branch=2-4-stable" | 11 | SRC_URI = "git://github.com/blueman-project/blueman.git;protocol=https;branch=2-4-stable" |
12 | S = "${WORKDIR}/git" | ||
13 | SRCREV = "bdacba8afe53066bc3a338997e26fee416af2261" | 12 | SRCREV = "bdacba8afe53066bc3a338997e26fee416af2261" |
14 | 13 | ||
15 | EXTRA_OEMESON = "-Druntime_deps_check=false \ | 14 | EXTRA_OEMESON = "-Druntime_deps_check=false \ |
diff --git a/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb b/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb index 5b784d9a04..e1f01de8a0 100644 --- a/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb +++ b/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb | |||
@@ -11,7 +11,6 @@ SRC_URI = "git://github.com/IanHarvey/bluepy.git;protocol=https;branch=master \ | |||
11 | file://0001-bluepy-Fix-username-issue-with-tarballs.patch \ | 11 | file://0001-bluepy-Fix-username-issue-with-tarballs.patch \ |
12 | " | 12 | " |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | ||
15 | 14 | ||
16 | inherit setuptools3 pkgconfig | 15 | inherit setuptools3 pkgconfig |
17 | 16 | ||
diff --git a/meta-networking/recipes-connectivity/bluez-tools/bluez-tools_git.bb b/meta-networking/recipes-connectivity/bluez-tools/bluez-tools_git.bb index 22005632c2..ab9cebaf38 100644 --- a/meta-networking/recipes-connectivity/bluez-tools/bluez-tools_git.bb +++ b/meta-networking/recipes-connectivity/bluez-tools/bluez-tools_git.bb | |||
@@ -17,7 +17,6 @@ SRC_URI = "\ | |||
17 | " | 17 | " |
18 | SRCREV = "f65321736475429316f07ee94ec0deac8e46ec4a" | 18 | SRCREV = "f65321736475429316f07ee94ec0deac8e46ec4a" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | ||
21 | 20 | ||
22 | inherit autotools pkgconfig | 21 | inherit autotools pkgconfig |
23 | 22 | ||
diff --git a/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.1.0.bb b/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.1.0.bb index dfa7437ba8..835f33055a 100644 --- a/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.1.0.bb +++ b/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.1.0.bb | |||
@@ -11,7 +11,6 @@ LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
11 | 11 | ||
12 | inherit cmake | 12 | inherit cmake |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | ||
15 | 14 | ||
16 | PACKAGECONFIG ??= "lksctp-tools" | 15 | PACKAGECONFIG ??= "lksctp-tools" |
17 | PACKAGECONFIG[lksctp-tools] = "-DSCTP_SUPPORT=true, -DSCTP_SUPPORT=false, lksctp-tools" | 16 | PACKAGECONFIG[lksctp-tools] = "-DSCTP_SUPPORT=true, -DSCTP_SUPPORT=false, lksctp-tools" |
diff --git a/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb b/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb index a7e81213c3..06d78b9328 100644 --- a/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb +++ b/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb | |||
@@ -10,7 +10,6 @@ SRC_URI = "git://github.com/civetweb/civetweb.git;branch=master;protocol=https \ | |||
10 | file://0001-Unittest-Link-librt-and-libm-using-l-option.patch \ | 10 | file://0001-Unittest-Link-librt-and-libm-using-l-option.patch \ |
11 | " | 11 | " |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | 13 | ||
15 | # civetweb supports building with make or cmake (although cmake lacks few features) | 14 | # civetweb supports building with make or cmake (although cmake lacks few features) |
16 | inherit cmake | 15 | inherit cmake |
diff --git a/meta-networking/recipes-connectivity/daq/libdaq_3.0.19.bb b/meta-networking/recipes-connectivity/daq/libdaq_3.0.19.bb index a8436ea84d..23a439a989 100644 --- a/meta-networking/recipes-connectivity/daq/libdaq_3.0.19.bb +++ b/meta-networking/recipes-connectivity/daq/libdaq_3.0.19.bb | |||
@@ -14,6 +14,5 @@ SRC_URI = "git://github.com/snort3/libdaq.git;protocol=https;branch=master \ | |||
14 | 14 | ||
15 | SRCREV = "434f205cbd45de0961cc42e541b5bf54569e912a" | 15 | SRCREV = "434f205cbd45de0961cc42e541b5bf54569e912a" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | ||
18 | 17 | ||
19 | FILES:${PN} += "${libdir}/daq/*.so" | 18 | FILES:${PN} += "${libdir}/daq/*.so" |
diff --git a/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3p1.bb b/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3p1.bb index e458321e6e..8a33feec21 100644 --- a/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3p1.bb +++ b/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3p1.bb | |||
@@ -24,7 +24,7 @@ SRC_URI[sha256sum] = "0ac416bb55997ca8632174fd10737fd61cdb8dba2752160a335775bc21 | |||
24 | UPSTREAM_CHECK_URI = "http://ftp.isc.org/isc/dhcp/" | 24 | UPSTREAM_CHECK_URI = "http://ftp.isc.org/isc/dhcp/" |
25 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+\.\d+\.(\d+?))/" | 25 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+\.\d+\.(\d+?))/" |
26 | 26 | ||
27 | S = "${WORKDIR}/dhcp-4.4.3-P1" | 27 | S = "${UNPACKDIR}/dhcp-4.4.3-P1" |
28 | 28 | ||
29 | inherit autotools-brokensep systemd pkgconfig | 29 | inherit autotools-brokensep systemd pkgconfig |
30 | 30 | ||
diff --git a/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb b/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb index cc36fbd4f0..1dff38f0d5 100644 --- a/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb +++ b/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb | |||
@@ -15,7 +15,6 @@ SRC_URI = "git://github.com/tomaszmrugalski/dibbler;branch=master;protocol=https | |||
15 | " | 15 | " |
16 | PV = "1.0.1+1.0.2RC1+git${SRCREV}" | 16 | PV = "1.0.1+1.0.2RC1+git${SRCREV}" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | ||
19 | 18 | ||
20 | PACKAGECONFIG ??= "debug bind-reuse resolvconf dns-update" | 19 | PACKAGECONFIG ??= "debug bind-reuse resolvconf dns-update" |
21 | 20 | ||
diff --git a/meta-networking/recipes-connectivity/freeradius/freeradius_3.2.7.bb b/meta-networking/recipes-connectivity/freeradius/freeradius_3.2.7.bb index 5abdd97594..fea4d858ed 100644 --- a/meta-networking/recipes-connectivity/freeradius/freeradius_3.2.7.bb +++ b/meta-networking/recipes-connectivity/freeradius/freeradius_3.2.7.bb | |||
@@ -48,7 +48,6 @@ CVE_STATUS[CVE-2011-4966] = "fixed-version: The CPE in the NVD database doesn't | |||
48 | 48 | ||
49 | PARALLEL_MAKE = "" | 49 | PARALLEL_MAKE = "" |
50 | 50 | ||
51 | S = "${WORKDIR}/git" | ||
52 | 51 | ||
53 | LDFLAGS:append:powerpc = " -latomic" | 52 | LDFLAGS:append:powerpc = " -latomic" |
54 | LDFLAGS:append:mipsarch = " -latomic" | 53 | LDFLAGS:append:mipsarch = " -latomic" |
diff --git a/meta-networking/recipes-connectivity/libdnet/libdnet_1.18.0.bb b/meta-networking/recipes-connectivity/libdnet/libdnet_1.18.0.bb index 75aaf521c4..f79121b142 100644 --- a/meta-networking/recipes-connectivity/libdnet/libdnet_1.18.0.bb +++ b/meta-networking/recipes-connectivity/libdnet/libdnet_1.18.0.bb | |||
@@ -10,7 +10,6 @@ SRCREV = "3dfbe889b1f65077efe579da34fc1d6819fcb7f3" | |||
10 | 10 | ||
11 | UPSTREAM_CHECK_GITTAGREGEX = "libdnet-(?P<pver>\d+(\.\d+)+)" | 11 | UPSTREAM_CHECK_GITTAGREGEX = "libdnet-(?P<pver>\d+(\.\d+)+)" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | 13 | ||
15 | inherit autotools multilib_script pkgconfig | 14 | inherit autotools multilib_script pkgconfig |
16 | 15 | ||
diff --git a/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.3.bb b/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.3.bb index 0e1f50164a..cfded66e41 100644 --- a/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.3.bb +++ b/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.3.bb | |||
@@ -20,7 +20,6 @@ SRC_URI = "git://github.com/mz-automation/${BPN}.git;branch=v1.5;protocol=https | |||
20 | file://0001-pyiec61850-Use-CMAKE_INSTALL_LIBDIR-from-GNUInstallD.patch \ | 20 | file://0001-pyiec61850-Use-CMAKE_INSTALL_LIBDIR-from-GNUInstallD.patch \ |
21 | " | 21 | " |
22 | 22 | ||
23 | S = "${WORKDIR}/git" | ||
24 | 23 | ||
25 | inherit cmake pkgconfig python3-dir python3native siteinfo | 24 | inherit cmake pkgconfig python3-dir python3native siteinfo |
26 | 25 | ||
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.10.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.10.bb index b6938b2991..950c1ff52d 100644 --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.10.bb +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.10.bb | |||
@@ -22,7 +22,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=379d5819937a6c2f1ef1630d341e026d" | |||
22 | 22 | ||
23 | SECTION = "libs" | 23 | SECTION = "libs" |
24 | 24 | ||
25 | S = "${WORKDIR}/git" | ||
26 | SRCREV = "2fc8413bfcb51354c8e679141b17b3f1a5942561" | 25 | SRCREV = "2fc8413bfcb51354c8e679141b17b3f1a5942561" |
27 | SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-2.28 \ | 26 | SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-2.28 \ |
28 | file://run-ptest \ | 27 | file://run-ptest \ |
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.3.1.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.3.1.bb index 1e99f92306..0b64d661c4 100644 --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.3.1.bb +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.3.1.bb | |||
@@ -22,7 +22,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=379d5819937a6c2f1ef1630d341e026d" | |||
22 | 22 | ||
23 | SECTION = "libs" | 23 | SECTION = "libs" |
24 | 24 | ||
25 | S = "${WORKDIR}/git" | ||
26 | SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=main;tag=v${PV} \ | 25 | SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=main;tag=v${PV} \ |
27 | file://run-ptest \ | 26 | file://run-ptest \ |
28 | " | 27 | " |
diff --git a/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.2.1.bb b/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.2.1.bb index c250ea8779..8dce6c5c4a 100644 --- a/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.2.1.bb +++ b/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.2.1.bb | |||
@@ -12,7 +12,6 @@ SECTION = "libs/networking" | |||
12 | SRC_URI = "git://github.com/nanomsg/nanomsg.git;protocol=https;branch=master" | 12 | SRC_URI = "git://github.com/nanomsg/nanomsg.git;protocol=https;branch=master" |
13 | SRCREV = "fc3f684a80151a3319446fc96083a9ff384ee4fe" | 13 | SRCREV = "fc3f684a80151a3319446fc96083a9ff384ee4fe" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | ||
16 | 15 | ||
17 | inherit cmake pkgconfig | 16 | inherit cmake pkgconfig |
18 | 17 | ||
diff --git a/meta-networking/recipes-connectivity/nanomsg/nng_1.7.3.bb b/meta-networking/recipes-connectivity/nanomsg/nng_1.7.3.bb index 9ae3b89371..8d681f495e 100644 --- a/meta-networking/recipes-connectivity/nanomsg/nng_1.7.3.bb +++ b/meta-networking/recipes-connectivity/nanomsg/nng_1.7.3.bb | |||
@@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a41e579bb4326c21c774f8e51e41d8a3" | |||
8 | SRC_URI = "git://github.com/nanomsg/nng.git;branch=main;protocol=https" | 8 | SRC_URI = "git://github.com/nanomsg/nng.git;branch=main;protocol=https" |
9 | SRCREV = "85fbe7f9e4642b554d0d97f2e3ff2aa12978691a" | 9 | SRCREV = "85fbe7f9e4642b554d0d97f2e3ff2aa12978691a" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | ||
12 | 11 | ||
13 | inherit cmake pkgconfig | 12 | inherit cmake pkgconfig |
14 | 13 | ||
diff --git a/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb b/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb index b52154025b..aac26966f1 100644 --- a/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb +++ b/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb | |||
@@ -9,6 +9,5 @@ PV = "1.3.0" | |||
9 | 9 | ||
10 | SRC_URI = "git://github.com/cwzx/nngpp;branch=master;protocol=https" | 10 | SRC_URI = "git://github.com/cwzx/nngpp;branch=master;protocol=https" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | ||
13 | 12 | ||
14 | inherit cmake | 13 | inherit cmake |
diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn_1.4.0.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn_1.4.0.bb index 48f50abaf1..026aea7777 100644 --- a/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn_1.4.0.bb +++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn_1.4.0.bb | |||
@@ -16,7 +16,7 @@ SRC_URI = " \ | |||
16 | " | 16 | " |
17 | SRC_URI[sha256sum] = "b055e26349b516b23585798ab3ef57b436b014800e92a8ac732cfc8e76c5dafa" | 17 | SRC_URI[sha256sum] = "b055e26349b516b23585798ab3ef57b436b014800e92a8ac732cfc8e76c5dafa" |
18 | 18 | ||
19 | S = "${WORKDIR}/NetworkManager-fortisslvpn-${PV}" | 19 | S = "${UNPACKDIR}/NetworkManager-fortisslvpn-${PV}" |
20 | 20 | ||
21 | # meta-gnome in layers is required using gnome: | 21 | # meta-gnome in layers is required using gnome: |
22 | PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome,gtk+3 libnma libsecret," | 22 | PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome,gtk+3 libnma libsecret," |
diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openconnect_1.2.8.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openconnect_1.2.8.bb index ee19afbd11..6369d8d0ef 100644 --- a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openconnect_1.2.8.bb +++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openconnect_1.2.8.bb | |||
@@ -13,7 +13,7 @@ SRC_URI = "${GNOME_MIRROR}/NetworkManager-openconnect/${@gnome_verdir("${PV}")}/ | |||
13 | 13 | ||
14 | SRC_URI[sha256sum] = "5dedaa785d82d8e239ddd082bfac5250c691e964464be1807b6827263633cdcc" | 14 | SRC_URI[sha256sum] = "5dedaa785d82d8e239ddd082bfac5250c691e964464be1807b6827263633cdcc" |
15 | 15 | ||
16 | S = "${WORKDIR}/NetworkManager-openconnect-${PV}" | 16 | S = "${UNPACKDIR}/NetworkManager-openconnect-${PV}" |
17 | 17 | ||
18 | # meta-gnome in layers is required using gnome: | 18 | # meta-gnome in layers is required using gnome: |
19 | PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome,gtk+3 gcr3 libnma libsecret," | 19 | PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome,gtk+3 gcr3 libnma libsecret," |
diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.12.0.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.12.0.bb index 2d2055ba65..9859d01463 100644 --- a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.12.0.bb +++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.12.0.bb | |||
@@ -15,7 +15,7 @@ SRC_URI:append:libc-musl = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', | |||
15 | 15 | ||
16 | SRC_URI[sha256sum] = "903fd4c0aebd2aa7ac70c9d8c2bed8df922655d22d764514403566ae89b7e886" | 16 | SRC_URI[sha256sum] = "903fd4c0aebd2aa7ac70c9d8c2bed8df922655d22d764514403566ae89b7e886" |
17 | 17 | ||
18 | S = "${WORKDIR}/NetworkManager-openvpn-${PV}" | 18 | S = "${UNPACKDIR}/NetworkManager-openvpn-${PV}" |
19 | 19 | ||
20 | # meta-gnome in layers is required using gnome: | 20 | # meta-gnome in layers is required using gnome: |
21 | PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome,gtk+3 libnma libsecret" | 21 | PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome,gtk+3 libnma libsecret" |
diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.52.0.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.52.0.bb index dd894c0900..b8c6a936ad 100644 --- a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.52.0.bb +++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.52.0.bb | |||
@@ -47,7 +47,6 @@ SRC_URI:append:libc-musl = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', | |||
47 | 47 | ||
48 | SRCREV = "995a28fa1ccc54ad22e794294c3c6783cc3f30ed" | 48 | SRCREV = "995a28fa1ccc54ad22e794294c3c6783cc3f30ed" |
49 | 49 | ||
50 | S = "${WORKDIR}/git" | ||
51 | 50 | ||
52 | # ['auto', 'symlink', 'file', 'netconfig', 'resolvconf'] | 51 | # ['auto', 'symlink', 'file', 'netconfig', 'resolvconf'] |
53 | NETWORKMANAGER_DNS_RC_MANAGER_DEFAULT ??= "auto" | 52 | NETWORKMANAGER_DNS_RC_MANAGER_DEFAULT ??= "auto" |
diff --git a/meta-networking/recipes-connectivity/openconnect/openconnect_9.12.bb b/meta-networking/recipes-connectivity/openconnect/openconnect_9.12.bb index 7d0e5f2052..e1027747b6 100644 --- a/meta-networking/recipes-connectivity/openconnect/openconnect_9.12.bb +++ b/meta-networking/recipes-connectivity/openconnect/openconnect_9.12.bb | |||
@@ -21,7 +21,6 @@ PACKAGECONFIG[libproxy] = "--with-libproxy,--without-libproxy,libproxy," | |||
21 | # not config defaults | 21 | # not config defaults |
22 | PACKAGECONFIG[pcsc-lite] = "--with-libpcsclite,--without-libpcsclite,pcsc-lite," | 22 | PACKAGECONFIG[pcsc-lite] = "--with-libpcsclite,--without-libpcsclite,pcsc-lite," |
23 | 23 | ||
24 | S = "${WORKDIR}/git" | ||
25 | 24 | ||
26 | inherit autotools pkgconfig bash-completion | 25 | inherit autotools pkgconfig bash-completion |
27 | 26 | ||
diff --git a/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.23.1.bb b/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.23.1.bb index 4e964b3448..9823d772a3 100644 --- a/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.23.1.bb +++ b/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.23.1.bb | |||
@@ -12,7 +12,6 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | |||
12 | PACKAGECONFIG[resolvconf] = "--with-resolvconf=${base_sbindir}/resolvconf --enable-resolvconf,--with-resolvconf=DISABLED,," | 12 | PACKAGECONFIG[resolvconf] = "--with-resolvconf=${base_sbindir}/resolvconf --enable-resolvconf,--with-resolvconf=DISABLED,," |
13 | PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_system_unitdir},--without-systemdsystemunitdir,," | 13 | PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_system_unitdir},--without-systemdsystemunitdir,," |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | ||
16 | 15 | ||
17 | inherit autotools pkgconfig systemd | 16 | inherit autotools pkgconfig systemd |
18 | 17 | ||
diff --git a/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb b/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb index 3bca9df5ab..576c316ec3 100644 --- a/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb +++ b/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb | |||
@@ -21,7 +21,6 @@ SRC_URI = "gitsm://github.com/openthread/ot-br-posix.git;protocol=https;branch=m | |||
21 | file://0001-Musl-build-fix.patch;patchdir=third_party/openthread/repo \ | 21 | file://0001-Musl-build-fix.patch;patchdir=third_party/openthread/repo \ |
22 | " | 22 | " |
23 | 23 | ||
24 | S = "${WORKDIR}/git" | ||
25 | SYSTEMD_SERVICE:${PN} = "otbr-agent.service" | 24 | SYSTEMD_SERVICE:${PN} = "otbr-agent.service" |
26 | 25 | ||
27 | inherit pkgconfig cmake systemd | 26 | inherit pkgconfig cmake systemd |
diff --git a/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb b/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb index 4456835410..009a6ef88c 100644 --- a/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb +++ b/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb | |||
@@ -14,7 +14,6 @@ PV = "0.1+git" | |||
14 | SRC_URI = "git://github.com/openthread/openthread.git;protocol=https;branch=main \ | 14 | SRC_URI = "git://github.com/openthread/openthread.git;protocol=https;branch=main \ |
15 | " | 15 | " |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | ||
18 | 17 | ||
19 | inherit cmake | 18 | inherit cmake |
20 | 19 | ||
diff --git a/meta-networking/recipes-connectivity/openthread/wpantund_git.bb b/meta-networking/recipes-connectivity/openthread/wpantund_git.bb index 6a84897426..9c64872917 100644 --- a/meta-networking/recipes-connectivity/openthread/wpantund_git.bb +++ b/meta-networking/recipes-connectivity/openthread/wpantund_git.bb | |||
@@ -19,7 +19,6 @@ SRC_URI = "gitsm://github.com/openthread/wpantund.git;protocol=https;branch=mast | |||
19 | file://basename.patch \ | 19 | file://basename.patch \ |
20 | " | 20 | " |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | ||
23 | 22 | ||
24 | inherit pkgconfig perlnative autotools | 23 | inherit pkgconfig perlnative autotools |
25 | 24 | ||
diff --git a/meta-networking/recipes-connectivity/relayd/relayd_git.bb b/meta-networking/recipes-connectivity/relayd/relayd_git.bb index 871df69909..17745da806 100644 --- a/meta-networking/recipes-connectivity/relayd/relayd_git.bb +++ b/meta-networking/recipes-connectivity/relayd/relayd_git.bb | |||
@@ -12,7 +12,6 @@ PV = "0.0.1+git" | |||
12 | 12 | ||
13 | UPSTREAM_CHECK_COMMITS = "1" | 13 | UPSTREAM_CHECK_COMMITS = "1" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | ||
16 | 15 | ||
17 | inherit cmake | 16 | inherit cmake |
18 | 17 | ||
diff --git a/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb b/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb index 9239bd81c2..841f7d5cf8 100644 --- a/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb +++ b/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "https://github.com/Stiffstream/restinio/releases/download/v.${PV}/${B | |||
12 | SRC_URI[md5sum] = "37a4310e98912030a74bdd4ed789f33c" | 12 | SRC_URI[md5sum] = "37a4310e98912030a74bdd4ed789f33c" |
13 | SRC_URI[sha256sum] = "b35d696e6fafd4563ca708fcecf9d0cf6705c846d417b5000f5252e0188848e7" | 13 | SRC_URI[sha256sum] = "b35d696e6fafd4563ca708fcecf9d0cf6705c846d417b5000f5252e0188848e7" |
14 | 14 | ||
15 | S = "${WORKDIR}/${BP}/dev" | 15 | S = "${UNPACKDIR}/${BP}/dev" |
16 | 16 | ||
17 | inherit cmake | 17 | inherit cmake |
18 | 18 | ||
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.19.8.bb b/meta-networking/recipes-connectivity/samba/samba_4.19.8.bb index 0ec0051c43..0213d131e5 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.19.8.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.19.8.bb | |||
@@ -354,4 +354,10 @@ RDEPENDS:${PN}-test = "\ | |||
354 | ${PN}-testsuite \ | 354 | ${PN}-testsuite \ |
355 | " | 355 | " |
356 | 356 | ||
357 | pkg_postinst:${PN}-common() { | ||
358 | if [ -z "$D" ] && [ -e ${sysconfdir}/init.d/populate-volatile.sh ]; then | ||
359 | ${sysconfdir}/init.d/populate-volatile.sh update | ||
360 | fi | ||
361 | } | ||
362 | |||
357 | ALLOW_EMPTY:${PN}-test = "1" | 363 | ALLOW_EMPTY:${PN}-test = "1" |
diff --git a/meta-networking/recipes-connectivity/snort/snort3_3.7.1.0.bb b/meta-networking/recipes-connectivity/snort/snort3_3.7.1.0.bb index 54eef87a41..e9169a050f 100644 --- a/meta-networking/recipes-connectivity/snort/snort3_3.7.1.0.bb +++ b/meta-networking/recipes-connectivity/snort/snort3_3.7.1.0.bb | |||
@@ -14,7 +14,6 @@ SRC_URI = "git://github.com/snort3/snort3.git;protocol=https;branch=master \ | |||
14 | 14 | ||
15 | SRCREV = "6a11279883a8584e06ad9ab2df162c639961cd61" | 15 | SRCREV = "6a11279883a8584e06ad9ab2df162c639961cd61" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | ||
18 | 17 | ||
19 | PACKAGES =+ "${PN}-scripts" | 18 | PACKAGES =+ "${PN}-scripts" |
20 | 19 | ||
diff --git a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb index b478692e39..845c3cf53c 100644 --- a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb +++ b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb | |||
@@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "3b8f0a1bf0d3642764e5f646e1f3bbc8b1eeec474a77392d9aeb486884 | |||
15 | UPSTREAM_CHECK_URI = "http://vlan.sourcearchive.com/" | 15 | UPSTREAM_CHECK_URI = "http://vlan.sourcearchive.com/" |
16 | UPSTREAM_CHECK_REGEX = "/(?P<pver>\d+(\.\d+)+)/" | 16 | UPSTREAM_CHECK_REGEX = "/(?P<pver>\d+(\.\d+)+)/" |
17 | 17 | ||
18 | S = "${WORKDIR}/${BPN}" | 18 | S = "${UNPACKDIR}/${BPN}" |
19 | 19 | ||
20 | inherit update-alternatives | 20 | inherit update-alternatives |
21 | 21 | ||
diff --git a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb index 5876b58273..5d9d2634a0 100644 --- a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb +++ b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb | |||
@@ -29,7 +29,6 @@ PACKAGECONFIG[openssl] = ",,openssl" | |||
29 | 29 | ||
30 | PACKAGES =+ "${PN}-script" | 30 | PACKAGES =+ "${PN}-script" |
31 | 31 | ||
32 | S = "${WORKDIR}/git" | ||
33 | 32 | ||
34 | inherit perlnative pkgconfig | 33 | inherit perlnative pkgconfig |
35 | 34 | ||
diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.8.0.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.8.0.bb index b420795cee..af591cfd7a 100644 --- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.8.0.bb +++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.8.0.bb | |||
@@ -20,7 +20,6 @@ SRC_URI = " \ | |||
20 | 20 | ||
21 | SRCREV = "b077c81eb635392e694ccedbab8b644297ec0285" | 21 | SRCREV = "b077c81eb635392e694ccedbab8b644297ec0285" |
22 | 22 | ||
23 | S = "${WORKDIR}/git" | ||
24 | 23 | ||
25 | inherit autotools ptest | 24 | inherit autotools ptest |
26 | 25 | ||