diff options
-rw-r--r-- | meta-oe/recipes-connectivity/soft66/files/fix-ar.patch | 13 | ||||
-rw-r--r-- | meta-oe/recipes-connectivity/soft66/soft66_git.bb | 4 |
2 files changed, 16 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/soft66/files/fix-ar.patch b/meta-oe/recipes-connectivity/soft66/files/fix-ar.patch new file mode 100644 index 000000000..bf1ffdfc6 --- /dev/null +++ b/meta-oe/recipes-connectivity/soft66/files/fix-ar.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | --- | ||
2 | configure.ac | 1 + | ||
3 | 1 file changed, 1 insertion(+) | ||
4 | |||
5 | --- git.orig/configure.ac | ||
6 | +++ git/configure.ac | ||
7 | @@ -7,5 +7,6 @@ AC_PROG_CC | ||
8 | AC_CONFIG_HEADERS([config.h]) | ||
9 | AC_CONFIG_FILES([Makefile lib/Makefile tools/Makefile]) | ||
10 | PKG_CHECK_MODULES([FTDI], [libftdi >= 0.13]) | ||
11 | AC_OUTPUT | ||
12 | AM_PROG_CC_C_O | ||
13 | +AM_PROG_AR | ||
diff --git a/meta-oe/recipes-connectivity/soft66/soft66_git.bb b/meta-oe/recipes-connectivity/soft66/soft66_git.bb index c38ac15d1..a574c3c9f 100644 --- a/meta-oe/recipes-connectivity/soft66/soft66_git.bb +++ b/meta-oe/recipes-connectivity/soft66/soft66_git.bb | |||
@@ -6,9 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ | |||
6 | DEPENDS = "libftdi" | 6 | DEPENDS = "libftdi" |
7 | 7 | ||
8 | PV = "0.1.3+gitr${SRCPV}" | 8 | PV = "0.1.3+gitr${SRCPV}" |
9 | PR = "r1" | ||
9 | 10 | ||
10 | SRCREV = "a1dab25e73896c90c98227ac8055f227b830d512" | 11 | SRCREV = "a1dab25e73896c90c98227ac8055f227b830d512" |
11 | SRC_URI = "git://home.horsten.com/soft66;protocol=git" | 12 | SRC_URI = "git://home.horsten.com/soft66;protocol=git \ |
13 | file://fix-ar.patch" | ||
12 | 14 | ||
13 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
14 | 16 | ||