diff options
Diffstat (limited to 'meta-networking/recipes-support')
14 files changed, 90 insertions, 92 deletions
diff --git a/meta-networking/recipes-support/chrony/chrony_2.4.bb b/meta-networking/recipes-support/chrony/chrony_2.4.bb index aa37caa418..6619e0071d 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 4b07c0bd09..2b49096078 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 5675384410..d65c88db7b 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 bbba576caa..1848aa6dbb 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 728ad5843d..fd3aae94b3 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 f46b3eb72d..9e8e0714f8 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 f69e71ce14..e6a84cce1e 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 b1bd926bc8..76a4edf68f 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 a275238a3b..7f666fb059 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 34690437d0..41b8f6d20d 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 32caec6bf7..0531ffe640 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 150e55fd79..e18228f26d 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 293760ffc8..e65739a5c7 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 4516345052..b17ffebef4 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 | ||
