From 1346f15d9a2e274a60a141ce1142ce1f4f92037d Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 14 Jan 2004 05:35:31 +0000 Subject: [PATCH] Add stage target to curl, which fixes the vorbis-tools build, and moved vorbis-tools out of nonworking. BKrev: 4004d523BxpGYchnnFd8fzKEZZmiLw --- curl/curl_7.10.8.oe | 19 +++++++++++++++++++ .../vorbis-tools-1.0.1/m4.patch | 0 .../vorbis-tools_1.0.1.oe | 0 3 files changed, 19 insertions(+) rename {nonworking/vorbis-tools => vorbis-tools}/vorbis-tools-1.0.1/m4.patch (100%) rename {nonworking/vorbis-tools => vorbis-tools}/vorbis-tools_1.0.1.oe (100%) diff --git a/curl/curl_7.10.8.oe b/curl/curl_7.10.8.oe index e69de29bb2..0ba55c7974 100644 --- a/curl/curl_7.10.8.oe +++ b/curl/curl_7.10.8.oe @@ -0,0 +1,19 @@ +DEPENDS = virtual/libc zlib +RDEPENDS = libc6 zlib + +SRC_URI = http://curl.haxx.se/download/curl-${PV}.tar.bz2 + +inherit autotools libtool + +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/ + install -m 0755 ${S}/lib/.libs/libcurl.so.2.0.2 ${STAGING_LIBDIR}/ + ln -sf libcurl.so.2.0.2 ${STAGING_LIBDIR}/libcurl.so.2 + ln -sf libcurl.so.2.0.2 ${STAGING_LIBDIR}/libcurl.so + install -m 0644 ${S}/lib/.libs/libcurl.a ${STAGING_LIBDIR}/ + install -m 0644 ${S}/lib/.libs/libcurl.lai ${STAGING_LIBDIR}/libcurl.la +} diff --git a/nonworking/vorbis-tools/vorbis-tools-1.0.1/m4.patch b/vorbis-tools/vorbis-tools-1.0.1/m4.patch similarity index 100% rename from nonworking/vorbis-tools/vorbis-tools-1.0.1/m4.patch rename to vorbis-tools/vorbis-tools-1.0.1/m4.patch diff --git a/nonworking/vorbis-tools/vorbis-tools_1.0.1.oe b/vorbis-tools/vorbis-tools_1.0.1.oe similarity index 100% rename from nonworking/vorbis-tools/vorbis-tools_1.0.1.oe rename to vorbis-tools/vorbis-tools_1.0.1.oe -- 2.39.5