diff options
| -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 0000000000..271e6a53ad --- /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 0ec9324bb4..134192bd67 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 | ||
