summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/oath/oath_2.6.2.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-extended/oath/oath_2.6.2.bb b/recipes-extended/oath/oath_2.6.2.bb
index 84d42dff..3d962869 100644
--- a/recipes-extended/oath/oath_2.6.2.bb
+++ b/recipes-extended/oath/oath_2.6.2.bb
@@ -14,6 +14,10 @@ SRC_URI[sha256sum] = "b03446fa4b549af5ebe4d35d7aba51163442d255660558cd861ebce536
14 14
15inherit autotools pkgconfig 15inherit autotools pkgconfig
16 16
17# http://errors.yoctoproject.org/Errors/Details/848019/
18# uses AM_PATH_XML2 from oath-toolkit-2.6.2/m4/libxml2.m4:AC_DEFUN([AM_PATH_XML2],[...
19EXTRA_AUTORECONF += "-I ${S}/m4"
20
17# Specify any options you want to pass to the configure script using EXTRA_OECONF: 21# Specify any options you want to pass to the configure script using EXTRA_OECONF:
18EXTRA_OECONF = "" 22EXTRA_OECONF = ""
19DEPENDS = "gtk-doc-native" 23DEPENDS = "gtk-doc-native"