[oe-commits] Frans Meulenbroeks : libpcre: use automated staging, also removed moving dftables to staging (was only there

git version control git at git.openembedded.org
Sun Dec 13 10:52:42 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 7253e6bd34f528cbee1ad7e770fea79072546e12
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7253e6bd34f528cbee1ad7e770fea79072546e12

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Dec 12 21:17:32 2009 +0100

libpcre: use automated staging, also removed moving dftables to staging (was only there
because apache used its own pcre but apparently dependend on libpcre dftables)

---

 recipes/libpcre/libpcre_7.6.bb |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/recipes/libpcre/libpcre_7.6.bb b/recipes/libpcre/libpcre_7.6.bb
index aa038c6..f9c9c06 100644
--- a/recipes/libpcre/libpcre_7.6.bb
+++ b/recipes/libpcre/libpcre_7.6.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 = "r4"
+PR = "r5"
 LICENSE = "BSD"
 SRC_URI = "${SOURCEFORGE_MIRROR}/pcre/pcre-${PV}.tar.bz2 \
            file://pcre-cross.patch;patch=1"
@@ -38,12 +38,6 @@ do_compile () {
 	oe_runmake CC_FOR_BUILD="${BUILD_CC}" CFLAGS_FOR_BUILD="-DLINK_SIZE=2 -I${S}/include" LINK_FOR_BUILD="${BUILD_CC} -L${S}/lib"
 }
 
-do_stage () {
-	autotools_stage_all
-	install -d ${STAGING_BINDIR_NATIVE}
-	install -m 0755 ${S}/dftables ${STAGING_BINDIR_NATIVE}/
-}
-
 python populate_packages_prepend () {
 	pcre_libdir = bb.data.expand('${libdir}', d)
 	pcre_libdir_dbg = bb.data.expand('${libdir}/.debug', d)





More information about the Openembedded-commits mailing list