From: Otavio Salvador Date: Wed, 10 Nov 2010 21:51:22 +0000 (-0200) Subject: freerdp (inc): fix depends and drop .a and .la files from plugins X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f770a321dcc18bba84afe6a0649c613e85799648;p=openembedded.git freerdp (inc): fix depends and drop .a and .la files from plugins --- diff --git a/recipes/freerdp/freerdp.inc b/recipes/freerdp/freerdp.inc index 09b949618f..0b9c9ace64 100644 --- a/recipes/freerdp/freerdp.inc +++ b/recipes/freerdp/freerdp.inc @@ -3,12 +3,14 @@ DESCRIPTION = "FreeRDP RDP client" HOMEPAGE = "http://freerdp.sourceforge.net" -DEPENDS = "virtual/libx11 openssl" +DEPENDS = "virtual/libx11 openssl libxcursor cups alsa-lib" SECTION = "x11/network" LICENSE = "GPL" -INC_PR = "r1" +INC_PR = "r4" inherit pkgconfig autotools -FILES_${PN}-dev += "${libdir}/freerdp/*.a ${libdir}/freerdp/*.la" +do_install_append() { + rm ${D}${libdir}/freerdp/*.a ${D}${libdir}/freerdp/*.la +}