From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 39/39] libpcre: Clean up FILES_* after PACKAGES reoder
Date: Tue, 19 Jun 2012 08:59:57 -0700 [thread overview]
Message-ID: <ccb52ac84f93df9924760acdc2dd33db8eba8738.1340121099.git.sgw@linux.intel.com> (raw)
In-Reply-To: <cover.1340121099.git.sgw@linux.intel.com>
In-Reply-To: <cover.1340121099.git.sgw@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-support/libpcre/libpcre_8.30.bb | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/meta/recipes-support/libpcre/libpcre_8.30.bb b/meta/recipes-support/libpcre/libpcre_8.30.bb
index 83831e7..05ca7ca 100644
--- a/meta/recipes-support/libpcre/libpcre_8.30.bb
+++ b/meta/recipes-support/libpcre/libpcre_8.30.bb
@@ -5,7 +5,7 @@ provides a POSIX calling interface to PCRE; the regular expressions \
themselves still follow Perl syntax and semantics. The header file for \
the POSIX-style functions is called pcreposix.h."
SECTION = "devel"
-PR = "r0"
+PR = "r1"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENCE;md5=115e2bee152e2e23e838a29136094877"
SRC_URI = "${SOURCEFORGE_MIRROR}/project/pcre/pcre/${PV}/pcre-${PV}.tar.bz2 \
@@ -47,10 +47,7 @@ do_compile () {
python populate_packages_prepend () {
pcre_libdir = d.expand('${libdir}')
- do_split_packages(d, pcre_libdir, '^lib(.*)\.so\.+', 'lib%s', 'libpcre %s library', extra_depends='', allow_links=True)
+ do_split_packages(d, pcre_libdir, '^lib(.*)\.so\.+', 'lib%s', 'libpcre %s library', extra_depends='', allow_links=True, prepend=True)
}
-FILES_${PN} = "${libdir}/libpcre.so.*"
-FILES_${PN}-dev += "${bindir}/*"
-
BBCLASSEXTEND = "native"
--
1.7.7.6
prev parent reply other threads:[~2012-06-19 16:11 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-19 15:59 [PATCH 00/39] Reorder Packages List Saul Wold
2012-06-19 15:59 ` [PATCH 01/39] bitbake.conf: reorder PACKAGES list Saul Wold
2012-06-19 15:59 ` [PATCH 02/39] binconfig: add *-config files to the -dev package Saul Wold
2012-06-19 15:59 ` [PATCH 03/39] lib_package: remove the -dev list Saul Wold
2012-06-19 15:59 ` [PATCH 04/39] bitbake.conf: add PN-bin and cleanup lib_package.bbclass Saul Wold
2012-06-19 15:59 ` [PATCH 05/39] pmutils: reorder file for correctness Saul Wold
2012-06-19 15:59 ` [PATCH 06/39] eglibc-package: Update PACKAGES and files based on new ordering Saul Wold
2012-09-08 19:10 ` Phil Blundell
2012-06-19 15:59 ` [PATCH 07/39] taglib: correct location of taglib-config to -dev Saul Wold
2012-06-19 15:59 ` [PATCH 08/39] pth: clean-up FILES list due to PACKAGE reorder Saul Wold
2012-06-19 15:59 ` [PATCH 09/39] libusb-compat: clean up FILE after " Saul Wold
2012-06-19 15:59 ` [PATCH 10/39] libproxy: " Saul Wold
2012-06-19 15:59 ` [PATCH 11/39] libgpg-error: " Saul Wold
2012-06-19 15:59 ` [PATCH 12/39] libgcrypt: " Saul Wold
2012-06-19 15:59 ` [PATCH 13/39] gpgme: " Saul Wold
2012-06-19 15:59 ` [PATCH 14/39] gnutls: " Saul Wold
2012-06-19 15:59 ` [PATCH 15/39] db: Ensure the library version matches package version Saul Wold
2012-06-19 15:59 ` [PATCH 16/39] libpng: clean up FILE after PACKAGE reorder Saul Wold
2012-06-19 15:59 ` [PATCH 17/39] libxml2: " Saul Wold
2012-06-19 15:59 ` [PATCH 18/39] groff: " Saul Wold
2012-06-19 15:59 ` [PATCH 19/39] icu: " Saul Wold
2012-06-19 15:59 ` [PATCH 20/39] gettext: " Saul Wold
2012-06-19 15:59 ` [PATCH 21/39] cups: " Saul Wold
2012-06-19 15:59 ` [PATCH 22/39] procps: " Saul Wold
2012-06-19 15:59 ` [PATCH 23/39] gnome-keyring: " Saul Wold
2012-06-19 15:59 ` [PATCH 24/39] slang: " Saul Wold
2012-06-19 15:59 ` [PATCH 25/39] gthumb: " Saul Wold
2012-06-19 15:59 ` [PATCH 26/39] freetype: " Saul Wold
2012-06-19 15:59 ` [PATCH 27/39] gtk-sato-engine: " Saul Wold
2012-06-19 15:59 ` [PATCH 28/39] libidn: " Saul Wold
2012-06-19 15:59 ` [PATCH 29/39] lttng-viewer: " Saul Wold
2012-06-19 15:59 ` [PATCH 30/39] js: " Saul Wold
2012-06-19 15:59 ` [PATCH 31/39] webkit-gtk: remove /usr/libexec since it's empty Saul Wold
2012-06-19 15:59 ` [PATCH 32/39] libtool: add ${PN} in middle of package list to ensure .m4 get with ${PN} Saul Wold
2012-06-19 15:59 ` [PATCH 33/39] grub: Clean up FILES_* after PACKAGES reoder Saul Wold
2012-06-19 15:59 ` [PATCH 34/39] hdparam: " Saul Wold
2012-06-19 15:59 ` [PATCH 35/39] man-pages: " Saul Wold
2012-06-19 15:59 ` [PATCH 36/39] curl: " Saul Wold
2012-06-19 15:59 ` [PATCH 37/39] PR bumps for PACKAGES reorder Saul Wold
2012-06-19 15:59 ` [PATCH 38/39] libevent: disable openssl by default Saul Wold
2012-06-19 15:59 ` Saul Wold [this message]
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=ccb52ac84f93df9924760acdc2dd33db8eba8738.1340121099.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