jq: Add tzdata to ptest rdeps

This is needed for some ptests to pass

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-07-02 23:22:08 -07:00
parent 355e97e1ee
commit b7e233f84a
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -43,4 +43,6 @@ do_install_ptest() {
sed -i s:@libdir@:${libdir}:g ${D}${PTEST_PATH}/run-ptest
}
RDEPENDS:${PN}-ptest += "tzdata"
BBCLASSEXTEND = "native"