summaryrefslogtreecommitdiffstats
path: root/recipes/zeroc/slice2cppe_1.3.0.bb
diff options
context:
space:
mode:
authorMaksym Parkachov <lazy.gopher@gmail.com>2010-12-13 02:15:01 +0000
committerKhem Raj <raj.khem@gmail.com>2010-12-12 23:35:51 -0800
commit2704fd5da32a9759976c2cc02bdff5234d732788 (patch)
tree898d28e808de881d6aff4a508a47606e5b642056 /recipes/zeroc/slice2cppe_1.3.0.bb
parent4a8caae899cd01df7072c4bcd415ce4df4836402 (diff)
downloadopenembedded-2704fd5da32a9759976c2cc02bdff5234d732788.tar.gz
icee: New program ZeroC IceE
* added version of 1.3.0 of libicee * added slice2cppe with both native and target version * fixed multipe issues with makefiles * implemented package split mostly as in debian Signed-off-by: Maksym Parkachov <lazy.gopher@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/zeroc/slice2cppe_1.3.0.bb')
-rw-r--r--recipes/zeroc/slice2cppe_1.3.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/zeroc/slice2cppe_1.3.0.bb b/recipes/zeroc/slice2cppe_1.3.0.bb
new file mode 100644
index 0000000000..0cfe49bece
--- /dev/null
+++ b/recipes/zeroc/slice2cppe_1.3.0.bb
@@ -0,0 +1,16 @@
+require icee.inc
+
+SRC_URI="http://www.zeroc.com/download/IceE/1.3/IceE-${PV}-linux.tar.gz \
+file://makefiles.patch \
+file://architecture.patch \
+"
+SRC_URI[md5sum] = "61768fcaf4664a758e129de8689add8e"
+SRC_URI[sha256sum] = "5dd6d608782fe5afce18a571f275535b3e1d70663a6d358f908ca178bf7cd356"
+
+BBCLASSEXTEND = "native"
+
+DEPENDS="mcpp bzip2"
+
+do_configure () {
+ :
+}