diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-18 22:02:17 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-18 22:02:17 +0000 |
commit | ff847550deef151917934483e3a46eb32963ca49 (patch) | |
tree | e4d13e1656154a94297ee71eecf55c8688ef4379 /curl | |
parent | 13ca460422636b6f8487fe3fb5c62e79d765308b (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/10/19 00:01:49+02:00 uni-frankfurt.de!mickeyl
add missing depends to xineranam
2004/10/18 22:12:45+02:00 uni-frankfurt.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/10/18 20:26:28+02:00 uni-frankfurt.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/10/18 20:25:48+02:00 uni-frankfurt.de!mickeyl
upgrade curl and python-pycurl to 7.12.2
BKrev: 41743d69y5AvbiDfrsrTHKSEM_A3NA
Diffstat (limited to 'curl')
-rw-r--r-- | curl/curl-7.12.0/pkgconfig.patch | 47 | ||||
-rw-r--r-- | curl/curl-7.12.2/m4.patch (renamed from curl/curl-7.12.0/m4.patch) | 0 | ||||
-rw-r--r-- | curl/curl-7.12.2/pkgconfig.patch | 0 | ||||
-rw-r--r-- | curl/curl_7.12.0.oe | 30 | ||||
-rw-r--r-- | curl/curl_7.12.2.oe | 0 |
5 files changed, 0 insertions, 77 deletions
diff --git a/curl/curl-7.12.0/pkgconfig.patch b/curl/curl-7.12.0/pkgconfig.patch deleted file mode 100644 index da62b4e44d..0000000000 --- a/curl/curl-7.12.0/pkgconfig.patch +++ /dev/null @@ -1,47 +0,0 @@ ---- tmp/work/curl-7.12.0-r0/curl-7.12.0/configure.ac 2004-05-25 16:43:39.000000000 -0500 -+++ curl-7.12.0/configure.ac 2004-07-15 18:13:18.000000000 -0500 -@@ -1389,7 +1389,8 @@ - packages/EPM/curl.list \ - packages/EPM/Makefile \ - packages/vms/Makefile \ -- curl-config -+ curl-config \ -+ curl.pc - ]) - AC_OUTPUT - ---- tmp/work/curl-7.12.0-r0/curl-7.12.0/Makefile.am 2004-05-17 16:41:02.000000000 -0500 -+++ curl-7.12.0/Makefile.am 2004-07-15 18:10:32.000000000 -0500 -@@ -24,10 +24,16 @@ - AUTOMAKE_OPTIONS = foreign - - EXTRA_DIST = CHANGES COPYING maketgz reconf Makefile.dist \ -- curl-config.in curl-style.el sample.emacs testcurl.sh RELEASE-NOTES -+ curl-config.in curl-style.el sample.emacs testcurl.sh RELEASE-NOTES \ -+ curl.pc.in - - bin_SCRIPTS = curl-config - -+pkgconfigdir = $(libdir)/pkgconfig -+pkgconfig_DATA = curl.pc -+ -+$(pkgconfig_DATA): config.status -+ - SUBDIRS = lib src - DIST_SUBDIRS = $(SUBDIRS) tests include packages docs - ---- tmp/work/curl-7.12.0-r0/curl-7.12.0/curl.pc.in 1969-12-31 18:00:00.000000000 -0600 -+++ curl-7.12.0/curl.pc.in 2004-07-15 18:09:14.000000000 -0500 -@@ -0,0 +1,12 @@ -+prefix=@prefix@ -+exec_prefix=@exec_prefix@ -+libdir=@libdir@ -+includedir=@includedir@ -+versionnum=@VERSIONNUM@ -+features=@FEATURES@ -+ -+Name: curl -+Description: a library that groks URLs -+Version: @VERSION@ -+Libs: -L${libdir} -lcurl @LDFLAGS@ @LIBS@ -+Cflags: -I${includedir} diff --git a/curl/curl-7.12.0/m4.patch b/curl/curl-7.12.2/m4.patch index e69de29bb2..e69de29bb2 100644 --- a/curl/curl-7.12.0/m4.patch +++ b/curl/curl-7.12.2/m4.patch diff --git a/curl/curl-7.12.2/pkgconfig.patch b/curl/curl-7.12.2/pkgconfig.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/curl/curl-7.12.2/pkgconfig.patch diff --git a/curl/curl_7.12.0.oe b/curl/curl_7.12.0.oe deleted file mode 100644 index 8c8d882741..0000000000 --- a/curl/curl_7.12.0.oe +++ /dev/null @@ -1,30 +0,0 @@ -# NOTE: FIXME: curl puts its LDFLAGS in its curl-config and curl.pc files. -# This is flawed, as the LDFLAGS are often overridden by the user, and in -# addition, are generally specific to the *build* environment, not target. -# curl's build should be fixed to manipulate LIBS where appropriate and -# use that. -CL - -DEPENDS = "zlib" -DESCRIPTION = "Command line tool and library for \ -client-side URL transfers." -SECTION = "console/network" -PR = "r1" - -SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ - file://m4.patch;patch=1 \ - file://pkgconfig.patch;patch=1" - -inherit autotools pkgconfig - -EXTRA_OECONF = "--with-zlib=${STAGING_LIBDIR}/../ \ - --without-ssl --with-random=/dev/urandom" - -do_stage () { - install -d ${STAGING_INCDIR}/curl - install -m 0644 ${S}/include/curl/*.h ${STAGING_INCDIR}/curl/ - oe_libinstall -so -a -C lib libcurl ${STAGING_LIBDIR} - - cat curl-config | sed -e "s,-I/usr/include,-I${STAGING_INCDIR}/," \ - | sed -e "s,-L/usr/lib , , "> ${STAGING_BINDIR}/curl-config - chmod a+rx ${STAGING_BINDIR}/curl-config -} diff --git a/curl/curl_7.12.2.oe b/curl/curl_7.12.2.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/curl/curl_7.12.2.oe |