diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-05 13:55:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-06 15:27:33 +0000 |
commit | c44b76abc3dc95eb1c42eaf862749a5c9c1c6d3f (patch) | |
tree | acd0d8c8f36fb6b5f8a7e7d3d02e181458a81a9e /meta/recipes-devtools | |
parent | 2cd061a29a94fdcdfec86732e6bcbb71c12c4afc (diff) | |
download | poky-c44b76abc3dc95eb1c42eaf862749a5c9c1c6d3f.tar.gz |
orc: Add missing PACKAGES_DYNAMIC
Recipes should always indicate the packages they build, this corresponds to
the do_split_packages() call.
(From OE-Core rev: eae16471baccfe4849dc579dfec7434a9ac142b6)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/orc/orc_0.4.24.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
12 | BBCLASSEXTEND = "native nativesdk" | 12 | BBCLASSEXTEND = "native nativesdk" |
13 | 13 | ||
14 | PACKAGES =+ "orc-examples" | 14 | PACKAGES =+ "orc-examples" |
15 | PACKAGES_DYNAMIC += "^liborc-.*" | ||
15 | FILES_orc-examples = "${libdir}/orc/*" | 16 | FILES_orc-examples = "${libdir}/orc/*" |
16 | FILES_${PN} = "${bindir}/*" | 17 | FILES_${PN} = "${bindir}/*" |
17 | 18 | ||