mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
git: Package up python and gitweb files into appropriate packages
(From OE-Core rev: 3037905b20eac8d2b69fe4758a6559459a86a6ed) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -38,6 +38,9 @@ FILES_${PN}-perltools += " \
|
|||||||
"
|
"
|
||||||
RDEPENDS_${PN}-perltools = "${PN} perl perl-module-file-path findutils"
|
RDEPENDS_${PN}-perltools = "${PN} perl perl-module-file-path findutils"
|
||||||
|
|
||||||
|
PACKAGES =+ "${PN}-python"
|
||||||
|
FILES_${PN}-python = "${libdir}/python*"
|
||||||
|
|
||||||
# git-tk package with gitk and git-gui
|
# git-tk package with gitk and git-gui
|
||||||
PACKAGES =+ "${PN}-tk"
|
PACKAGES =+ "${PN}-tk"
|
||||||
#RDEPENDS_${PN}-tk = "${PN} tk tcl"
|
#RDEPENDS_${PN}-tk = "${PN} tk tcl"
|
||||||
@@ -47,5 +50,8 @@ FILES_${PN}-tk = " \
|
|||||||
${datadir}/gitk \
|
${datadir}/gitk \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
PACKAGES =+ "gitweb"
|
||||||
|
FILES_gitweb = "${datadir}/gitweb/"
|
||||||
|
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
Reference in New Issue
Block a user