libtool-cross 2.2.6[ab]: Drop legacy staging, taken from poky
[openembedded.git] / recipes / synergy / synergy_1.3.1.bb
blob58f0e26c71db898577088464c95bc97411126760
1 DESCRIPTION = "Synergy - control multiple computers with one keyboard and mouse"
2 HOMEPAGE = "http://synergy2.sourceforge.net/"
3 LICENSE = "GPLv2"
4 SECTION = "x11/utils"
5 # NOTE: This depends on full x11, not diet-x11
6 DEPENDS = "libx11 libxtst"
7 PR = "r0"
9 SRC_URI = "${SOURCEFORGE_MIRROR}/synergy2/synergy-${PV}.tar.gz \
10 file://synergy-1.3.1+gcc-4.3.patch"
12 do_configure_prepend() {
13 grep -l -- -Werror "${S}/"* | xargs sed -i 's:-Werror::'
16 inherit autotools
18 SRC_URI[md5sum] = "a6e09d6b71cb217f23069980060abf27"
19 SRC_URI[sha256sum] = "4a15e26456498dda5f3aa7d688a4892e0c50394a2f01685136fbc954bacc9691"