libnewt-python: Don't write a whiptail package
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Sep 2013 06:47:37 +0000 (06:47 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Sep 2013 07:23:42 +0000 (08:23 +0100)
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>
meta/recipes-extended/newt/libnewt-python_0.52.14.bb

index 9af2d5d..871b195 100644 (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/"