[oe-commits] Denis 'GNUtoo' Carikli : android-rpc_git: fix libgee link failure

git version control git at git.openembedded.org
Sun Oct 17 19:43:03 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2d9d8d68c65491a5aa55b6bdb53f192838912f43
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2d9d8d68c65491a5aa55b6bdb53f192838912f43

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Tue Oct 12 20:54:12 2010 +0200

android-rpc_git: fix libgee link failure

without the fix we have:
| .../sysroots/x86_64-linux/usr/armv4t/lib/gcc/arm-oe-linux-gnueabi/4.5.2/../../../../arm-oe-linux-gnueabi/bin/ld: cannot find -lgee
| collect2: ld returned 1 exit status
| make[3]: *** [fso-msm-gps-activator] Error 1

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>

---

 recipes/android/android-rpc_git.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/android/android-rpc_git.bb b/recipes/android/android-rpc_git.bb
index aec3514..027b753 100644
--- a/recipes/android/android-rpc_git.bb
+++ b/recipes/android/android-rpc_git.bb
@@ -2,8 +2,9 @@ DESCRIPTION = "Android RPC library"
 SECTION = "devel"
 LICENSE = "GPL"
 SRCREV = "9da90ad4ebc0efe978c61060d8fdf7362cc9115c"
+DEPENDS = "libgee"
 PV = "1.1+gitr${SRCPV}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "\
   ${FREESMARTPHONE_GIT}/utilities.git;protocol=git;branch=master \





More information about the Openembedded-commits mailing list