diff options
Diffstat (limited to 'meta-networking')
22 files changed, 115 insertions, 116 deletions
diff --git a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb b/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb index 48039f07a..813c414f1 100644 --- a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb +++ b/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb | |||
@@ -18,7 +18,7 @@ SRC_URI = "http://fossies.org/linux/misc/daq-${PV}.tar.gz \ | |||
18 | # never look to /usr/local lib while cross compiling | 18 | # never look to /usr/local lib while cross compiling |
19 | 19 | ||
20 | EXTRA_OECONF = "--disable-nfq-module --disable-ipq-module --includedir=${includedir} \ | 20 | EXTRA_OECONF = "--disable-nfq-module --disable-ipq-module --includedir=${includedir} \ |
21 | --with-libpcap-includes=${STAGING_INCDIR} --with-dnet-includes=${STAGING_LIBDIR}" | 21 | --with-libpcap-includes=${STAGING_INCDIR} --with-dnet-includes=${STAGING_LIBDIR}" |
22 | 22 | ||
23 | SRC_URI[md5sum] = "2cd6da422a72c129c685fc4bb848c24c" | 23 | SRC_URI[md5sum] = "2cd6da422a72c129c685fc4bb848c24c" |
24 | SRC_URI[sha256sum] = "b40e1d1273e08aaeaa86e69d4f28d535b7e53bdb3898adf539266b63137be7cb" | 24 | SRC_URI[sha256sum] = "b40e1d1273e08aaeaa86e69d4f28d535b7e53bdb3898adf539266b63137be7cb" |
diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.1.1.bb b/meta-networking/recipes-daemons/autofs/autofs_5.1.1.bb index 3b52ed475..4a888c84f 100644 --- a/meta-networking/recipes-daemons/autofs/autofs_5.1.1.bb +++ b/meta-networking/recipes-daemons/autofs/autofs_5.1.1.bb | |||
@@ -57,10 +57,10 @@ do_configure_prepend () { | |||
57 | 57 | ||
58 | do_install_append () { | 58 | do_install_append () { |
59 | if [ -d ${D}/run ]; then | 59 | if [ -d ${D}/run ]; then |
60 | rmdir ${D}/run | 60 | rmdir ${D}/run |
61 | fi | 61 | fi |
62 | if [ -d ${D}${localstatedir}/run ]; then | 62 | if [ -d ${D}${localstatedir}/run ]; then |
63 | rmdir ${D}${localstatedir}/run | 63 | rmdir ${D}${localstatedir}/run |
64 | fi | 64 | fi |
65 | } | 65 | } |
66 | 66 | ||
diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb index 50468184b..23cfc49ad 100644 --- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb +++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | |||
@@ -5,14 +5,14 @@ LICENSE = "BSD" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3f55e0974e3d6db00ca6f57f2d206396" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3f55e0974e3d6db00ca6f57f2d206396" |
6 | 6 | ||
7 | SRC_URI = "ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-${PV}.tar.gz \ | 7 | SRC_URI = "ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-${PV}.tar.gz \ |
8 | file://avoid-to-call-AC_TRY_RUN.patch \ | 8 | file://avoid-to-call-AC_TRY_RUN.patch \ |
9 | file://Fix-hardcoded-libdir.patch \ | 9 | file://Fix-hardcoded-libdir.patch \ |
10 | file://debian_patches_0009_sasldb_al.diff \ | 10 | file://debian_patches_0009_sasldb_al.diff \ |
11 | file://debian_patches_0014_avoid_pic_overwrite.diff \ | 11 | file://debian_patches_0014_avoid_pic_overwrite.diff \ |
12 | file://sasl.h-include-stddef.h-for-size_t-on-NetBSD.patch \ | 12 | file://sasl.h-include-stddef.h-for-size_t-on-NetBSD.patch \ |
13 | file://saslauthd.service \ | 13 | file://saslauthd.service \ |
14 | file://saslauthd.conf \ | 14 | file://saslauthd.conf \ |
15 | " | 15 | " |
16 | 16 | ||
17 | inherit autotools-brokensep pkgconfig useradd systemd | 17 | inherit autotools-brokensep pkgconfig useradd systemd |
18 | 18 | ||
diff --git a/meta-networking/recipes-daemons/radvd/radvd.inc b/meta-networking/recipes-daemons/radvd/radvd.inc index 47e4736b7..bff693ca9 100644 --- a/meta-networking/recipes-daemons/radvd/radvd.inc +++ b/meta-networking/recipes-daemons/radvd/radvd.inc | |||
@@ -62,6 +62,6 @@ USERADD_PARAM_${PN} = "--system --home ${localstatedir}/run/radvd/ -M -g nogroup | |||
62 | 62 | ||
63 | pkg_postinst_${PN} () { | 63 | pkg_postinst_${PN} () { |
64 | if [ -z "$D" -a -x /etc/init.d/populate-volatile.sh ]; then | 64 | if [ -z "$D" -a -x /etc/init.d/populate-volatile.sh ]; then |
65 | /etc/init.d/populate-volatile.sh update | 65 | /etc/init.d/populate-volatile.sh update |
66 | fi | 66 | fi |
67 | } | 67 | } |
diff --git a/meta-networking/recipes-daemons/squid/squid_3.5.20.bb b/meta-networking/recipes-daemons/squid/squid_3.5.20.bb index 3ce195a58..5595bdff7 100644 --- a/meta-networking/recipes-daemons/squid/squid_3.5.20.bb +++ b/meta-networking/recipes-daemons/squid/squid_3.5.20.bb | |||
@@ -67,10 +67,10 @@ do_install_ptest() { | |||
67 | } | 67 | } |
68 | 68 | ||
69 | do_install_append() { | 69 | do_install_append() { |
70 | install -d ${D}${sysconfdir}/default/volatiles | 70 | install -d ${D}${sysconfdir}/default/volatiles |
71 | install -m 0644 ${WORKDIR}/volatiles.03_squid ${D}${sysconfdir}/default/volatiles/volatiles.03_squid | 71 | install -m 0644 ${WORKDIR}/volatiles.03_squid ${D}${sysconfdir}/default/volatiles/volatiles.03_squid |
72 | rmdir "${D}${localstatedir}/run/${BPN}" | 72 | rmdir "${D}${localstatedir}/run/${BPN}" |
73 | rmdir --ignore-fail-on-non-empty "${D}${localstatedir}/run" | 73 | rmdir --ignore-fail-on-non-empty "${D}${localstatedir}/run" |
74 | } | 74 | } |
75 | 75 | ||
76 | FILES_${PN} += "${libdir} ${datadir}/errors ${datadir}/icons" | 76 | FILES_${PN} += "${libdir} ${datadir}/errors ${datadir}/icons" |
diff --git a/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb b/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb index 6c8ba9164..e398799fe 100644 --- a/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb +++ b/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb | |||
@@ -100,10 +100,10 @@ SYSTEMD_SERVICE_${PN} = "vsftpd.service" | |||
100 | 100 | ||
101 | pkg_postinst_${PN}() { | 101 | pkg_postinst_${PN}() { |
102 | if [ -z "$D" ]; then | 102 | if [ -z "$D" ]; then |
103 | if type systemd-tmpfiles >/dev/null; then | 103 | if type systemd-tmpfiles >/dev/null; then |
104 | systemd-tmpfiles --create | 104 | systemd-tmpfiles --create |
105 | elif [ -e ${sysconfdir}/init.d/populate-volatile.sh ]; then | 105 | elif [ -e ${sysconfdir}/init.d/populate-volatile.sh ]; then |
106 | ${sysconfdir}/init.d/populate-volatile.sh update | 106 | ${sysconfdir}/init.d/populate-volatile.sh update |
107 | fi | 107 | fi |
108 | fi | 108 | fi |
109 | } | 109 | } |
diff --git a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb index 4803d7b80..8f08acf30 100644 --- a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb | |||
@@ -25,8 +25,9 @@ SRC_URI[patch15.sha256sum] = "2bc071c438e8b0ed42a0bd2db2d8b681b27a1e9b1798694d98 | |||
25 | 25 | ||
26 | # Other support files | 26 | # Other support files |
27 | PAM_SRC_URI = "file://rexec.pam \ | 27 | PAM_SRC_URI = "file://rexec.pam \ |
28 | file://rlogin.pam \ | 28 | file://rlogin.pam \ |
29 | file://rsh.pam" | 29 | file://rsh.pam \ |
30 | " | ||
30 | SRC_URI += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)}" | 31 | SRC_URI += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)}" |
31 | 32 | ||
32 | inherit pkgconfig | 33 | inherit pkgconfig |
diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes-protocols/quagga/quagga.inc index dc5f01727..ae08a2d32 100644 --- a/meta-networking/recipes-protocols/quagga/quagga.inc +++ b/meta-networking/recipes-protocols/quagga/quagga.inc | |||
@@ -88,7 +88,7 @@ do_install () { | |||
88 | done | 88 | done |
89 | 89 | ||
90 | for f in bgpd vtysh isisd ospfd ripngd zebra ripd ospf6d; do | 90 | for f in bgpd vtysh isisd ospfd ripngd zebra ripd ospf6d; do |
91 | touch ${D}${sysconfdir}/quagga/$f.conf | 91 | touch ${D}${sysconfdir}/quagga/$f.conf |
92 | done | 92 | done |
93 | chown quagga:quaggavty ${D}${sysconfdir}/quagga | 93 | chown quagga:quaggavty ${D}${sysconfdir}/quagga |
94 | chown quagga:quagga ${D}${sysconfdir}/quagga/*.conf | 94 | chown quagga:quagga ${D}${sysconfdir}/quagga/*.conf |
diff --git a/meta-networking/recipes-support/chrony/chrony_2.4.bb b/meta-networking/recipes-support/chrony/chrony_2.4.bb index aa37caa41..6619e0071 100644 --- a/meta-networking/recipes-support/chrony/chrony_2.4.bb +++ b/meta-networking/recipes-support/chrony/chrony_2.4.bb | |||
@@ -31,8 +31,9 @@ LICENSE = "GPLv2" | |||
31 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 31 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
32 | 32 | ||
33 | SRC_URI = "https://download.tuxfamily.org/chrony/chrony-${PV}.tar.gz \ | 33 | SRC_URI = "https://download.tuxfamily.org/chrony/chrony-${PV}.tar.gz \ |
34 | file://chrony.conf \ | 34 | file://chrony.conf \ |
35 | file://chronyd" | 35 | file://chronyd \ |
36 | " | ||
36 | SRC_URI[md5sum] = "d0598aa8a9be8faccef9386f6fc0d5f2" | 37 | SRC_URI[md5sum] = "d0598aa8a9be8faccef9386f6fc0d5f2" |
37 | SRC_URI[sha256sum] = "8d04e7cda2333289c2104b731d39c3c1db94816e43bae35d7ee4e7ae8af6391f" | 38 | SRC_URI[sha256sum] = "8d04e7cda2333289c2104b731d39c3c1db94816e43bae35d7ee4e7ae8af6391f" |
38 | 39 | ||
diff --git a/meta-networking/recipes-support/cim-schema/cim-schema-exper_2.39.0.bb b/meta-networking/recipes-support/cim-schema/cim-schema-exper_2.39.0.bb index 4b07c0bd0..2b4909607 100644 --- a/meta-networking/recipes-support/cim-schema/cim-schema-exper_2.39.0.bb +++ b/meta-networking/recipes-support/cim-schema/cim-schema-exper_2.39.0.bb | |||
@@ -5,24 +5,24 @@ LICENSE = "DMTF" | |||
5 | RCONFLICTS_${PN} = "cim-schema-final" | 5 | RCONFLICTS_${PN} = "cim-schema-final" |
6 | 6 | ||
7 | SRC_URI = "http://dmtf.org/sites/default/files/cim/cim_schema_v2390/cim_schema_${PV}Experimental-MOFs.zip;subdir=${BPN}-${PV} \ | 7 | SRC_URI = "http://dmtf.org/sites/default/files/cim/cim_schema_v2390/cim_schema_${PV}Experimental-MOFs.zip;subdir=${BPN}-${PV} \ |
8 | file://LICENSE \ | 8 | file://LICENSE \ |
9 | " | 9 | " |
10 | SRC_URI[md5sum] = "b82b31c609c6bcc69521829409f58ccc" | 10 | SRC_URI[md5sum] = "b82b31c609c6bcc69521829409f58ccc" |
11 | SRC_URI[sha256sum] = "ed2096ef1ea25d189a02bbc6603fed7a48297f2987f254265763a6eecb7fc870" | 11 | SRC_URI[sha256sum] = "ed2096ef1ea25d189a02bbc6603fed7a48297f2987f254265763a6eecb7fc870" |
12 | LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=eecc6f71a56ff3caf17f15bf7aeac7b4" | 12 | LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=eecc6f71a56ff3caf17f15bf7aeac7b4" |
13 | 13 | ||
14 | do_install() { | 14 | do_install() { |
15 | install -d -m 0755 ${D}${datadir}/mof/cimv${PV}/ | 15 | install -d -m 0755 ${D}${datadir}/mof/cimv${PV}/ |
16 | install -d -m 0755 ${D}${datadir}/doc/cim-schema-${PV} | 16 | install -d -m 0755 ${D}${datadir}/doc/cim-schema-${PV} |
17 | install -m 644 ${WORKDIR}/LICENSE ${D}${datadir}/doc/cim-schema-${PV} | 17 | install -m 644 ${WORKDIR}/LICENSE ${D}${datadir}/doc/cim-schema-${PV} |
18 | 18 | ||
19 | cp -R --no-dereference --preserve=mode,links -v ${S}/* ${D}${datadir}/mof/cimv${PV}/ | 19 | cp -R --no-dereference --preserve=mode,links -v ${S}/* ${D}${datadir}/mof/cimv${PV}/ |
20 | chown -R root:root ${D}${datadir}/mof/cimv${PV} | 20 | chown -R root:root ${D}${datadir}/mof/cimv${PV} |
21 | for i in `find ${D}${datadir}/mof/cimv${PV} -name "*.mof"`; do | 21 | for i in `find ${D}${datadir}/mof/cimv${PV} -name "*.mof"`; do |
22 | sed -i -e 's/\r//g' $i | 22 | sed -i -e 's/\r//g' $i |
23 | done | 23 | done |
24 | ln -s cimv${PV} ${D}${datadir}/mof/cim-current | 24 | ln -s cimv${PV} ${D}${datadir}/mof/cim-current |
25 | ln -s cim_schema_${PV}.mof ${D}${datadir}/mof/cim-current/CIM_Schema.mof | 25 | ln -s cim_schema_${PV}.mof ${D}${datadir}/mof/cim-current/CIM_Schema.mof |
26 | } | 26 | } |
27 | 27 | ||
28 | FILES_${PN} = "${datadir}/mof/* ${datadir}/doc/*" | 28 | FILES_${PN} = "${datadir}/mof/* ${datadir}/doc/*" |
diff --git a/meta-networking/recipes-support/cim-schema/cim-schema-final_2.40.0.bb b/meta-networking/recipes-support/cim-schema/cim-schema-final_2.40.0.bb index 567538441..d65c88db7 100644 --- a/meta-networking/recipes-support/cim-schema/cim-schema-final_2.40.0.bb +++ b/meta-networking/recipes-support/cim-schema/cim-schema-final_2.40.0.bb | |||
@@ -5,29 +5,29 @@ LICENSE = "DMTF" | |||
5 | RCONFLICTS_${PN} = "cim-schema-exper" | 5 | RCONFLICTS_${PN} = "cim-schema-exper" |
6 | 6 | ||
7 | SRC_URI = "http://dmtf.org/sites/default/files/cim/cim_schema_v2400/cim_schema_${PV}Final-MOFs.zip \ | 7 | SRC_URI = "http://dmtf.org/sites/default/files/cim/cim_schema_v2400/cim_schema_${PV}Final-MOFs.zip \ |
8 | file://LICENSE \ | 8 | file://LICENSE \ |
9 | " | 9 | " |
10 | SRC_URI[md5sum] = "a9bdf17c7374e3b5b7adeaac4842c4ad" | 10 | SRC_URI[md5sum] = "a9bdf17c7374e3b5b7adeaac4842c4ad" |
11 | SRC_URI[sha256sum] = "dbfa3064ea427acd71a4bebbc172ca2dc44b0b09a6d83b0945b9ffa988a9058a" | 11 | SRC_URI[sha256sum] = "dbfa3064ea427acd71a4bebbc172ca2dc44b0b09a6d83b0945b9ffa988a9058a" |
12 | LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=eecc6f71a56ff3caf17f15bf7aeac7b4" | 12 | LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=eecc6f71a56ff3caf17f15bf7aeac7b4" |
13 | 13 | ||
14 | do_unpack() { | 14 | do_unpack() { |
15 | unzip -q ${DL_DIR}/cim_schema_${PV}Final-MOFs.zip -d ${S} | 15 | unzip -q ${DL_DIR}/cim_schema_${PV}Final-MOFs.zip -d ${S} |
16 | cp -f ${FILE_DIRNAME}/files/LICENSE ${WORKDIR}/ | 16 | cp -f ${FILE_DIRNAME}/files/LICENSE ${WORKDIR}/ |
17 | } | 17 | } |
18 | 18 | ||
19 | do_install() { | 19 | do_install() { |
20 | install -d -m 0755 ${D}${datadir}/mof/cimv${PV}/ | 20 | install -d -m 0755 ${D}${datadir}/mof/cimv${PV}/ |
21 | install -d -m 0755 ${D}${datadir}/doc/cim-schema-${PV} | 21 | install -d -m 0755 ${D}${datadir}/doc/cim-schema-${PV} |
22 | install -m 644 ${WORKDIR}/LICENSE ${D}${datadir}/doc/cim-schema-${PV} | 22 | install -m 644 ${WORKDIR}/LICENSE ${D}${datadir}/doc/cim-schema-${PV} |
23 | 23 | ||
24 | cp -R --no-dereference --preserve=mode,links -v ${S}/* ${D}${datadir}/mof/cimv${PV}/ | 24 | cp -R --no-dereference --preserve=mode,links -v ${S}/* ${D}${datadir}/mof/cimv${PV}/ |
25 | chown -R root:root ${D}${datadir}/mof/cimv${PV}/ | 25 | chown -R root:root ${D}${datadir}/mof/cimv${PV}/ |
26 | for i in `find ${D}${datadir}/mof/cimv${PV} -name "*.mof"`; do | 26 | for i in `find ${D}${datadir}/mof/cimv${PV} -name "*.mof"`; do |
27 | sed -i -e 's/\r//g' $i | 27 | sed -i -e 's/\r//g' $i |
28 | done | 28 | done |
29 | ln -s cimv${PV} ${D}${datadir}/mof/cim-current | 29 | ln -s cimv${PV} ${D}${datadir}/mof/cim-current |
30 | ln -s cim_schema_${PV}.mof ${D}${datadir}/mof/cim-current/CIM_Schema.mof | 30 | ln -s cim_schema_${PV}.mof ${D}${datadir}/mof/cim-current/CIM_Schema.mof |
31 | } | 31 | } |
32 | 32 | ||
33 | FILES_${PN} = "${datadir}/mof/* ${datadir}/doc/*" | 33 | FILES_${PN} = "${datadir}/mof/* ${datadir}/doc/*" |
diff --git a/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb b/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb index bbba576ca..1848aa6db 100644 --- a/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb +++ b/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb | |||
@@ -8,8 +8,8 @@ DEPENDS = "curl boost" | |||
8 | DEPENDS_class-native = "curl-native" | 8 | DEPENDS_class-native = "curl-native" |
9 | 9 | ||
10 | SRC_URI = "http://curlpp.googlecode.com/files/curlpp-${PV}.tar.gz \ | 10 | SRC_URI = "http://curlpp.googlecode.com/files/curlpp-${PV}.tar.gz \ |
11 | file://example21.cpp-remove-deprecated-code.patch \ | 11 | file://example21.cpp-remove-deprecated-code.patch \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "ccc3d30d4b3b5d2cdbed635898c29485" | 14 | SRC_URI[md5sum] = "ccc3d30d4b3b5d2cdbed635898c29485" |
15 | SRC_URI[sha256sum] = "e3f9427b27c5bddf898d383d45c0d3d5397e2056ff935d9a5cdaef6a9a653bd5" | 15 | SRC_URI[sha256sum] = "e3f9427b27c5bddf898d383d45c0d3d5397e2056ff935d9a5cdaef6a9a653bd5" |
@@ -26,13 +26,13 @@ do_install_append () { | |||
26 | 26 | ||
27 | PACKAGES =+ "libcurlpp libcurlpp-dev libcurlpp-staticdev" | 27 | PACKAGES =+ "libcurlpp libcurlpp-dev libcurlpp-staticdev" |
28 | 28 | ||
29 | FILES_lib${BPN} = "${libdir}/lib*.so.* \ | 29 | FILES_lib${BPN} = "${libdir}/lib*.so.*" |
30 | " | ||
31 | 30 | ||
32 | FILES_lib${BPN}-dev = "${includedir} \ | 31 | FILES_lib${BPN}-dev = "${includedir} \ |
33 | ${libdir}/lib*.la \ | 32 | ${libdir}/lib*.la \ |
34 | ${libdir}/pkgconfig \ | 33 | ${libdir}/pkgconfig \ |
35 | ${bindir}/*-config" | 34 | ${bindir}/*-config \ |
35 | " | ||
36 | 36 | ||
37 | FILES_lib${BPN}-staticdev = "${libdir}/lib*.a" | 37 | FILES_lib${BPN}-staticdev = "${libdir}/lib*.a" |
38 | 38 | ||
diff --git a/meta-networking/recipes-support/geoip/geoip-perl_1.45.bb b/meta-networking/recipes-support/geoip/geoip-perl_1.45.bb index 728ad5843..fd3aae94b 100644 --- a/meta-networking/recipes-support/geoip/geoip-perl_1.45.bb +++ b/meta-networking/recipes-support/geoip/geoip-perl_1.45.bb | |||
@@ -12,8 +12,8 @@ LIC_FILES_CHKSUM = "file://README;md5=b0fa745303912bd2d64430f7ae69487d" | |||
12 | # Note that we do not want to use the upstream file name locally. | 12 | # Note that we do not want to use the upstream file name locally. |
13 | # | 13 | # |
14 | SRC_URI = "http://github.com/maxmind/geoip-api-perl/archive/v${PV}.tar.gz;downloadfilename=${BPN}-${PV}.tar.gz \ | 14 | SRC_URI = "http://github.com/maxmind/geoip-api-perl/archive/v${PV}.tar.gz;downloadfilename=${BPN}-${PV}.tar.gz \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI[md5sum] = "0ce57140890bf81958e0cea4fe1885b2" | 18 | SRC_URI[md5sum] = "0ce57140890bf81958e0cea4fe1885b2" |
19 | SRC_URI[sha256sum] = "c56437b1cc8887736cb1e435d0320c1c1ff3754830249516317b99137005fb23" | 19 | SRC_URI[sha256sum] = "c56437b1cc8887736cb1e435d0320c1c1ff3754830249516317b99137005fb23" |
@@ -30,10 +30,10 @@ EXTRA_CPANFLAGS = "LIBS='-L${STAGING_LIBDIR}' INC='-I${STAGING_INCDIR}'" | |||
30 | # perl scripts and some special small data files | 30 | # perl scripts and some special small data files |
31 | # | 31 | # |
32 | do_install_ptest () { | 32 | do_install_ptest () { |
33 | install -d -m 0755 ${D}${PTEST_PATH}/t/data | 33 | install -d -m 0755 ${D}${PTEST_PATH}/t/data |
34 | 34 | ||
35 | install ${S}/t/*.t* ${D}${PTEST_PATH}/t | 35 | install ${S}/t/*.t* ${D}${PTEST_PATH}/t |
36 | install ${S}/t/data/* ${D}${PTEST_PATH}/t/data | 36 | install ${S}/t/data/* ${D}${PTEST_PATH}/t/data |
37 | } | 37 | } |
38 | 38 | ||
39 | FILES_${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/Geo/IP/.debug" | 39 | FILES_${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/Geo/IP/.debug" |
diff --git a/meta-networking/recipes-support/geoip/geoip_1.6.9.bb b/meta-networking/recipes-support/geoip/geoip_1.6.9.bb index f46b3eb72..9e8e0714f 100644 --- a/meta-networking/recipes-support/geoip/geoip_1.6.9.bb +++ b/meta-networking/recipes-support/geoip/geoip_1.6.9.bb | |||
@@ -62,32 +62,29 @@ RDEPENDS_${PN} += "${PN}-database" | |||
62 | inherit ptest | 62 | inherit ptest |
63 | 63 | ||
64 | do_configure_ptest() { | 64 | do_configure_ptest() { |
65 | sed -i -e "s/noinst_PROGRAMS = /test_PROGRAMS = /g" \ | 65 | sed -i -e "s/noinst_PROGRAMS = /test_PROGRAMS = /g" \ |
66 | -e 's:SRCDIR=\\"$(top_srcdir)\\":SRCDIR=\\"$(testdir)\\":' \ | 66 | -e 's:SRCDIR=\\"$(top_srcdir)\\":SRCDIR=\\"$(testdir)\\":' \ |
67 | ${S}/test/Makefile.am | 67 | ${S}/test/Makefile.am |
68 | 68 | ||
69 | if ! grep "^testdir = " ${S}/test/Makefile.am ; then | 69 | if ! grep "^testdir = " ${S}/test/Makefile.am ; then |
70 | sed -e '/EXTRA_PROGRAMS = /itestdir = ${PTEST_PATH}/tests' \ | 70 | sed -e '/EXTRA_PROGRAMS = /itestdir = ${PTEST_PATH}/tests' \ |
71 | -i ${S}/test/Makefile.am | 71 | -i ${S}/test/Makefile.am |
72 | fi | 72 | fi |
73 | 73 | ||
74 | sed -i -e "s:/usr/local/share:/usr/share:g" \ | 74 | sed -i -e "s:/usr/local/share:/usr/share:g" \ |
75 | ${S}/test/benchmark.c | 75 | ${S}/test/benchmark.c |
76 | 76 | ||
77 | sed -i -e 's:"../data/:"/usr/share/GeoIP/:g' \ | 77 | sed -i -e 's:"../data/:"/usr/share/GeoIP/:g' \ |
78 | ${S}/test/test-geoip-city.c \ | 78 | ${S}/test/test-geoip-city.c \ |
79 | ${S}/test/test-geoip-isp.c \ | 79 | ${S}/test/test-geoip-isp.c \ |
80 | ${S}/test/test-geoip-asnum.c \ | 80 | ${S}/test/test-geoip-asnum.c \ |
81 | ${S}/test/test-geoip-netspeed.c \ | 81 | ${S}/test/test-geoip-netspeed.c \ |
82 | ${S}/test/test-geoip-org.c \ | 82 | ${S}/test/test-geoip-org.c \ |
83 | ${S}/test/test-geoip-region.c | 83 | ${S}/test/test-geoip-region.c |
84 | } | 84 | } |
85 | 85 | ||
86 | 86 | ||
87 | do_install_ptest() { | 87 | do_install_ptest() { |
88 | oe_runmake -C test DESTDIR=${D} install-testPROGRAMS | 88 | oe_runmake -C test DESTDIR=${D} install-testPROGRAMS |
89 | install ${S}/test/*.txt ${D}${PTEST_PATH}/tests | 89 | install ${S}/test/*.txt ${D}${PTEST_PATH}/tests |
90 | } | 90 | } |
91 | |||
92 | |||
93 | |||
diff --git a/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.16.bb b/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.16.bb index f69e71ce1..e6a84cce1 100644 --- a/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.16.bb +++ b/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.16.bb | |||
@@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = " \ | |||
9 | " | 9 | " |
10 | 10 | ||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/lksctp/${BP}.tar.gz \ | 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/lksctp/${BP}.tar.gz \ |
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | file://v4test.sh \ | 13 | file://v4test.sh \ |
14 | file://v6test.sh \ | 14 | file://v6test.sh \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRC_URI[md5sum] = "708bb0b5a6806ad6e8d13c55b067518e" | 17 | SRC_URI[md5sum] = "708bb0b5a6806ad6e8d13c55b067518e" |
18 | SRC_URI[sha256sum] = "0903dd526b7f30a89d5031aa2c82757612becc38ed7bc6e4f972f8deae351f26" | 18 | SRC_URI[sha256sum] = "0903dd526b7f30a89d5031aa2c82757612becc38ed7bc6e4f972f8deae351f26" |
@@ -30,11 +30,11 @@ BBCLASSEXTEND = "native" | |||
30 | inherit autotools pkgconfig binconfig ptest | 30 | inherit autotools pkgconfig binconfig ptest |
31 | 31 | ||
32 | do_install_ptest () { | 32 | do_install_ptest () { |
33 | install -m 0755 ${WORKDIR}/v4test.sh ${D}${PTEST_PATH} | 33 | install -m 0755 ${WORKDIR}/v4test.sh ${D}${PTEST_PATH} |
34 | install -m 0755 ${WORKDIR}/v6test.sh ${D}${PTEST_PATH} | 34 | install -m 0755 ${WORKDIR}/v6test.sh ${D}${PTEST_PATH} |
35 | for testcase in `find ${B}/src/apps/.libs ${B}/src/func_tests/.libs -maxdepth 1 -type f -executable`; do | 35 | for testcase in `find ${B}/src/apps/.libs ${B}/src/func_tests/.libs -maxdepth 1 -type f -executable`; do |
36 | install $testcase ${D}${PTEST_PATH} | 36 | install $testcase ${D}${PTEST_PATH} |
37 | done | 37 | done |
38 | } | 38 | } |
39 | 39 | ||
40 | SOLIBVERSION="${PV}" | 40 | SOLIBVERSION="${PV}" |
diff --git a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb index b1bd926bc..76a4edf68 100644 --- a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb +++ b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb | |||
@@ -19,7 +19,7 @@ inherit autotools python-dir pkgconfig | |||
19 | CACHED_CONFIGUREVARS += "am_cv_python_pythondir=${PYTHON_SITEPACKAGES_DIR}/lowpan-tools" | 19 | CACHED_CONFIGUREVARS += "am_cv_python_pythondir=${PYTHON_SITEPACKAGES_DIR}/lowpan-tools" |
20 | 20 | ||
21 | do_install_append() { | 21 | do_install_append() { |
22 | rmdir ${D}${localstatedir}/run | 22 | rmdir ${D}${localstatedir}/run |
23 | } | 23 | } |
24 | 24 | ||
25 | FILES_${PN}-dbg += "${libexecdir}/lowpan-tools/.debug/" | 25 | FILES_${PN}-dbg += "${libexecdir}/lowpan-tools/.debug/" |
diff --git a/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb b/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb index a275238a3..7f666fb05 100644 --- a/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb +++ b/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb | |||
@@ -20,10 +20,10 @@ SRC_URI[sha256sum] = "c6e33810ccce67260f8d5d627f60e429d44f532365c58ed5673d035e2a | |||
20 | S = "${WORKDIR}" | 20 | S = "${WORKDIR}" |
21 | 21 | ||
22 | do_compile () { | 22 | do_compile () { |
23 | ${CC} ${CFLAGS} -o nuttcp nuttcp-${PV}.c | 23 | ${CC} ${CFLAGS} -o nuttcp nuttcp-${PV}.c |
24 | } | 24 | } |
25 | 25 | ||
26 | do_install () { | 26 | do_install () { |
27 | install -d ${D}${bindir} | 27 | install -d ${D}${bindir} |
28 | install -m 0755 nuttcp ${D}${bindir} | 28 | install -m 0755 nuttcp ${D}${bindir} |
29 | } | 29 | } |
diff --git a/meta-networking/recipes-support/pimd/pimd_2.1.8.bb b/meta-networking/recipes-support/pimd/pimd_2.1.8.bb index 34690437d..41b8f6d20 100644 --- a/meta-networking/recipes-support/pimd/pimd_2.1.8.bb +++ b/meta-networking/recipes-support/pimd/pimd_2.1.8.bb | |||
@@ -12,8 +12,8 @@ EXTRA_OEMAKE = "-e MAKEFLAGS=" | |||
12 | CFLAGS += "-I ${S}/include " | 12 | CFLAGS += "-I ${S}/include " |
13 | 13 | ||
14 | do_install() { | 14 | do_install() { |
15 | unset datadir | 15 | unset datadir |
16 | unset mandir | 16 | unset mandir |
17 | oe_runmake 'DESTDIR=${D}' install | 17 | oe_runmake 'DESTDIR=${D}' install |
18 | } | 18 | } |
19 | 19 | ||
diff --git a/meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb b/meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb index 32caec6bf..0531ffe64 100644 --- a/meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb +++ b/meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "ISC" | |||
5 | LIC_FILES_CHKSUM = "file://asmping.c;beginline=2;endline=11;md5=1ca8d1a1ca931e5cfe604ebf20a78b71" | 5 | LIC_FILES_CHKSUM = "file://asmping.c;beginline=2;endline=11;md5=1ca8d1a1ca931e5cfe604ebf20a78b71" |
6 | 6 | ||
7 | SRC_URI = "http://www.venaas.no/multicast/ssmping/${BP}.tar.gz \ | 7 | SRC_URI = "http://www.venaas.no/multicast/ssmping/${BP}.tar.gz \ |
8 | file://0001-Makefile-tweak-install-dir.patch \ | 8 | file://0001-Makefile-tweak-install-dir.patch \ |
9 | " | 9 | " |
10 | SRC_URI[md5sum] = "ad8e3d13f6d72918f73be7e7975d7fad" | 10 | SRC_URI[md5sum] = "ad8e3d13f6d72918f73be7e7975d7fad" |
11 | SRC_URI[sha256sum] = "22103a37eaa28489169a0927bc01e0596c3485fc4d29fc8456c07fd2c70fca6d" | 11 | SRC_URI[sha256sum] = "22103a37eaa28489169a0927bc01e0596c3485fc4d29fc8456c07fd2c70fca6d" |
@@ -13,5 +13,5 @@ SRC_URI[sha256sum] = "22103a37eaa28489169a0927bc01e0596c3485fc4d29fc8456c07fd2c7 | |||
13 | CFLAGS += "-D_GNU_SOURCE " | 13 | CFLAGS += "-D_GNU_SOURCE " |
14 | 14 | ||
15 | do_install() { | 15 | do_install() { |
16 | oe_runmake 'DESTDIR=${D}' 'PREFIX=${prefix}' install | 16 | oe_runmake 'DESTDIR=${D}' 'PREFIX=${prefix}' install |
17 | } | 17 | } |
diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb index 150e55fd7..e18228f26 100644 --- a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb +++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb | |||
@@ -47,5 +47,5 @@ do_install_append() { | |||
47 | } | 47 | } |
48 | 48 | ||
49 | do_compile_ptest() { | 49 | do_compile_ptest() { |
50 | oe_runmake buildtest-TESTS | 50 | oe_runmake buildtest-TESTS |
51 | } | 51 | } |
diff --git a/meta-networking/recipes-support/tcpdump/tcpslice_1.2a3.bb b/meta-networking/recipes-support/tcpdump/tcpslice_1.2a3.bb index 293760ffc..e65739a5c 100644 --- a/meta-networking/recipes-support/tcpdump/tcpslice_1.2a3.bb +++ b/meta-networking/recipes-support/tcpdump/tcpslice_1.2a3.bb | |||
@@ -22,15 +22,15 @@ DEPENDS += "libpcap" | |||
22 | # cross-compilation options to configure! | 22 | # cross-compilation options to configure! |
23 | # | 23 | # |
24 | do_configure () { | 24 | do_configure () { |
25 | oe_runconf \ | 25 | oe_runconf \ |
26 | --srcdir="." \ | 26 | --srcdir="." \ |
27 | ac_cv_build=${BUILD_SYS} \ | 27 | ac_cv_build=${BUILD_SYS} \ |
28 | ac_cv_host=${HOST_SYS} \ | 28 | ac_cv_host=${HOST_SYS} \ |
29 | ac_cv_target=${HOST_SYS} | 29 | ac_cv_target=${HOST_SYS} |
30 | } | 30 | } |
31 | 31 | ||
32 | do_install () { | 32 | do_install () { |
33 | mkdir -p ${D}/usr/sbin | 33 | mkdir -p ${D}/usr/sbin |
34 | install -c -m 555 tcpslice ${D}/usr/sbin | 34 | install -c -m 555 tcpslice ${D}/usr/sbin |
35 | } | 35 | } |
36 | 36 | ||
diff --git a/meta-networking/recipes-support/tnftp/tnftp_20151004.bb b/meta-networking/recipes-support/tnftp/tnftp_20151004.bb index 451634505..b17ffebef 100644 --- a/meta-networking/recipes-support/tnftp/tnftp_20151004.bb +++ b/meta-networking/recipes-support/tnftp/tnftp_20151004.bb | |||
@@ -15,8 +15,8 @@ LICENSE = "BSD-4-Clause" | |||
15 | DEPENDS = "ncurses" | 15 | DEPENDS = "ncurses" |
16 | 16 | ||
17 | SRC_URI = "ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/${BPN}-${PV}.tar.gz \ | 17 | SRC_URI = "ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/${BPN}-${PV}.tar.gz \ |
18 | file://tnftp-autotools.patch \ | 18 | file://tnftp-autotools.patch \ |
19 | " | 19 | " |
20 | 20 | ||
21 | inherit autotools update-alternatives pkgconfig | 21 | inherit autotools update-alternatives pkgconfig |
22 | 22 | ||