From: Richard Purdie Date: Thu, 12 Sep 2013 06:47:37 +0000 (+0000) Subject: libnewt-python: Don't write a whiptail package X-Git-Tag: 2015-4~5194 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b26157a8b575aa7b5c96ffe782fc23ec0920311c;p=openembedded-core.git 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. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/newt/libnewt-python_0.52.14.bb b/meta/recipes-extended/newt/libnewt-python_0.52.14.bb index 9af2d5d91f..871b1958eb 100644 --- a/meta/recipes-extended/newt/libnewt-python_0.52.14.bb +++ b/meta/recipes-extended/newt/libnewt-python_0.52.14.bb @@ -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/"