* [PATCH] orc: Add missing PACKAGES_DYNAMIC
@ 2016-01-05 13:55 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2016-01-05 13:55 UTC (permalink / raw)
To: openembedded-core
Recipes should always indicate the packages they build, this corresponds to
the do_split_packages() call.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta/recipes-devtools/orc/orc_0.4.24.bb b/meta/recipes-devtools/orc/orc_0.4.24.bb
index 4fa311f..9e70d55 100644
--- a/meta/recipes-devtools/orc/orc_0.4.24.bb
+++ b/meta/recipes-devtools/orc/orc_0.4.24.bb
@@ -12,6 +12,7 @@ inherit autotools pkgconfig
BBCLASSEXTEND = "native nativesdk"
PACKAGES =+ "orc-examples"
+PACKAGES_DYNAMIC += "^liborc-.*"
FILES_orc-examples = "${libdir}/orc/*"
FILES_${PN} = "${bindir}/*"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-01-05 13:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-05 13:55 [PATCH] orc: Add missing PACKAGES_DYNAMIC Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox