diff options
author | John Lee <john_lee@openmoko.org> | 2008-05-22 07:54:48 +0000 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-05-22 07:54:48 +0000 |
commit | 35f18dca2645f3242e015025c79ac58da0d13748 (patch) | |
tree | b25bc8090fe42f6a6767d7d2bde2f9a97eb374e4 /packages/cacao/cacaoh-native_0.98+hg20080519.bb | |
parent | b0dd048c1678cad32e3457a4dfad7fbb24641125 (diff) |
cacao: change hg rev to corresponding date.
* Hi John Lee,
please use the corresponding date instead of the hg revision number.
Reason is that in mercurial revision numbers are local and not equal
between different users.
Regards
Robert
Diffstat (limited to 'packages/cacao/cacaoh-native_0.98+hg20080519.bb')
-rw-r--r-- | packages/cacao/cacaoh-native_0.98+hg20080519.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/cacao/cacaoh-native_0.98+hg20080519.bb b/packages/cacao/cacaoh-native_0.98+hg20080519.bb new file mode 100644 index 0000000000..91880b20f9 --- /dev/null +++ b/packages/cacao/cacaoh-native_0.98+hg20080519.bb @@ -0,0 +1,15 @@ +require cacaoh-native.inc + +PR = "r0" + +SRC_URI = "http://downloads.openmoko.org/sources/cacao-0.98+hg20080519.tar.gz;md5sum=1c6e0530be63ec8a4c0ab2935c2fdc8f" + +S = "${WORKDIR}/cacao" + +EXTRA_OECONF = " \ + --with-java-runtime-library-classes=${STAGING_DATADIR}/classpath/glibj.zip \ + --with-jni_md_h=${STAGING_INCDIR}/classpath \ + --with-jni_h=${STAGING_INCDIR}/classpath \ + " + +DEFAULT_PREFERENCE = "-1" |