mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +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"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
PACKAGES =+ "orc-examples"
|
PACKAGES =+ "orc-examples"
|
||||||
|
PACKAGES_DYNAMIC += "^liborc-.*"
|
||||||
FILES_orc-examples = "${libdir}/orc/*"
|
FILES_orc-examples = "${libdir}/orc/*"
|
||||||
FILES_${PN} = "${bindir}/*"
|
FILES_${PN} = "${bindir}/*"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user