From: Radek Dostál Date: Fri, 10 Nov 2017 12:11:04 +0000 (+0100) Subject: sbc: move examples to their own package X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=096f0aa642ba469699c10dc4a181d62c0bc5e7b9;p=openembedded-core.git sbc: move examples to their own package Suggested-by: Ross Burton Signed-off-by: Radek Dostál Signed-off-by: Ross Burton Signed-off-by: Armin Kuster --- diff --git a/meta/recipes-multimedia/sbc/sbc_1.3.bb b/meta/recipes-multimedia/sbc/sbc_1.3.bb index 2d7f31bc1b..f6a7f8b553 100644 --- a/meta/recipes-multimedia/sbc/sbc_1.3.bb +++ b/meta/recipes-multimedia/sbc/sbc_1.3.bb @@ -14,3 +14,6 @@ SRC_URI[md5sum] = "2d8b7841f2c11ab287718d562f2b981c" SRC_URI[sha256sum] = "e61022cf576f14190241e7071753fdacdce5d1dea89ffd704110fc50be689309" inherit autotools pkgconfig + +PACKAGES =+ "${PN}-examples" +FILES_${PN}-examples += "${bindir}/*"