From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com ([143.182.124.37]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Qmyml-000130-3a for openembedded-core@lists.openembedded.org; Sat, 30 Jul 2011 03:56:15 +0200 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 29 Jul 2011 18:51:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,290,1309762800"; d="scan'208";a="33203958" Received: from kyu3-dev32.bj.intel.com (HELO localhost) ([10.238.153.157]) by azsmga001.ch.intel.com with ESMTP; 29 Jul 2011 18:51:55 -0700 From: Yu Ke To: richard.purdie@linuxfoundation.org, openembedded-core@lists.openembedded.org Date: Sat, 30 Jul 2011 09:59:26 +0800 Message-Id: X-Mailer: git-send-email 1.7.0.4 Subject: [PATCH 0/1] replace PN with BPN in SRC_URI and S for multilib X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jul 2011 01:56:15 -0000 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(-)