aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zeroc/slice2cppe_1.3.0.bb
blob: 0cfe49beceeb02fbc04603171613e1c10147cd82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 () {
	:
}