git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ea4df3
)
freerdp (inc): fix depends and drop .a and .la files from plugins
author
Otavio Salvador
<otavio@ossystems.com.br>
Wed, 10 Nov 2010 21:51:22 +0000
(19:51 -0200)
committer
Otavio Salvador
<otavio@ossystems.com.br>
Wed, 10 Nov 2010 21:52:22 +0000
(19:52 -0200)
recipes/freerdp/freerdp.inc
patch
|
blob
|
history
diff --git
a/recipes/freerdp/freerdp.inc
b/recipes/freerdp/freerdp.inc
index
09b9496
..
0b9c9ac
100644
(file)
--- 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 = "r
1
"
+INC_PR = "r
4
"
inherit pkgconfig autotools
-FILES_${PN}-dev += "${libdir}/freerdp/*.a ${libdir}/freerdp/*.la"
+do_install_append() {
+ rm ${D}${libdir}/freerdp/*.a ${D}${libdir}/freerdp/*.la
+}