mirror of
https://git.yoctoproject.org/poky
synced 2026-06-09 03:40:18 +00:00
pkgconfig: Move pkg.m4 from -dev to package
If pkgconfig is installed you're doing development work and the -dev package makes little sense in the pkgconfig case. Keeping the .m4 file associated with the main package therefore makes more sense than having the user install both. [YOCTO #1908] (From OE-Core rev: 80fdf2cf2b048d7c2e8dff9c47490f47fc62e820) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b19b27676e
commit
05f421f200
@@ -31,3 +31,5 @@ do_configure_prepend () {
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
FILES_${PN} += "${datadir}/aclocal/pkg.m4"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require pkgconfig.inc
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI[md5sum] = "a3270bab3f4b69b7dc6dbdacbcae9745"
|
||||
SRC_URI[sha256sum] = "3ba691ee2431f32ccb8efa131e59bf23e37f122dc66791309023ca6dcefcd10e"
|
||||
|
||||
Reference in New Issue
Block a user