aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-12 06:47:37 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-12 08:23:35 +0100
commitb26157a8b575aa7b5c96ffe782fc23ec0920311c (patch)
tree35f3a314527e566cff92f7455c2af43590bbf478 /meta
parent06cb4deba6e4df4ffe3015602d5997b26d28778b (diff)
downloadopenembedded-core-b26157a8b575aa7b5c96ffe782fc23ec0920311c.tar.gz
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@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/newt/libnewt-python_0.52.14.bb1
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 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/"