usbpath: Use "foreign" automake strictness
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Jul 2014 08:07:05 +0000 (08:07 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:40:04 +0000 (08:40 -0800)
(From meta-openembedded rev: a757e91bc20c4be9bac50b36087abe3960f145cf)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-support/usbpath/usbpath/configure.patch [new file with mode: 0644]
meta-openembedded/meta-oe/recipes-support/usbpath/usbpath_svn.bb

diff --git a/meta-openembedded/meta-oe/recipes-support/usbpath/usbpath/configure.patch b/meta-openembedded/meta-oe/recipes-support/usbpath/usbpath/configure.patch
new file mode 100644 (file)
index 0000000..271e6a5
--- /dev/null
@@ -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
index 0ec9324..134192b 100644 (file)
@@ -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"