diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-06-17 15:01:05 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-17 17:55:08 +0100 |
commit | 46ec6e5601b88d4270d58586f25626349474d769 (patch) | |
tree | 295df4cc4ae755639160c8279ddcb5feb1e981fe /meta/recipes-extended/newt/libnewt-python_0.52.14.bb | |
parent | cdbd772492812d2bd16ce9f3d5641910f9df240f (diff) | |
download | openembedded-core-46ec6e5601b88d4270d58586f25626349474d769.tar.gz openembedded-core-46ec6e5601b88d4270d58586f25626349474d769.tar.bz2 openembedded-core-46ec6e5601b88d4270d58586f25626349474d769.zip |
libnewt/libnewt-python: upgrade to 0.52.17
- The company address has changed in COPYING.
- Rebase fix_SHAREDDIR.patch to 0.52.17
- Rebase cross_ar.patch to 0.52.17
- Obsolete fix_python_fpic.patch, since the patch has been
merged by upstream;
- The upstream rename snackmodule to snack in 0.52.17, so tweak
libnewt-python_0.52.17.bb;
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/newt/libnewt-python_0.52.14.bb')
-rw-r--r-- | meta/recipes-extended/newt/libnewt-python_0.52.14.bb | 27 |
1 files changed, 0 insertions, 27 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 deleted file mode 100644 index 871b1958eb..0000000000 --- a/meta/recipes-extended/newt/libnewt-python_0.52.14.bb +++ /dev/null @@ -1,27 +0,0 @@ -require recipes-extended/newt/libnewt_${PV}.bb - -SUMMARY .= " - python" -DEPENDS = "libnewt python" -RDEPENDS_${PN} += "python-core" - -inherit pythonnative python-dir - -EXTRA_OECONF += "--with-python" -EXTRA_OEMAKE += "PYTHONVERS=${PYTHON_DIR}" - - -do_compile () { - VERSION="$(sed -n 's/^VERSION = //p' Makefile)" - oe_runmake "LIBNEWTSH=${STAGING_LIBDIR}/libnewt.so.$VERSION" _snackmodule.so -} - -do_install () { - install -d ${D}${PYTHON_SITEPACKAGES_DIR} - install -m 0755 ${PYTHON_DIR}/_snackmodule.so ${D}${PYTHON_SITEPACKAGES_DIR}/ - install -m 0644 snack.py ${D}${PYTHON_SITEPACKAGES_DIR}/ -} - -PACKAGES_remove = "whiptail" - -FILES_${PN} = "${PYTHON_SITEPACKAGES_DIR}/*" -FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/.debug/" |