From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 05/43] python: use PKGSUFFIX for libpython2
Date: Fri, 20 Apr 2012 09:44:56 -0700 [thread overview]
Message-ID: <f1e8dd9c0bb3dc0ca607e332bf48c9159aaf80ac.1334940120.git.sgw@linux.intel.com> (raw)
In-Reply-To: <cover.1334940120.git.sgw@linux.intel.com>
In-Reply-To: <cover.1334940120.git.sgw@linux.intel.com>
From: Andreas Oberritter <obi@opendreambox.org>
* python-nativesdk shouldn't provide libpython2, but
libpython2-nativesdk.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
[PR Bump - sgw]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
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 95e17a8..3deed4c 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}.12"
+PR = "${INC_PR}.13"
DISTRO_SRC_URI ?= "file://sitecustomize.py"
DISTRO_SRC_URI_linuxstdbase = ""
@@ -133,8 +133,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"
@@ -148,3 +148,6 @@ PACKAGES += "${PN}-man"
FILES_${PN}-man = "${datadir}/man"
BBCLASSEXTEND = "nativesdk"
+
+PKGSUFFIX = ""
+PKGSUFFIX_virtclass-nativesdk = "-nativesdk"
--
1.7.7.6
next prev parent reply other threads:[~2012-04-20 16:55 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-20 16:44 [CONSOLIDATED PULL 00/43] Post 1.2 Catch Up Saul Wold
2012-04-20 16:44 ` [CONSOLIDATED PULL 01/43] augeas: Add libxml2 dependency Saul Wold
2012-07-17 20:50 ` McClintock Matthew-B29882
2012-04-20 16:44 ` [CONSOLIDATED PULL 02/43] rt-tests: fix dependency on eglibc, clean LDFLAGS passing Saul Wold
2012-04-20 20:04 ` Denys Dmytriyenko
2012-04-20 20:10 ` Saul Wold
2012-04-20 16:44 ` [CONSOLIDATED PULL 03/43] connman: Fix linking with gold linker Saul Wold
2012-04-20 16:44 ` [CONSOLIDATED PULL 04/43] connman: backport test script fixes Saul Wold
2012-04-20 16:44 ` Saul Wold [this message]
2012-04-20 16:44 ` [CONSOLIDATED PULL 06/43] wpa-supplicant: remove unused files Saul Wold
2012-04-20 16:44 ` [CONSOLIDATED PULL 07/43] wpa-supplicant: move wpa_passphrase to bindir Saul Wold
2012-04-20 16:44 ` [CONSOLIDATED PULL 08/43] update-alternatives.bbclass: Ensure alternatives end up in per file deps Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 09/43] coreutils_*.bb: Use update alternatives and add missing manual alt links Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 10/43] coreutils_*.bb: Sync up file path with busybox and minor cleanup Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 11/43] grep: Use update-alternatives Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 12/43] openssh: " Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 13/43] hdparm: " Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 14/43] iputils: " Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 15/43] net-tools: " Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 16/43] shadow: " Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 17/43] findutils: " Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 18/43] gzip: Use update-alternatives class Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 19/43] module-init-tools: Update to use " Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 20/43] kbd: Use update-alternatives Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 21/43] console-tools: " Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 22/43] sysvinit: Use update-alternatives in a different way Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 23/43] lrzsz: Use update-alternatives to set provides Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 24/43] cpio: use update-alternatives class Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 25/43] dropbear: Use " Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 26/43] ncurses: Use update-alternatives Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 27/43] gthumb: Disable parallel make for gthumb install Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 28/43] qt4-x11-free: enable -accessibility and -sm Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 29/43] package.bbclass: Ensure kernel modules get stripped Saul Wold
2012-04-23 15:47 ` Darren Hart
2012-04-24 10:40 ` Richard Purdie
2012-05-08 12:43 ` Dominik
2012-04-20 16:45 ` [CONSOLIDATED PULL 30/43] qemu: Backport a patch to solve SSE2 instruction emulation issues Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 31/43] bdwgc: Set ARM_INSTRUCTION_SET to "arm" Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 32/43] bluez4: make alsa support conditional upon DISTRO_FEATURES Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 33/43] gettext.bbclass: Ensure we don't overwrite other DEPENDS_GETTEXT values Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 34/43] binutils: add embedspu for ppc builds Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 35/43] libgcc: Package additional *crt*.o files for PPC Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 36/43] xserver-kdrive: Add xkb to existing docs list Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 37/43] gcc: Add plugins package for ARM, fix /usr/incude packaging Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 38/43] quilt: move empty quiltrc to native sysconfdir Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 39/43] sysstat: Upgrade to 10.0.3 Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 40/43] lame: Upgrade to 3.99.5 Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 41/43] sqlite3: Upgrade to 3.7.11 Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 42/43] distro_tracking: Update Manual Check Saul Wold
2012-04-20 16:45 ` [CONSOLIDATED PULL 43/43] kernel: Fix packaging issue Saul Wold
2012-04-23 15:39 ` Darren Hart
2012-04-24 10:43 ` [CONSOLIDATED PULL 00/43] Post 1.2 Catch Up Richard Purdie
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=f1e8dd9c0bb3dc0ca607e332bf48c9159aaf80ac.1334940120.git.sgw@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox