diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-12 06:47:37 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-12 08:23:42 +0100 |
| commit | bd76847d867f9f76f76f033439cfb834cf59380f (patch) | |
| tree | d205b46734b690f07a7c16c4fa692d5b6f078c83 | |
| parent | 01db559abdf37003f72f3a00cd9114eb981e7c31 (diff) | |
| download | poky-bd76847d867f9f76f76f033439cfb834cf59380f.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.
(From OE-Core rev: b26157a8b575aa7b5c96ffe782fc23ec0920311c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-extended/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 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 () { | |||
| 21 | install -m 0644 snack.py ${D}${PYTHON_SITEPACKAGES_DIR}/ | 21 | install -m 0644 snack.py ${D}${PYTHON_SITEPACKAGES_DIR}/ |
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | PACKAGES_remove = "whiptail" | ||
| 24 | 25 | ||
| 25 | FILES_${PN} = "${PYTHON_SITEPACKAGES_DIR}/*" | 26 | FILES_${PN} = "${PYTHON_SITEPACKAGES_DIR}/*" |
| 26 | FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/.debug/" | 27 | FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/.debug/" |
