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:
Derek Straka
2017-11-29 15:01:33 -05:00
committed by Armin Kuster
parent 5bf4a6fece
commit 5363029930

View File

@@ -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 \
"