From: Richard Purdie Date: Tue, 5 Jan 2016 13:55:48 +0000 (+0000) Subject: orc: Add missing PACKAGES_DYNAMIC X-Git-Tag: 2016-4~1755 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=eae16471baccfe4849dc579dfec7434a9ac142b6;p=openembedded-core.git orc: Add missing PACKAGES_DYNAMIC Recipes should always indicate the packages they build, this corresponds to the do_split_packages() call. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/orc/orc_0.4.24.bb b/meta/recipes-devtools/orc/orc_0.4.24.bb index 4fa311f837..9e70d5514b 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}/*"