[oe-commits] org.oe.dev libpcre: fix packaging, stage dftables

koen commit openembedded-commits at lists.openembedded.org
Tue Jul 24 12:55:06 UTC 2007


libpcre: fix packaging, stage dftables

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: c52428092b0739e47ca366526bbc7fb05db0b368
ViewMTN: http://monotone.openembedded.org/revision.psp?id=c52428092b0739e47ca366526bbc7fb05db0b368
Files:
1
packages/libpcre/libpcre_4.4.bb
Diffs:

#
# mt diff -re14fb69e71ff87c576651d22d49fe8660413aa84 -rc52428092b0739e47ca366526bbc7fb05db0b368
#
# 
# 
# patch "packages/libpcre/libpcre_4.4.bb"
#  from [ca59f09f77b43940632b37e34314a2f4d38349ca]
#    to [984032d4632ad803f48b7e387b39cad745c99917]
# 
============================================================
--- packages/libpcre/libpcre_4.4.bb	ca59f09f77b43940632b37e34314a2f4d38349ca
+++ packages/libpcre/libpcre_4.4.bb	984032d4632ad803f48b7e387b39cad745c99917
@@ -5,7 +5,7 @@ SECTION = "devel"
 themselves still follow Perl syntax and semantics. The header file for \
 the POSIX-style functions is called pcreposix.h."
 SECTION = "devel"
-PR = "r7"
+PR = "r8"
 LICENSE = "BSD"
 SRC_URI = "${SOURCEFORGE_MIRROR}/pcre/pcre-${PV}.tar.bz2"
 S = "${WORKDIR}/pcre-${PV}"
@@ -37,7 +37,9 @@ do_stage () {
 	oe_libinstall -a -so libpcreposix ${STAGING_LIBDIR}
 	install -m 0644 pcre.h ${STAGING_INCDIR}/
 	install -m 0644 pcreposix.h ${STAGING_INCDIR}/
+        install -d ${STAGING_BINDIR_NATIVE}
+	install -m 0755 ${S}/dftables ${STAGING_BINDIR_NATIVE}/
 }
 
-FILES_${PN} = "${libdir}/lib*.so*"
+FILES_${PN} = "${libdir}/lib*.so.*"
 FILES_${PN}-dev += "${bindir}/*"






More information about the Openembedded-commits mailing list