From patchwork Fri Jun 29 21:21:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/7] Simplify lib_package Date: Fri, 29 Jun 2012 21:21:12 -0000 From: Saul Wold X-Patchwork-Id: 30909 Message-Id: To: openembedded-core@lists.openembedded.org This series continues the PACKAGES changes and takes advanatage of having a ${PN}-bin, by adding a PACKGE_BEFORE_PN in the PACKAGES list. Update other recipes that had defined ${PN}-bin. I verified these changes did not affect any packages directly with buildhistory, which can be seen at poky-contrib/sgw/libhistory Sau! The following changes since commit 3347ea9e300514d07315a8a044b9b3be206a30ea: upstream_tracking: update boost (2012-06-29 14:07:59 -0700) are available in the git repository at: git://git.yoctoproject.org/poky-contrib sgw/lib_package http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgw/lib_package Saul Wold (7): bitbake.conf: Add PACKAGE_BEFORE_PN to PACKAGES lib_package: use PACKAGE_BEFORE_PN libacpi: use lib_package bbclass pulseaudio: use lib_package bbclass db: use lib_package bbclass gnutls: use lib_package bbclass speex: use lib_package bbclass meta/classes/lib_package.bbclass | 3 +-- meta/conf/bitbake.conf | 3 ++- meta/recipes-bsp/libacpi/libacpi_0.2.bb | 7 ++----- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 3 +-- meta/recipes-multimedia/pulseaudio/pulseaudio_1.1.bb | 2 +- meta/recipes-multimedia/speex/speex_1.2rc1.bb | 8 ++------ meta/recipes-support/db/db_5.3.15.bb | 4 +--- meta/recipes-support/gnutls/gnutls.inc | 14 +++----------- 8 files changed, 13 insertions(+), 31 deletions(-)