usbpath: Use "foreign" automake strictness

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2014-07-18 08:07:05 +00:00
committed by Martin Jansa
parent 49b00c2acf
commit a757e91bc2
2 changed files with 13 additions and 1 deletions
@@ -0,0 +1,11 @@
Index: usbpath/configure.ac
===================================================================
--- usbpath.orig/configure.ac 2014-07-17 20:40:26.000000000 +0000
+++ usbpath/configure.ac 2014-07-18 07:01:40.933474420 +0000
@@ -1,5 +1,5 @@
AC_INIT([usbpath],[0.1])
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE([foreign])
AC_PROG_CC
AC_PROG_RANLIB
@@ -11,7 +11,8 @@ BBCLASSEXTEND = "native"
SRCREV = "3172"
PV = "0.0+svnr${SRCPV}"
SRC_URI = "svn://svn.openmoko.org/trunk/src/host;module=usbpath;protocol=http"
SRC_URI = "svn://svn.openmoko.org/trunk/src/host;module=usbpath;protocol=http \
file://configure.patch"
S = "${WORKDIR}/usbpath"