libnewt-python: Don't write a whiptail package

The whiptail package is written by the libnewt recipe so for the python version
we need to ensure its not in PACKAGES.

(From OE-Core rev: b26157a8b575aa7b5c96ffe782fc23ec0920311c)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2013-09-12 06:47:37 +00:00
parent 01db559abd
commit bd76847d86
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ do_install () {
install -m 0644 snack.py ${D}${PYTHON_SITEPACKAGES_DIR}/
}
PACKAGES_remove = "whiptail"
FILES_${PN} = "${PYTHON_SITEPACKAGES_DIR}/*"
FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/.debug/"