diff options
Diffstat (limited to 'meta-oe/recipes-devtools/serialcheck')
-rw-r--r-- | meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb b/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb index 16eaf62f78..72193b744b 100644 --- a/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb +++ b/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb | |||
@@ -13,8 +13,8 @@ S = "${WORKDIR}/git" | |||
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||
16 | DEPENDS_append_libc-musl = " argp-standalone" | 16 | DEPENDS:append:libc-musl = " argp-standalone" |
17 | EXTRA_OEMAKE_append_libc-musl = " LIBS='-largp'" | 17 | EXTRA_OEMAKE:append:libc-musl = " LIBS='-largp'" |
18 | 18 | ||
19 | PACKAGE_BEFORE_PN += "${PN}-stats" | 19 | PACKAGE_BEFORE_PN += "${PN}-stats" |
20 | 20 | ||
@@ -26,6 +26,6 @@ do_install() { | |||
26 | install ${S}/README ${D}${docdir}/${BP} | 26 | install ${S}/README ${D}${docdir}/${BP} |
27 | } | 27 | } |
28 | 28 | ||
29 | FILES_${PN}-stats = "${bindir}/serialstats" | 29 | FILES:${PN}-stats = "${bindir}/serialstats" |
30 | 30 | ||
31 | BBCLASSEXTEND = "nativesdk" | 31 | BBCLASSEXTEND = "nativesdk" |