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 | |
parent | 49b00c2acf098d6c558858294358b9580d23e3a0 (diff) | |
download | meta-openembedded-a757e91bc20c4be9bac50b36087abe3960f145cf.tar.gz |
usbpath: Use "foreign" automake strictness
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-oe')
-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 000000000..271e6a53a --- /dev/null +++ b/meta-oe/recipes-support/usbpath/usbpath/configure.patch | |||
@@ -0,0 +1,11 @@ | |||
1 | Index: usbpath/configure.ac | ||
2 | =================================================================== | ||
3 | --- usbpath.orig/configure.ac 2014-07-17 20:40:26.000000000 +0000 | ||
4 | +++ usbpath/configure.ac 2014-07-18 07:01:40.933474420 +0000 | ||
5 | @@ -1,5 +1,5 @@ | ||
6 | AC_INIT([usbpath],[0.1]) | ||
7 | -AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) | ||
8 | +AM_INIT_AUTOMAKE([foreign]) | ||
9 | |||
10 | AC_PROG_CC | ||
11 | AC_PROG_RANLIB | ||
diff --git a/meta-oe/recipes-support/usbpath/usbpath_svn.bb b/meta-oe/recipes-support/usbpath/usbpath_svn.bb index 0ec9324bb..134192bd6 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" | |||
11 | SRCREV = "3172" | 11 | SRCREV = "3172" |
12 | PV = "0.0+svnr${SRCPV}" | 12 | PV = "0.0+svnr${SRCPV}" |
13 | 13 | ||
14 | SRC_URI = "svn://svn.openmoko.org/trunk/src/host;module=usbpath;protocol=http" | 14 | SRC_URI = "svn://svn.openmoko.org/trunk/src/host;module=usbpath;protocol=http \ |
15 | file://configure.patch" | ||
15 | 16 | ||
16 | S = "${WORKDIR}/usbpath" | 17 | S = "${WORKDIR}/usbpath" |
17 | 18 | ||