mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
ode: Use "foreign" automake strictness
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
d7363984b8
commit
1d103f9114
13
meta-oe/recipes-support/ode/ode/configure.patch
Normal file
13
meta-oe/recipes-support/ode/ode/configure.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Index: ode-0.13/libccd/configure.ac
|
||||
===================================================================
|
||||
--- ode-0.13.orig/libccd/configure.ac 2013-08-19 17:48:03.000000000 +0000
|
||||
+++ ode-0.13/libccd/configure.ac 2014-07-17 22:04:16.580595690 +0000
|
||||
@@ -5,7 +5,7 @@
|
||||
AC_INIT([libccd], [1.0], [danfis@danfis.cz])
|
||||
AC_CONFIG_SRCDIR([src/ccd.c])
|
||||
AC_CONFIG_HEADERS([src/config.h])
|
||||
-AM_INIT_AUTOMAKE
|
||||
+AM_INIT_AUTOMAKE([foreign])
|
||||
|
||||
# Checks for programs.
|
||||
AC_PROG_CXX
|
||||
|
|
@ -11,7 +11,8 @@ LIC_FILES_CHKSUM = " \
|
|||
# file://LICENSE-BSD.TXT;md5=c74e6304a772117e059458fb9763a928
|
||||
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/opende/ode-${PV}.tar.bz2"
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/opende/ode-${PV}.tar.bz2 \
|
||||
file://configure.patch"
|
||||
SRC_URI[md5sum] = "04b32c9645c147e18caff7a597a19f84"
|
||||
SRC_URI[sha256sum] = "34ce3e236e313bf109a0cb5546d2fca462aed99f29a42e62bc1463b803c31ef9"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user