mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
python-chardet: add a separate package for the cli utils
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
5bf4a6fece
commit
5363029930
@@ -11,3 +11,9 @@ SRC_URI[md5sum] = "7dd1ba7f9c77e32351b0a0cfacf4055c"
|
||||
SRC_URI[sha256sum] = "84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
PACKAGES =+ "${PN}-cli"
|
||||
RDEPENDS_${PN}-cli = "${PN} "
|
||||
FILES_${PN}-cli += " \
|
||||
${PYTHON_SITEPACKAGES_DIR}/chardet/cli \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user