From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 3/6] python: add md5module support
Date: Wed, 28 Dec 2011 15:35:29 -0800 [thread overview]
Message-ID: <4EFBA7C1.6060405@linux.intel.com> (raw)
In-Reply-To: <a51df51291f928ba8250fb05c6b596017d400fc4.1325099431.git.sgw@linux.intel.com>
On 12/28/2011 11:12 AM, Saul Wold wrote:
> The internal md5 module is needed for using "waf" to install
> other python packages such as pycairo.
>
I grabbed the wrong patch here, I need to add a patch here, v2 out soon!
Sau!
> Signed-off-by: Saul Wold<sgw@linux.intel.com>
> ---
> .../recipes-devtools/python/python-native_2.7.2.bb | 6 ++++--
> .../python/python/add-md5module-support.patch | 13 +++++++++++++
> meta/recipes-devtools/python/python_2.7.2.bb | 3 ++-
> 3 files changed, 19 insertions(+), 3 deletions(-)
> create mode 100644 meta/recipes-devtools/python/python/add-md5module-support.patch
>
> diff --git a/meta/recipes-devtools/python/python-native_2.7.2.bb b/meta/recipes-devtools/python/python-native_2.7.2.bb
> index d036eca..7d8c597 100644
> --- a/meta/recipes-devtools/python/python-native_2.7.2.bb
> +++ b/meta/recipes-devtools/python/python-native_2.7.2.bb
> @@ -1,6 +1,6 @@
> require python.inc
> DEPENDS = "openssl-native bzip2-full-native zlib-native readline-native sqlite3-native"
> -PR = "${INC_PR}.1"
> +PR = "${INC_PR}.2"
>
> SRC_URI += "file://04-default-is-optimized.patch \
> file://05-enable-ctypes-cross-build.patch \
> @@ -11,7 +11,9 @@ SRC_URI += "file://04-default-is-optimized.patch \
> file://debug.patch \
> file://unixccompiler.patch \
> file://nohostlibs.patch \
> - file://multilib.patch "
> + file://multilib.patch \
> + file://add-md5module-support.patch \
> + "
> S = "${WORKDIR}/Python-${PV}"
>
> inherit native
> diff --git a/meta/recipes-devtools/python/python/add-md5module-support.patch b/meta/recipes-devtools/python/python/add-md5module-support.patch
> new file mode 100644
> index 0000000..f715f40
> --- /dev/null
> +++ b/meta/recipes-devtools/python/python/add-md5module-support.patch
> @@ -0,0 +1,13 @@
> +Index: Python-2.7.2/Modules/Setup.dist
> +===================================================================
> +--- Python-2.7.2.orig/Modules/Setup.dist 2011-06-11 08:46:26.000000000 -0700
> ++++ Python-2.7.2/Modules/Setup.dist 2011-12-27 15:51:41.244623219 -0800
> +@@ -248,7 +248,7 @@
> + # Message-Digest Algorithm, described in RFC 1321. The necessary files
> + # md5.c and md5.h are included here.
> +
> +-#_md5 md5module.c md5.c
> ++_md5 md5module.c md5.c
> +
> +
> + # The _sha module implements the SHA checksum algorithms.
> diff --git a/meta/recipes-devtools/python/python_2.7.2.bb b/meta/recipes-devtools/python/python_2.7.2.bb
> index 5e8e0d7..654c850 100644
> --- a/meta/recipes-devtools/python/python_2.7.2.bb
> +++ b/meta/recipes-devtools/python/python_2.7.2.bb
> @@ -1,7 +1,7 @@
> require python.inc
> DEPENDS = "python-native db gdbm openssl readline sqlite3 zlib"
> DEPENDS_sharprom = "python-native db readline zlib gdbm openssl"
> -PR = "${INC_PR}.4"
> +PR = "${INC_PR}.5"
>
> DISTRO_SRC_URI ?= "file://sitecustomize.py"
> DISTRO_SRC_URI_linuxstdbase = ""
> @@ -19,6 +19,7 @@ SRC_URI += "\
> file://cgi_py.patch \
> file://remove_sqlite_rpath.patch \
> file://setup_py_skip_cross_import_check.patch \
> + file://add-md5module-support.patch \
> "
>
> S = "${WORKDIR}/Python-${PV}"
next prev parent reply other threads:[~2011-12-28 23:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-28 19:12 [PATCH 0/6] Misc Fixes and Updates Saul Wold
2011-12-28 19:12 ` [PATCH 1/6] libiconv: Update to 1.14 Saul Wold
2011-12-28 19:12 ` [PATCH 2/6] dropbear: fix CRYPTLIB patch Saul Wold
2011-12-28 19:12 ` [PATCH 3/6] python: add md5module support Saul Wold
2011-12-28 23:35 ` Saul Wold [this message]
2011-12-28 19:12 ` [PATCH 4/6] boost: Cleanup multiple BJAM_OPTS Saul Wold
2011-12-28 19:12 ` [PATCH 5/6] util-linux: Update to 2.20.1 Saul Wold
2011-12-28 19:12 ` [PATCH 6/6] distro_tracking: Update Manual Check Dates Saul Wold
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=4EFBA7C1.6060405@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.