All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yu Ke <ke.yu@intel.com>
To: richard.purdie@linuxfoundation.org,
	openembedded-core@lists.openembedded.org
Subject: [PATCH 0/1] replace PN with BPN in SRC_URI and S for multilib
Date: Sat, 30 Jul 2011 09:59:26 +0800	[thread overview]
Message-ID: <cover.1311990837.git.ke.yu@intel.com> (raw)

in multilibcase, PN has multilib prefix, so it is not
correct to use PN in SRC_URI and S. instead,  we've
dedicately pruned multilib prefix in BPN, so BPN is
the right alternative for PN.

The following changes since commit f94b781695cd8fa387daff16ecbf3987a0883018:
  Bruce Ashfield (1):
        poky.conf: explicitly referenced preferred linux-yocto version

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib kyu3/src-uri
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/src-uri

Yu Ke (1):
  SRC_URI, S: use BPN instead of PN for multilib case

 .../farsight/farsight2_0.0.9.bb                    |    2 +-
 .../loudmouth/loudmouth_1.4.0.bb                   |    2 +-
 .../opensync/libopensync-plugin_0.36.inc           |    2 +-
 .../telepathy/telepathy-farsight_0.0.7.bb          |    2 +-
 .../telepathy/telepathy-gabble_0.7.8.bb            |    2 +-
 .../recipes-connectivity/wbxml/wbxml2_0.9.2.bb     |    2 +-
 .../recipes-gnome/gcalctool/gcalctool_5.7.32.bb    |    2 +-
 .../recipes-gnome/gcalctool/gcalctool_5.8.17.bb    |    2 +-
 .../recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb |    2 +-
 meta-demoapps/recipes-gnome/wv/wv_1.2.0.bb         |    2 +-
 meta-demoapps/recipes-sato/kf/kf_0.5.4.1.bb        |    2 +-
 .../matchbox-themes-extra_git.bb                   |    2 +-
 .../recipes-support/poppler/poppler-data_0.1.bb    |    2 +-
 meta-demoapps/recipes-support/poppler/poppler.inc  |    2 +-
 .../omap3-sgx-modules_1.3.13.1397.bb               |    4 ++--
 meta/recipes-bsp/zaurusd/zaurusd_svn.bb            |    2 +-
 .../galago/galago-daemon_0.5.1.bb                  |    2 +-
 .../iproute2/iproute2_2.6.38.bb                    |    2 +-
 meta/recipes-connectivity/ofono/ofono_0.50.bb      |    2 +-
 .../telepathy/telepathy-glib_0.14.3.bb             |    2 +-
 .../telepathy/telepathy-idle_0.1.8.bb              |    2 +-
 .../telepathy/telepathy-python_0.15.19.bb          |    2 +-
 meta/recipes-core/dbus-wait/dbus-wait_svn.bb       |    2 +-
 .../glib-networking/glib-networking_2.28.7.bb      |    2 +-
 meta/recipes-devtools/distcc/distcc_2.18.3.bb      |    2 +-
 .../subversion/subversion_1.6.15.bb                |    2 +-
 meta/recipes-extended/blktool/blktool_4-6.bb       |    2 +-
 .../recipes-extended/chkconfig/chkconfig_1.3.52.bb |    2 +-
 meta/recipes-extended/libidn/libidn_0.6.14.bb      |    2 +-
 meta/recipes-extended/libidn/libidn_1.22.bb        |    2 +-
 meta/recipes-extended/libtirpc/libtirpc_0.2.2.bb   |    4 ++--
 meta/recipes-extended/mktemp/mktemp_1.7.bb         |    2 +-
 meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb |    2 +-
 .../ttf-fonts/liberation-fonts_1.06.bb             |    2 +-
 .../xorg-driver/xf86-driver-common.inc             |    2 +-
 meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb |    2 +-
 meta/recipes-sato/eds/eds-tools_bzr.bb             |    2 +-
 meta/recipes-sato/gaku/gaku_svn.bb                 |    2 +-
 meta/recipes-sato/libical/libical_0.46.bb          |    2 +-
 meta/recipes-sato/libowl/libowl_svn.bb             |    2 +-
 .../recipes-sato/owl-video-widget/libowl-av_svn.bb |    2 +-
 meta/recipes-sato/puzzles/oh-puzzles_svn.bb        |    2 +-
 meta/recipes-sato/puzzles/puzzles_r9175.bb         |    2 +-
 meta/recipes-sato/screenshot/screenshot_svn.bb     |    2 +-
 meta/recipes-support/apr/apr-util_1.3.10.bb        |    2 +-
 meta/recipes-support/apr/apr_1.4.2.bb              |    2 +-
 meta/recipes-support/liboil/liboil_0.3.17.bb       |    2 +-
 meta/recipes-support/neon/neon_0.29.5.bb           |    2 +-
 48 files changed, 50 insertions(+), 50 deletions(-)




             reply	other threads:[~2011-07-30  1:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-30  1:59 Yu Ke [this message]
2011-07-30  1:59 ` [PATCH 1/1] SRC_URI, S: use BPN instead of PN for multilib case Yu Ke
2011-08-04 14:58 ` [PATCH 0/1] replace PN with BPN in SRC_URI and S for multilib 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=cover.1311990837.git.ke.yu@intel.com \
    --to=ke.yu@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.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.