diff options
-rw-r--r-- | meta-oe/recipes-devtools/jq/jq_1.8.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/jq/jq_1.8.0.bb b/meta-oe/recipes-devtools/jq/jq_1.8.0.bb index af35324b5f..4aaf27da9a 100644 --- a/meta-oe/recipes-devtools/jq/jq_1.8.0.bb +++ b/meta-oe/recipes-devtools/jq/jq_1.8.0.bb | |||
@@ -43,4 +43,6 @@ do_install_ptest() { | |||
43 | sed -i s:@libdir@:${libdir}:g ${D}${PTEST_PATH}/run-ptest | 43 | sed -i s:@libdir@:${libdir}:g ${D}${PTEST_PATH}/run-ptest |
44 | } | 44 | } |
45 | 45 | ||
46 | RDEPENDS:${PN}-ptest += "tzdata" | ||
47 | |||
46 | BBCLASSEXTEND = "native" | 48 | BBCLASSEXTEND = "native" |