diff options
| -rw-r--r-- | meta/recipes-support/libcheck/libcheck_0.15.2.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-support/libcheck/libcheck_0.15.2.bb b/meta/recipes-support/libcheck/libcheck_0.15.2.bb index 5ab67b8728..8455f2c748 100644 --- a/meta/recipes-support/libcheck/libcheck_0.15.2.bb +++ b/meta/recipes-support/libcheck/libcheck_0.15.2.bb | |||
| @@ -18,15 +18,16 @@ GITHUB_BASE_URI = "https://github.com/libcheck/check/releases/" | |||
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/check-${PV}" | 19 | S = "${WORKDIR}/check-${PV}" |
| 20 | 20 | ||
| 21 | inherit autotools pkgconfig texinfo github-releases | 21 | inherit cmake pkgconfig texinfo github-releases |
| 22 | |||
| 23 | CACHED_CONFIGUREVARS += "ac_cv_path_AWK_PATH=${bindir}/gawk" | ||
| 24 | 22 | ||
| 25 | RREPLACES:${PN} = "check (<= 0.9.5)" | 23 | RREPLACES:${PN} = "check (<= 0.9.5)" |
| 26 | 24 | ||
| 25 | EXTRA_OECMAKE:append:class-target = " -DAWK_PATH=${bindir}/awk" | ||
| 26 | |||
| 27 | do_install:append:class-native() { | 27 | do_install:append:class-native() { |
| 28 | create_cmdline_shebang_wrapper ${D}${bindir}/checkmk | 28 | create_cmdline_shebang_wrapper ${D}${bindir}/checkmk |
| 29 | } | 29 | } |
| 30 | |||
| 30 | BBCLASSEXTEND = "native nativesdk" | 31 | BBCLASSEXTEND = "native nativesdk" |
| 31 | 32 | ||
| 32 | PACKAGES =+ "checkmk" | 33 | PACKAGES =+ "checkmk" |
| @@ -34,3 +35,4 @@ PACKAGES =+ "checkmk" | |||
| 34 | FILES:checkmk = "${bindir}/checkmk" | 35 | FILES:checkmk = "${bindir}/checkmk" |
| 35 | 36 | ||
| 36 | RDEPENDS:checkmk = "gawk" | 37 | RDEPENDS:checkmk = "gawk" |
| 38 | |||
