blob: a7a82574802eba5d0e50de628e63bf676c4b04cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
DESCRIPTION = "ODE is an Open Source Physics Engine."
SECTION = "libs"
HOMEPAGE = "http://www.ode.org"
LICENSE = "LGPL"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/opende/ode-src-${PV}.zip \
file://install.patch"
SRC_URI[md5sum] = "4c03759b76a0649a6d5108c8e172e1e4"
SRC_URI[sha256sum] = "460d0851b743b1f144ef2a8259004d6774504c95d08e9357a96a296111496feb"
inherit autotools binconfig
EXTRA_OECONF = "--disable-demos --enable-soname"
do_configure_append() {
echo "#define dInfinity DBL_MAX" >>include/ode/config.h
}
FILES_${PN} = "${libdir}/lib*${SOLIBS}"
|