aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tickypip/tickypip
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2008-11-18 22:10:30 +0000
committerPaul Eggleton <bluelightning@bluelightning.org>2008-11-18 22:14:27 +0000
commit25fcf6f8ff9793aa51c6256ee432b2722faca8e1 (patch)
treec48689d5983af590a28bb2f20c644bad4d87b961 /packages/tickypip/tickypip
parent46e30ed6ebb1a872f919363c6ff047344049079c (diff)
downloadopenembedded-25fcf6f8ff9793aa51c6256ee432b2722faca8e1.tar.gz
tickypip: fix fetching and path issues
* Fetch source from OZ 3.5.4 sources since current ones are unavailable * Look for levels in directory where they are now being installed
Diffstat (limited to 'packages/tickypip/tickypip')
-rw-r--r--packages/tickypip/tickypip/path_fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/tickypip/tickypip/path_fix.patch b/packages/tickypip/tickypip/path_fix.patch
new file mode 100644
index 0000000000..c6e0b32f43
--- /dev/null
+++ b/packages/tickypip/tickypip/path_fix.patch
@@ -0,0 +1,11 @@
+--- tickypip/src/base.h 2008-11-18 21:49:58.000000000 +0000
++++ tickypip/src/base.h 2008-11-18 21:54:00.000000000 +0000
+@@ -7,7 +7,7 @@
+ #ifdef LOCAL_COMPILE
+ # define DATA_PREFIX "./"
+ #else
+-# define DATA_PREFIX "/opt/QtPalmtop/share/tickypip/"
++# define DATA_PREFIX DATA_BASEDIR "/share/tickypip/"
+ #endif
+
+ #include "BorderLayout.h"