Go to file
Jason Wessel 9d923033cb tsocks: Add tsocks to meta-network/recipes-protocols
The tsocks program is frequently used to easily wrap any generic
program such as telnet, ssh, wget or any other tcp socket program
using an LD_PRELOAD library.  One might use an ssh tunnel and wget for
example.

Example of tunnel via ssh to remote url:

ssh -N -D 1080 $REMOTE_HOST_TUNNEL_ENDPOINT &

cat<<EOF>tsocks.conf
server_port = 1080
server = 127.0.0.1
EOF

TSOCKS_CONF_FILE=$PWD/tsocks.conf tsocks curl $REMOTE_URL

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-10-21 15:58:59 -04:00
contrib contrib/tesseract-langs.sh: add script to generate recipes for tesseract languages 2014-06-10 12:16:23 +02:00
meta-efl Revert "rage, emprint, news: Move to nonworking" 2015-10-13 12:28:15 +02:00
meta-filesystems sshfs-fuse: correct definition of S 2015-10-13 12:27:46 +02:00
meta-gnome gnome-keyring: blacklist gnome-bluetooth, gvfs: try to build with libgnome-keyring only 2015-10-13 12:28:17 +02:00
meta-gpe meta-gpe: Add LAYERVERSION and LAYERDEPENDS 2014-11-28 13:41:52 +01:00
meta-initramfs kexecboot_0.6: fix build with gcc 5 2015-10-13 12:27:52 +02:00
meta-multimedia libmediaart-2.0: Add recipe 2015-10-13 12:28:16 +02:00
meta-networking tsocks: Add tsocks to meta-network/recipes-protocols 2015-10-21 15:58:59 -04:00
meta-oe iptraf: add new recipe 2015-10-13 12:28:17 +02:00
meta-perl libnet-dns-perl: blacklist, fails to build with current perl 2015-10-13 12:27:48 +02:00
meta-python tornado: upgrade to 4.2.1 2015-10-13 12:28:13 +02:00
meta-ruby ruby: remove the recipe due to its move to oe-core 2015-09-23 15:37:21 +02:00
meta-systemd dhcp: fix parsing warning 2015-08-24 14:06:58 +02:00
meta-webserver apache2: cleanup buildpaths for target stuffs 2015-10-13 12:28:14 +02:00
meta-xfce xfce4-screenshooter: ensure output directory is created 2015-10-13 12:27:47 +02:00
.gitignore gitignore: Ignore Edit backup files, patches, .rej, .orig, .swp 2013-11-24 15:19:27 +01:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README README: add top level readme, update meta-oe one 2011-10-17 09:27:01 +02:00

Collection of layers for the OE-core universe

Please see the respective READMEs in the layer subdirectories