From 8b28debedac76922183ab7d9c6cb21db46907732 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 28 Jul 2005 10:48:16 +0000 Subject: hostap-utils: fix firmware path for prism3 fw 1.8.4 --- packages/hostap/files/hostap-fw-load.patch | 2 +- packages/hostap/hostap-utils_0.3.7.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/hostap/files/hostap-fw-load.patch b/packages/hostap/files/hostap-fw-load.patch index 107636290e..88adee2bc9 100644 --- a/packages/hostap/files/hostap-fw-load.patch +++ b/packages/hostap/files/hostap-fw-load.patch @@ -13,7 +13,7 @@ -STA=/etc/pcmcia/RF010802.HEX -PRISM2_SREC=/usr/local/bin/prism2_srec +PRI=/etc/pcmcia/pm010102.hex -+STA=/etc/pcmcia/rf010803.hex ++STA=/etc/pcmcia/rf010804.hex +PRISM2_SREC=/usr/sbin/prism2_srec set -e diff --git a/packages/hostap/hostap-utils_0.3.7.bb b/packages/hostap/hostap-utils_0.3.7.bb index 93a3cb550e..7601129934 100644 --- a/packages/hostap/hostap-utils_0.3.7.bb +++ b/packages/hostap/hostap-utils_0.3.7.bb @@ -5,7 +5,7 @@ PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " LICENSE = "GPL" RDEPENDS = "hostap-modules (${PV})" -PR = "r0" +PR = "r1" SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \ file://hostap-fw-load.patch;patch=1" -- cgit v1.2.3 From a4fbaed8478be92b67649d81c2893b7a379c78df Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 28 Jul 2005 12:04:37 +0000 Subject: add curl 7.14.0 and remove 7.12.2 --- packages/curl/curl-7.12.2/.mtn2git_empty | 0 packages/curl/curl-7.12.2/m4.patch | 53 ------------------------------- packages/curl/curl-7.12.2/pkgconfig.patch | 47 --------------------------- packages/curl/curl_7.12.2.bb | 44 ------------------------- packages/curl/curl_7.14.0.bb | 44 +++++++++++++++++++++++++ packages/curl/files/.mtn2git_empty | 0 packages/curl/files/uclibc.patch | 15 --------- 7 files changed, 44 insertions(+), 159 deletions(-) delete mode 100644 packages/curl/curl-7.12.2/.mtn2git_empty delete mode 100644 packages/curl/curl-7.12.2/m4.patch delete mode 100644 packages/curl/curl-7.12.2/pkgconfig.patch delete mode 100644 packages/curl/curl_7.12.2.bb create mode 100644 packages/curl/curl_7.14.0.bb delete mode 100644 packages/curl/files/.mtn2git_empty delete mode 100644 packages/curl/files/uclibc.patch diff --git a/packages/curl/curl-7.12.2/.mtn2git_empty b/packages/curl/curl-7.12.2/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/packages/curl/curl-7.12.2/m4.patch b/packages/curl/curl-7.12.2/m4.patch deleted file mode 100644 index c9a9eec28d..0000000000 --- a/packages/curl/curl-7.12.2/m4.patch +++ /dev/null @@ -1,53 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- curl-7.12.0/acinclude.m4~m4 2004-05-07 20:29:02.000000000 +0200 -+++ curl-7.12.0/acinclude.m4 2004-06-07 19:03:47.000000000 +0200 -@@ -409,45 +409,7 @@ - - dnl determine if this strerror_r() is glibc or POSIX - AC_MSG_CHECKING([for a glibc strerror_r API]) -- AC_TRY_RUN([ --#include --#include --int --main () { -- char buffer[1024]; /* big enough to play with */ -- char *string = -- strerror_r(EACCES, buffer, sizeof(buffer)); -- /* this should've returned a string */ -- if(!string || !string[0]) -- return 99; -- return 0; --} --], -- AC_DEFINE(HAVE_GLIBC_STRERROR_R, 1, [we have a glibc-style strerror_r()]) -- AC_MSG_RESULT([yes]), -- AC_MSG_RESULT([no]) -- ) -- - AC_MSG_CHECKING([for a POSIX strerror_r API]) -- AC_TRY_RUN([ --#include --#include --int --main () { -- char buffer[1024]; /* big enough to play with */ -- int error = -- strerror_r(EACCES, buffer, sizeof(buffer)); -- /* This should've returned zero, and written an error string in the -- buffer.*/ -- if(!buffer[0] || error) -- return 99; -- return 0; --} --], -- AC_DEFINE(HAVE_POSIX_STRERROR_R, 1, [we have a POSIX-style strerror_r()]) -- AC_MSG_RESULT([yes]), -- AC_MSG_RESULT([no]) -- ) - - fi - diff --git a/packages/curl/curl-7.12.2/pkgconfig.patch b/packages/curl/curl-7.12.2/pkgconfig.patch deleted file mode 100644 index da62b4e44d..0000000000 --- a/packages/curl/curl-7.12.2/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/packages/curl/curl_7.12.2.bb b/packages/curl/curl_7.12.2.bb deleted file mode 100644 index a483c1275e..0000000000 --- a/packages/curl/curl_7.12.2.bb +++ /dev/null @@ -1,44 +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." -LICENSE = "MIT" -SECTION = "console/network" -PR = "r2" - -SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ - file://uclibc.patch;patch=1" - -inherit autotools pkgconfig - -EXTRA_OECONF = "--with-zlib=${STAGING_LIBDIR}/../ \ - --without-ssl --with-random=/dev/urandom" - -PACKAGES = "curl curl-doc libcurl libcurl-dev libcurl-doc" -FILES_${PN} = "${bindir}/curl" -FILES_${PN}-doc = "${mandir}/man1/curl.1" -FILES_lib${PN} = "${libdir}/lib*.so.*" -FILES_lib${PN}-dev = "${includedir} \ - ${libdir}/lib*.so \ - ${libdir}/lib*.a \ - ${libdir}/lib*.la \ - ${libdir}/pkgconfig \ - ${datadir}/aclocal \ - ${bindir}/*-config" -FILES_lib${PN}-doc = "${mandir}/man3 \ - ${mandir}/man1/curl-config.1" - -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/packages/curl/curl_7.14.0.bb b/packages/curl/curl_7.14.0.bb new file mode 100644 index 0000000000..1b8a88df84 --- /dev/null +++ b/packages/curl/curl_7.14.0.bb @@ -0,0 +1,44 @@ +# 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 + +DESCRIPTION = "Command line tool and library for \ +client-side URL transfers." +LICENSE = "MIT" +DEPENDS = "zlib" +SECTION = "console/network" +PR = "r0" + +SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2" + +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 +} + +PACKAGES = "curl curl-doc libcurl libcurl-dev libcurl-doc" +FILES_${PN} = "${bindir}/curl" +FILES_${PN}-doc = "${mandir}/man1/curl.1" +FILES_lib${PN} = "${libdir}/lib*.so.*" +FILES_lib${PN}-dev = "${includedir} \ + ${libdir}/lib*.so \ + ${libdir}/lib*.a \ + ${libdir}/lib*.la \ + ${libdir}/pkgconfig \ + ${datadir}/aclocal \ + ${bindir}/*-config" +FILES_lib${PN}-doc = "${mandir}/man3 \ + ${mandir}/man1/curl-config.1" + diff --git a/packages/curl/files/.mtn2git_empty b/packages/curl/files/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/packages/curl/files/uclibc.patch b/packages/curl/files/uclibc.patch deleted file mode 100644 index 15a9012705..0000000000 --- a/packages/curl/files/uclibc.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: curl-7.12.2/lib/mprintf.c -=================================================================== ---- curl-7.12.2.orig/lib/mprintf.c 2004-06-24 07:54:11.000000000 -0400 -+++ curl-7.12.2/lib/mprintf.c 2005-02-02 17:15:45.435748600 -0500 -@@ -1134,8 +1134,10 @@ - } - - #ifndef WIN32 /* not needed on win32 */ -+#ifndef __UCLIBC__ /* not needed for uclibc, and breaks the build */ - extern int fputc(int, FILE *); - #endif -+#endif - - int curl_mprintf(const char *format, ...) - { -- cgit v1.2.3 From d92a72d8d4c3075b53dfa421c501d9682b34ae4b Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 28 Jul 2005 12:08:37 +0000 Subject: upgrade python-pycurl to 7.14.0 --- packages/python/python-pycurl_7.12.2.bb | 13 ------------- packages/python/python-pycurl_7.14.0.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 packages/python/python-pycurl_7.12.2.bb create mode 100644 packages/python/python-pycurl_7.14.0.bb diff --git a/packages/python/python-pycurl_7.12.2.bb b/packages/python/python-pycurl_7.12.2.bb deleted file mode 100644 index f336131a63..0000000000 --- a/packages/python/python-pycurl_7.12.2.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "libcurl Python Bindings" -SECTION = "devel/python" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer " -LICENSE = "LGPL" -RDEPENDS = "python-core curl (>=${PV})" -DEPENDS = "curl-${PV}" -SRCNAME = "pycurl" - -SRC_URI = "http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils diff --git a/packages/python/python-pycurl_7.14.0.bb b/packages/python/python-pycurl_7.14.0.bb new file mode 100644 index 0000000000..f336131a63 --- /dev/null +++ b/packages/python/python-pycurl_7.14.0.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "libcurl Python Bindings" +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer " +LICENSE = "LGPL" +RDEPENDS = "python-core curl (>=${PV})" +DEPENDS = "curl-${PV}" +SRCNAME = "pycurl" + +SRC_URI = "http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils -- cgit v1.2.3