On Tue, May 01, 2012 at 07:52:54AM +0200, Tasslehoff Kjappfot wrote:
> 

v2 was applied already few days ago..
http://git.openembedded.org/meta-openembedded/commit/?id=5a3d0de38a3af92d07503184fb214df6e9f57610

so if you want to fix it, then rebase it on top of meta-oe and send follow-up 
patch

> Signed-off-by: Tasslehoff Kjappfot <[email protected]>
> ---
>  meta-oe/recipes-support/synergy/synergy_1.3.8.bb |   22 
> ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
>  create mode 100644 meta-oe/recipes-support/synergy/synergy_1.3.8.bb
> 
> diff --git a/meta-oe/recipes-support/synergy/synergy_1.3.8.bb 
> b/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
> new file mode 100644
> index 0000000..b8d1e6c
> --- /dev/null
> +++ b/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
> @@ -0,0 +1,22 @@
> +DESCRIPTION = "Synergy - control multiple computers with one keyboard and 
> mouse"
> +HOMEPAGE = "http://synergy.googlecode.com";
> +LIC_FILES_CHKSUM = "file://COPYING;md5=9772a11e3569985855e2ce450e56f991"
> +LICENSE = "GPL-2.0"
> +SECTION = "x11/utils"
> +
> +DEPENDS = "libx11 libxtst"
> +
> +SRC_URI = "http://synergy.googlecode.com/files/synergy-${PV}-Source.tar.gz";
> +
> +SRC_URI[md5sum] = "3534c65ecfa6e47d7899c57975442f03"
> +SRC_URI[sha256sum] = 
> "0afc83e4ed0b46ed497d4229b2b2854e8d3c581a112f4da05110943edbfacc03"
> +
> +S = "${WORKDIR}/${PN}-${PV}-Source"
> +
> +inherit cmake
> +
> +do_install() {
> +     install -d ${D}/usr/bin
> +     install -m 0755 ${S}/bin/synergy* ${D}/usr/bin/
> +}
> +
> -- 
> 1.7.9.5
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> [email protected]
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: [email protected]

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to