]> code.ossystems Code Review - openembedded-core.git/commitdiff
orc: Add missing PACKAGES_DYNAMIC
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Jan 2016 13:55:48 +0000 (13:55 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Jan 2016 14:00:02 +0000 (14:00 +0000)
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>
meta/recipes-devtools/orc/orc_0.4.24.bb

index 4fa311f8371f1db622338099afe32fbf89a251cd..9e70d5514b1daf0043d78996c44b19d0207f0bdd 100644 (file)
@@ -12,6 +12,7 @@ inherit autotools pkgconfig
 BBCLASSEXTEND = "native nativesdk"
 
 PACKAGES =+ "orc-examples"
+PACKAGES_DYNAMIC += "^liborc-.*"
 FILES_orc-examples = "${libdir}/orc/*"
 FILES_${PN} = "${bindir}/*"