mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
pkgconfig.bbclass: corrected dependency for -nativesdk.
For -nativesdk, the dependency should be pkgconfig-nativesdk instead of pkgconfig. (From OE-Core rev: 36c0d1fdc71f9c63699049911aeddb07a746ca4a) Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6333c5fb7f
commit
15e797ccdb
@@ -2,5 +2,6 @@ DEPENDS_prepend = "pkgconfig-native "
|
||||
|
||||
PKGCONFIGRDEP = "pkgconfig"
|
||||
PKGCONFIGRDEP_virtclass-native = ""
|
||||
PKGCONFIGRDEP_virtclass-nativesdk = "pkgconfig-nativesdk"
|
||||
|
||||
RDEPENDS_${PN}-dev += "${PKGCONFIGRDEP}"
|
||||
|
||||
Reference in New Issue
Block a user