[oe-commits] Richard Purdie : libnewt-python: Don't write a whiptail package

git at git.openembedded.org git at git.openembedded.org
Thu Sep 12 15:38:46 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: b26157a8b575aa7b5c96ffe782fc23ec0920311c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b26157a8b575aa7b5c96ffe782fc23ec0920311c

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Sep 12 06:47:37 2013 +0000

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 <richard.purdie at linuxfoundation.org>

---

 .../newt/libnewt-python_0.52.14.bb                 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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



More information about the Openembedded-commits mailing list