diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-18 08:07:05 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:52 +0200 |
commit | a757e91bc20c4be9bac50b36087abe3960f145cf (patch) | |
tree | baba7bae8202f987ce97b017666739e7a514f5eb /meta-oe/recipes-support/usbpath | |
parent | 49b00c2acf098d6c558858294358b9580d23e3a0 (diff) | |
download | meta-openembedded-contrib-a757e91bc20c4be9bac50b36087abe3960f145cf.tar.gz |
usbpath: Use "foreign" automake strictness
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-oe/recipes-support/usbpath')
-rw-r--r-- | meta-oe/recipes-support/usbpath/usbpath/configure.patch | 11 | ||||
-rw-r--r-- | meta-oe/recipes-support/usbpath/usbpath_svn.bb | 3 |
2 files changed, 13 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/usbpath/usbpath/configure.patch b/meta-oe/recipes-support/usbpath/usbpath/configure.patch new file mode 100644 index 00000000000..271e6a53ad2 --- /dev/null +++ b/meta-oe/recipes-support/usbpath/usbpath/configure.patch @@ -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 diff --git a/meta-oe/recipes-support/usbpath/usbpath_svn.bb b/meta-oe/recipes-support/usbpath/usbpath_svn.bb index 0ec9324bb46..134192bd67f 100644 --- a/meta-oe/recipes-support/usbpath/usbpath_svn.bb +++ b/meta-oe/recipes-support/usbpath/usbpath_svn.bb @@ -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" |