From 35d249bb9a575a5a48491052896e121266d515f0 Mon Sep 17 00:00:00 2001 From: Stefano Babic Date: Tue, 12 Jan 2021 22:29:43 +0100 Subject: libconfig: split package for C++ There is current just one package for libconfig and libconfig++ library. In case footprint matters as an image in initramfs, the C++ binding if not required adds additional dependencies (libstdc++). This split the packages to let include just what is needed. Signed-off-by: Stefano Babic Suggested-by : Stefan Herbrechtsmeier Reported-by: Khem Raj Signed-off-by: Khem Raj --- meta-oe/recipes-extended/libconfig/libconfig_1.7.2.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-oe') diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.7.2.bb b/meta-oe/recipes-extended/libconfig/libconfig_1.7.2.bb index 148e85ce11..70ea82eb99 100644 --- a/meta-oe/recipes-extended/libconfig/libconfig_1.7.2.bb +++ b/meta-oe/recipes-extended/libconfig/libconfig_1.7.2.bb @@ -13,3 +13,7 @@ inherit autotools-brokensep pkgconfig SRC_URI[md5sum] = "6bd98ee3a6e6b9126c82c916d7a9e690" SRC_URI[sha256sum] = "7c3c7a9c73ff3302084386e96f903eb62ce06953bb1666235fac74363a16fad9" + +PACKAGE_BEFORE_PN = "${PN}++" +FILES_${PN}++ = "${libdir}/${BPN}++*${SOLIBS}" + -- cgit 1.2.3-korg