mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
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>
This commit is contained in:
@@ -12,6 +12,7 @@ inherit autotools pkgconfig
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
PACKAGES =+ "orc-examples"
|
||||
PACKAGES_DYNAMIC += "^liborc-.*"
|
||||
FILES_orc-examples = "${libdir}/orc/*"
|
||||
FILES_${PN} = "${bindir}/*"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user