From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] python: use PKGSUFFIX for libpython2
Date: Fri, 27 Apr 2012 14:26:09 -0700 [thread overview]
Message-ID: <4F9B0EF1.5000307@linux.intel.com> (raw)
In-Reply-To: <1334197802-25482-1-git-send-email-obi@opendreambox.org>
On 04/11/2012 07:30 PM, Andreas Oberritter wrote:
> * python-nativesdk shouldn't provide libpython2, but
> libpython2-nativesdk.
>
> Signed-off-by: Andreas Oberritter<obi@opendreambox.org>
> ---
> meta/recipes-devtools/python/python_2.7.2.bb | 9 ++++++---
> 1 files changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-devtools/python/python_2.7.2.bb b/meta/recipes-devtools/python/python_2.7.2.bb
> index 8cf45da..ae08748 100644
> --- a/meta/recipes-devtools/python/python_2.7.2.bb
> +++ b/meta/recipes-devtools/python/python_2.7.2.bb
> @@ -1,6 +1,6 @@
> require python.inc
> DEPENDS = "python-native bzip2 db gdbm openssl readline sqlite3 zlib"
> -PR = "${INC_PR}.9"
> +PR = "${INC_PR}.10"
>
> DISTRO_SRC_URI ?= "file://sitecustomize.py"
> DISTRO_SRC_URI_linuxstdbase = ""
> @@ -128,8 +128,8 @@ RRECOMMENDS_${PN}-core = "${PN}-readline"
> RRECOMMENDS_${PN}-crypt = "openssl"
>
> # package libpython2
> -PACKAGES =+ "lib${BPN}2"
> -FILES_lib${BPN}2 = "${libdir}/libpython*.so.*"
> +PACKAGES =+ "lib${BPN}2${PKGSUFFIX}"
> +FILES_lib${BPN}2${PKGSUFFIX} = "${libdir}/libpython*.so.*"
>
> # catch debug extensions (isn't that already in python-core-dbg?)
> FILES_${PN}-dbg += "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/.debug"
> @@ -143,3 +143,6 @@ PACKAGES += "${PN}-man"
> FILES_${PN}-man = "${datadir}/man"
>
> BBCLASSEXTEND = "nativesdk"
> +
> +PKGSUFFIX = ""
> +PKGSUFFIX_virtclass-nativesdk = "-nativesdk"
This was merged into OE-Core along with the 2 wpa-supplicant changes
Thanks
Sau!
prev parent reply other threads:[~2012-04-27 21:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-12 2:30 [PATCH] python: use PKGSUFFIX for libpython2 Andreas Oberritter
2012-04-27 21:26 ` Saul Wold [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F9B0EF1.5000307@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.