diff options
| -rw-r--r-- | meta-oe/recipes-support/ode/ode/configure.patch | 13 | ||||
| -rw-r--r-- | meta-oe/recipes-support/ode/ode_0.13.bb | 3 |
2 files changed, 15 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/ode/ode/configure.patch b/meta-oe/recipes-support/ode/ode/configure.patch new file mode 100644 index 0000000000..246b2e2c27 --- /dev/null +++ b/meta-oe/recipes-support/ode/ode/configure.patch | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | Index: ode-0.13/libccd/configure.ac | ||
| 2 | =================================================================== | ||
| 3 | --- ode-0.13.orig/libccd/configure.ac 2013-08-19 17:48:03.000000000 +0000 | ||
| 4 | +++ ode-0.13/libccd/configure.ac 2014-07-17 22:04:16.580595690 +0000 | ||
| 5 | @@ -5,7 +5,7 @@ | ||
| 6 | AC_INIT([libccd], [1.0], [danfis@danfis.cz]) | ||
| 7 | AC_CONFIG_SRCDIR([src/ccd.c]) | ||
| 8 | AC_CONFIG_HEADERS([src/config.h]) | ||
| 9 | -AM_INIT_AUTOMAKE | ||
| 10 | +AM_INIT_AUTOMAKE([foreign]) | ||
| 11 | |||
| 12 | # Checks for programs. | ||
| 13 | AC_PROG_CXX | ||
diff --git a/meta-oe/recipes-support/ode/ode_0.13.bb b/meta-oe/recipes-support/ode/ode_0.13.bb index 8e9eb153c2..2dc82a8e1b 100644 --- a/meta-oe/recipes-support/ode/ode_0.13.bb +++ b/meta-oe/recipes-support/ode/ode_0.13.bb | |||
| @@ -11,7 +11,8 @@ LIC_FILES_CHKSUM = " \ | |||
| 11 | # file://LICENSE-BSD.TXT;md5=c74e6304a772117e059458fb9763a928 | 11 | # file://LICENSE-BSD.TXT;md5=c74e6304a772117e059458fb9763a928 |
| 12 | 12 | ||
| 13 | 13 | ||
| 14 | SRC_URI = "${SOURCEFORGE_MIRROR}/opende/ode-${PV}.tar.bz2" | 14 | SRC_URI = "${SOURCEFORGE_MIRROR}/opende/ode-${PV}.tar.bz2 \ |
| 15 | file://configure.patch" | ||
| 15 | SRC_URI[md5sum] = "04b32c9645c147e18caff7a597a19f84" | 16 | SRC_URI[md5sum] = "04b32c9645c147e18caff7a597a19f84" |
| 16 | SRC_URI[sha256sum] = "34ce3e236e313bf109a0cb5546d2fca462aed99f29a42e62bc1463b803c31ef9" | 17 | SRC_URI[sha256sum] = "34ce3e236e313bf109a0cb5546d2fca462aed99f29a42e62bc1463b803c31ef9" |
| 17 | 18 | ||
