[oe-issues] [Bug 2141] New: libpcre SRC_URI is incorrect

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Fri Apr 27 01:51:40 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=2141

           Summary: libpcre SRC_URI is incorrect
           Product: Openembedded
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: openembedded-issues at lists.openembedded.org
        ReportedBy: wcravens at cortex-it.com
         QAContact: tinderbox-oe at gmx.net


The SRC_URI for libpcre appears to no longer be valid.  Perhaps a cleaning up
of old version tarballs.  There is an alternative URI from sourceforge
available.  See Below.

The current version of this library is 7.1 with the 4.4 version seemingly from
August 2003, so perhaps an other issue would be to integrate a more recent
version.

$ mtn diff libpcre_4.4.bb
#
# old_revision [52b8f41a965e291eede4b4094b41d82b1b115c2f]
#
# patch "packages/libpcre/libpcre_4.4.bb"
#  from [2a7914fe220e97dfc431c86b18fd6123ca77f9ba]
#    to [3308601a190b9d048f74bd3de4cf4a3f35f1b156]
#
============================================================
--- packages/libpcre/libpcre_4.4.bb    
2a7914fe220e97dfc431c86b18fd6123ca77f9ba
+++ packages/libpcre/libpcre_4.4.bb    
3308601a190b9d048f74bd3de4cf4a3f35f1b156
@@ -7,7 +7,7 @@ LICENSE = "BSD"
 SECTION = "devel"
 PR = "r6"
 LICENSE = "BSD"
-SRC_URI =
"ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PV}.tar.bz2"
+SRC_URI =
"http://internap.dl.sourceforge.net/sourceforge/pcre/pcre-${PV}.tar.bz2"
 S = "${WORKDIR}/pcre-${PV}"

 PROVIDES = "pcre"


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the Openembedded-issues mailing list