mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
autogen-native: inherit pkgconfig to fix a build failure
This patch is to inherit pkgconfig to fix a build failure. (From OE-Core rev: 217aa4d9802609d2c3628c8751a27a5d25900898) Signed-off-by: Christopher Larson <kergoth@gmail.com> Signed-off-by: Shrikant Bobade <Shrikant_Bobade@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c58b4e42db
commit
52b788c6df
@@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "73d05a689105eb9b8be54f32498c99ddbd360776fc61cf45be6a2a4eb4
|
||||
|
||||
DEPENDS = "guile-native libtool-native libxml2-native"
|
||||
|
||||
inherit autotools texinfo native
|
||||
inherit autotools texinfo native pkgconfig
|
||||
|
||||
# autogen-native links against libguile which may have been relocated with sstate
|
||||
# these environment variables ensure there isn't a relocation issue
|
||||
|
||||
Reference in New Issue
Block a user