From eae16471baccfe4849dc579dfec7434a9ac142b6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 5 Jan 2016 13:55:48 +0000 Subject: 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 --- meta/recipes-devtools/orc/orc_0.4.24.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') 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}/*" -- cgit 1.2.3-korg