mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 03:29:59 +00:00
websocketpp: also install examples in a new -examples subpackage
Thanks to Khem Raj for the suggestion, the location is similar to the one used by Debian packaging Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
425ae63835
commit
1206a34009
@@ -30,3 +30,12 @@ SRCREV= "c6d7e295bf5a0ab9b5f896720cc1a0e0fdc397a7"
|
|||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit cmake
|
inherit cmake
|
||||||
|
|
||||||
|
PACKAGES =+ "${PN}-examples"
|
||||||
|
|
||||||
|
FILES_${PN}-examples = "${docdir}"
|
||||||
|
|
||||||
|
do_install_append() {
|
||||||
|
install -d ${D}${docdir}/${BPN}
|
||||||
|
cp -R ${S}/examples ${D}${docdir}/${BPN}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user