mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
module.bbclass: Add inherit of pkgconfig
This is needed for the make_scripts task. (From OE-Core rev: 554672d5f649eaf6a7d76f79520304415d926a3e) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fee8d9fdba
commit
1df119cd06
@@ -1,4 +1,4 @@
|
||||
inherit module-base kernel-module-split
|
||||
inherit module-base kernel-module-split pkgconfig
|
||||
|
||||
addtask make_scripts after do_prepare_recipe_sysroot before do_compile
|
||||
do_make_scripts[lockfiles] = "${TMPDIR}/kernel-scripts.lock"
|
||||
|
||||
Reference in New Issue
Block a user