mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
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:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user