Searched refs:wget (Results 1 – 25 of 73) sorted by relevance
123
4 Subject: [PATCH] testsuite: use www.example.org for wget test cases13 testsuite/wget/wget--O-overrides--P | 2 +-14 testsuite/wget/wget-handles-empty-path | 2 +-15 testsuite/wget/wget-retrieves-google-index | 2 +-16 testsuite/wget/wget-supports--P | 2 +-19 diff --git a/testsuite/wget/wget--O-overrides--P b/testsuite/wget/wget--O-overrides--P21 --- a/testsuite/wget/wget--O-overrides--P22 +++ b/testsuite/wget/wget--O-overrides--P27 -busybox wget -q -O index.html -P foo http://www.google.com/28 +busybox wget -q -O index.html -P foo http://www.example.org/[all …]
97 [ ! -r "../wget-1.11.4/wget.exe" -a -r /usr/bin/wget ] && binaries+=" /usr/bin/wget"113 cp ../wget-1.11.4/wget.exe $dir114 cp ../wget-1.11.4/wget.ini $dir116 if test -r /usr/bin/wget -a -r /etc/wgetrc; then117 cp -p /etc/wgetrc $dir/wget.ini118 chmod +r $dir/wget.ini
62 wget - http://www.gnu.org/software/wget67 Appendix - wget Support70 SoX can make use of the wget command line utility to load files over71 the internet. A binary copy of wget has been included with this74 For SoX to make use of wget, it must be located either in your PATH or77 Custom configuration of wget can be made by editing the file wget.ini78 contained in the same directory as wget.exe.80 Please consult wget's homepage for access to source code as well as83 http://www.gnu.org/software/wget
130 cp ../wget-1.11.4/wget.exe $dir131 cp ../wget-1.11.4/wget.ini $dir
41 Appendix - wget Support44 SoX can make use of the wget command line utility to load files over48 Please consult wget's homepage for access to source code as well51 http://www.gnu.org/software/wget
1 SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \7 require wget.inc
7 HOMEPAGE = "https://www.gnu.org/software/wget/"22 ALTERNATIVE:${PN} = "wget"
2 # https://ftp.gnu.org/gnu/wget/wget-1.21.2.tar.lz.sig4 sha256 1727a330a86acacb3e57615ce268f5f29978bf7adec4abe6a30d370207bc91b3 wget-1.21.2.tar.lz
2 bool "wget"12 http://www.gnu.org/software/wget/14 comment "wget needs a toolchain w/ wchar"
8 WGET_SOURCE = wget-$(WGET_VERSION).tar.lz9 WGET_SITE = $(BR2_GNU_MIRROR)/wget
25 - @if [ ! -f ${GDB}.tar.gz ] && [ ! -f /usr/bin/wget ]; then \26 - echo /usr/bin/wget is required to download ${GDB}.tar.gz; echo; exit 1; fi27 - @if [ ! -f ${GDB}.tar.gz ] && [ -f /usr/bin/wget ]; then \29 - wget $$WGET_OPTS http://ftp.gnu.org/gnu/gdb/${GDB}.tar.gz; fi
13 UBUNTU_HOST_PACKAGES_ESSENTIAL : "gawk wget git diffstat unzip texinfo gcc \17 FEDORA_HOST_PACKAGES_ESSENTIAL : "gawk make wget tar bzip2 gzip python3 unzip perl patch \23 OPENSUSE_HOST_PACKAGES_ESSENTIAL : "python gcc gcc-c++ git chrpath make wget python-xml \30 \n\ $ sudo yum install gawk make wget tar bzip2 gzip python3 unzip perl patch \38 \n\ $ sudo dnf install gawk make wget tar bzip2 gzip python3 unzip perl patch \
57 …wget http://downloads.yoctoproject.org/releases/yocto/yocto-2.5.1/machines/qemu/qemux86-64/core-im…60 …wget http://downloads.yoctoproject.org/releases/yocto/yocto-2.5.1/machines/qemu/qemux86-64/core-im…63 …wget http://downloads.yoctoproject.org/releases/yocto/yocto-2.5.1/machines/qemu/qemux86-64/bzImage…
233 self.wget(link, self.localdir, localname)235 def wget(self, link, localdir, localname=None, extraargs=None): member in PublicAB
100 As a simple test case, we'll profile the 'wget' of a fairly large file,108 wget &YOCTO_DL_URL;/mirror/sources/linux-2.6.19.2.tar.bz2115 root@crownbay:~# perf stat wget &YOCTO_DL_URL;/mirror/sources/linux-2.6.19.2.tar.bz2119 Performance counter stats for 'wget &YOCTO_DL_URL;/mirror/sources/linux-2.6.19.2.tar.bz2':144 …root@crownbay:~# perf stat -e kmem:* -e cache-references -e cache-misses wget &YOCTO_DL_URL;/mirro…148 Performance counter stats for 'wget &YOCTO_DL_URL;/mirror/sources/linux-2.6.19.2.tar.bz2':184 root@crownbay:~# perf record wget &YOCTO_DL_URL;/mirror/sources/linux-2.6.19.2.tar.bz2198 .. image:: figures/perf-wget-flat-stripped.png212 the executable that implements 'wget' in Yocto, but that instead of a222 root@crownbay:~# perf record -g wget &YOCTO_DL_URL;/mirror/sources/linux-2.6.19.2.tar.bz2[all …]
15 RDEPENDS:${PN} += "wget"19 EXTRA_OECONF = "ac_cv_path_SH=/bin/sh ac_cv_path_WGET=${bindir}/wget ac_cv_path_AWK=${bindir}/awk"
10 only used as part of the `wget --version' which do not have14 $ wget --version
41 ** +wget+68 +wget+ from _ftp_, _http_ or _https_ locations. A few packages are only
12 wget -nv http://patchwork.yoctoproject.org/patch/$patchnumber/mbox/ -O pw-am-$patchnumber.patch
12 wget http://downloads.yoctoproject.org/releases/uninative/3.2/$i-nativesdk-libc.tar.xz
14 wget -np -nH -r --cut-dirs 7 -A "*.xpi" http://ftp.mozilla.org/pub/firefox/releases/$1/linux-i686/x…
12 wget -nv https://dl.bintray.com/xquartz/downloads/XQuartz-${XQUARTZ_VERSION}.dmg
58 wget \
18 wget http://support.wdc.com/download/archive/pciscsi.exe
20 from bb.fetch2.wget import Wget