libubox: Inherit pkgconfig

Fixes
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libubox/1.0.1+gitAUTOINC+07413cce72-r0/git/blobmsg_json.c:23:11: fatal error: 'json/json.h' file not found
        #include <json/json.h>
                 ^~~~~~~~~~~~~

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2021-09-22 08:50:07 -07:00
parent f1fb07f40b
commit ffa1bac717
@@ -24,7 +24,7 @@ PV = "1.0.1+git${SRCPV}"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
inherit cmake inherit cmake pkgconfig
DEPENDS = "json-c" DEPENDS = "json-c"