diff options
-rwxr-xr-x | meta-oe/recipes-support/lcov/lcov_1.14.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/lcov/lcov_1.14.bb b/meta-oe/recipes-support/lcov/lcov_1.14.bb index 484b1af5f2..14718184bd 100755 --- a/meta-oe/recipes-support/lcov/lcov_1.14.bb +++ b/meta-oe/recipes-support/lcov/lcov_1.14.bb | |||
@@ -10,6 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | |||
10 | 10 | ||
11 | RDEPENDS_${PN} += " \ | 11 | RDEPENDS_${PN} += " \ |
12 | gcov \ | 12 | gcov \ |
13 | gcov-symlinks \ | ||
13 | libjson-perl \ | 14 | libjson-perl \ |
14 | libperlio-gzip-perl \ | 15 | libperlio-gzip-perl \ |
15 | perl \ | 16 | perl \ |
@@ -58,3 +59,4 @@ do_install() { | |||
58 | oe_runmake install PREFIX=${D}${prefix} CFG_DIR=${D}${sysconfdir} | 59 | oe_runmake install PREFIX=${D}${prefix} CFG_DIR=${D}${sysconfdir} |
59 | } | 60 | } |
60 | 61 | ||
62 | BBCLASSEXTEND = "native nativesdk" | ||