diff options
author | Michael Lippautz <michael.lippautz@gmail.com> | 2010-05-07 09:53:16 +0200 |
---|---|---|
committer | Michael Lippautz <michael.lippautz@gmail.com> | 2010-05-07 09:55:39 +0200 |
commit | 18b3318aa5e373a16f0839de737ec02074764e47 (patch) | |
tree | 477c8073eb42fa77f7cc6e6f0f1408a29d36ad6a | |
parent | e80334081bf5bcfc57ac44f923f10163c72e977f (diff) |
libpcre: Remove old staging
-rw-r--r-- | recipes/libpcre/libpcre_7.6.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/libpcre/libpcre_7.6.bb b/recipes/libpcre/libpcre_7.6.bb index a182df6af4..f8f3d575ca 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 = "r6" +PR = "r7" LICENSE = "BSD" SRC_URI = "${SOURCEFORGE_MIRROR}/pcre/pcre-${PV}.tar.bz2 \ file://pcre-cross.patch;patch=1" @@ -38,11 +38,11 @@ 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} - install -m 0755 ${D}${bindir}/pcre-config ${STAGING_BINDIR}/ +do_install_append () { + install -d ${STAGING_BINDIR} + install -m 0755 ${D}${bindir}/pcre-config ${STAGING_BINDIR}/ } + python populate_packages_prepend () { pcre_libdir = bb.data.expand('${libdir}', d) pcre_libdir_dbg = bb.data.expand('${libdir}/.debug', d) |