diff options
author | Paul Eggleton <bluelightning@bluelightning.org> | 2008-11-18 22:10:30 +0000 |
---|---|---|
committer | Paul Eggleton <bluelightning@bluelightning.org> | 2008-11-18 22:14:27 +0000 |
commit | 25fcf6f8ff9793aa51c6256ee432b2722faca8e1 (patch) | |
tree | c48689d5983af590a28bb2f20c644bad4d87b961 /packages/tickypip/tickypip_0.1.2.bb | |
parent | 46e30ed6ebb1a872f919363c6ff047344049079c (diff) |
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_0.1.2.bb')
-rw-r--r-- | packages/tickypip/tickypip_0.1.2.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/tickypip/tickypip_0.1.2.bb b/packages/tickypip/tickypip_0.1.2.bb index 782803ba96..558828e919 100644 --- a/packages/tickypip/tickypip_0.1.2.bb +++ b/packages/tickypip/tickypip_0.1.2.bb @@ -5,9 +5,10 @@ LICENSE = "GPL" AUTHOR = "Christian Hammond" HOMEPAGE = "http://www.chipx86.com/projects/tickypip/" RRECOMMENDS = "tickypip-levels" -PR = "r4" +PR = "r5" -SRC_URI = "http://www.chipx86.com/packages/ipkg/tickypip-0.1.2.tar.gz \ +SRC_URI = "http://www.openzaurus.org/download/3.5.4/sources/tickypip-0.1.2.tar.gz \ + file://path_fix.patch;patch=1 \ file://tickypip.desktop \ file://tickypip.png" @@ -16,7 +17,7 @@ APPTYPE = "binary" APPDESKTOP = "${WORKDIR}" QMAKE_PROFILES = "tickypip.pro" -EXTRA_QMAKEVARS_POST += "DEFINES-=LOCAL_COMPILE" +EXTRA_QMAKEVARS_POST += "DEFINES-=LOCAL_COMPILE DEFINES+=DATA_BASEDIR='\"${palmtopdir}\"'" do_install () { install -d ${D}${palmtopdir}/pics/${APPNAME}/ |