All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-core][PATCH v2] libgpg-error: inherit lib_package
@ 2025-03-21 15:12 Mario Schuknecht
  2025-03-21 15:21 ` Patchtest results for " patchtest
  2025-03-23 17:44 ` [OE-core] " Mathieu Dubois-Briand
  0 siblings, 2 replies; 18+ messages in thread
From: Mario Schuknecht @ 2025-03-21 15:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Mario Schuknecht

Inherit lib_package to create an extra libgpg-error-bin package for
executables. As a result, the gpg-error and yat2m executables are now in
this libgpg-error-bin package, and no longer in the libgpg-error
package.

Signed-off-by: Mario Schuknecht <mario.schuknecht@iris-sensing.com>
---
 meta/recipes-support/libgpg-error/libgpg-error_1.51.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.51.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.51.bb
index 741969beb0..e0287d813b 100644
--- a/meta/recipes-support/libgpg-error/libgpg-error_1.51.bb
+++ b/meta/recipes-support/libgpg-error/libgpg-error_1.51.bb
@@ -24,7 +24,7 @@ SRC_URI[sha256sum] = "be0f1b2db6b93eed55369cdf79f19f72750c8c7c39fc20b577e7245454
 
 BINCONFIG = "${bindir}/gpg-error-config"
 
-inherit autotools binconfig-disabled pkgconfig gettext multilib_header multilib_script ptest
+inherit autotools lib_package binconfig-disabled pkgconfig gettext multilib_header multilib_script ptest
 
 RDEPENDS:${PN}-ptest:append = " make bash"
 
@@ -47,7 +47,6 @@ do_install_ptest() {
     install ${B}/tests/Makefile ${D}${PTEST_PATH}
 }
 
-FILES:${PN}-dev += "${bindir}/gpg-error"
 FILES:${PN}-doc += "${datadir}/libgpg-error/errorref.txt"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.35.3



^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2025-04-08 15:17 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-21 15:12 [meta-core][PATCH v2] libgpg-error: inherit lib_package Mario Schuknecht
2025-03-21 15:21 ` Patchtest results for " patchtest
2025-03-23 17:44 ` [OE-core] " Mathieu Dubois-Briand
2025-03-24 10:39   ` AW: " Mario Schuknecht
2025-03-24 10:45     ` Alexander Kanavin
2025-03-24 11:07       ` Richard Purdie
2025-03-25  7:18         ` AW: " Mario Schuknecht
2025-03-25 13:05           ` Alexander Kanavin
     [not found]           ` <18300D8D696CD25C.32743@lists.openembedded.org>
2025-03-26  8:48             ` Alexander Kanavin
2025-03-26  8:54               ` AW: " Mario Schuknecht
2025-03-26 15:17               ` Mario Schuknecht
2025-03-26 15:28                 ` Alexander Kanavin
2025-04-04 15:14                   ` AW: " Mario Schuknecht
2025-04-04 19:02                     ` Alexander Kanavin
2025-04-05 15:34                       ` AW: " Mario Schuknecht
2025-04-07 11:02                         ` Alexander Kanavin
2025-04-08 15:12                           ` AW: " Mario Schuknecht
2025-04-08 15:16                             ` Alexander Kanavin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.