mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
usbpath: Use "foreign" automake strictness
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Martin Jansa
parent
49b00c2acf
commit
a757e91bc2
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user