aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-taskbar/opie-taskbar
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2011-09-05 02:52:26 +0400
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-18 14:04:52 +0100
commitf697f7c335492fa456ad6d6da2d44739e85ead42 (patch)
treeae96c090db4f154696a54067bb087a72eb8bde33 /recipes-opie/opie-taskbar/opie-taskbar
parent427ddfe47b133322a90bd5a575f9e7f80bb432e5 (diff)
downloadmeta-opie-f697f7c335492fa456ad6d6da2d44739e85ead42.tar.gz
opie-taskbar: fix linking issues for 1.2.5 version
Link to libcrypt, libm & libopiepim2 explicitly. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-opie/opie-taskbar/opie-taskbar')
-rw-r--r--recipes-opie/opie-taskbar/opie-taskbar/fix-crypt-reference.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-opie/opie-taskbar/opie-taskbar/fix-crypt-reference.patch b/recipes-opie/opie-taskbar/opie-taskbar/fix-crypt-reference.patch
new file mode 100644
index 0000000..c086027
--- /dev/null
+++ b/recipes-opie/opie-taskbar/opie-taskbar/fix-crypt-reference.patch
@@ -0,0 +1,21 @@
+Index: launcher/server.pro
+===================================================================
+--- launcher.orig/server.pro 2011-09-05 01:45:20.000000000 +0400
++++ launcher/server.pro 2011-09-05 01:46:39.000000000 +0400
+@@ -80,14 +80,12 @@
+ INCLUDEPATH += mediummount
+ DEPENDPATH += mediummount
+
+-LIBS = -lqpe -lopiecore2 -lopieui2 -lopiesecurity2 -lqrsync -lsysfs
++LIBS = -lqpe -lopiecore2 -lopieui2 -lopiesecurity2 -lopiepim2 -lqrsync -lsysfs
+ TARGET = qpe
+
+ ## not ready for use yet
+ # DEFINES += QPE_HAVE_DIRECT_ACCESS
+
+-contains( $(CONFIG_TARGET_MACOSX), y ) {
+- LIBS += -lcrypt
+-}
++LIBS += -lcrypt -lm
+
+ include( //home/users/mitya/OE/setup-scripts/build/tmp-angstrom_2010_x-eglibc/sysroots/tosa/usr/lib/opie/include.pro )