aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-01-14 05:35:31 +0000
committerChris Larson <clarson@kergoth.com>2004-01-14 05:35:31 +0000
commit1346f15d9a2e274a60a141ce1142ce1f4f92037d (patch)
tree14f7a790992da9e851621b198c5c5473fe193a95
parent2abf9538ddf577d5ceaee8308a550ae68e91e32a (diff)
downloadopenembedded-1346f15d9a2e274a60a141ce1142ce1f4f92037d.tar.gz
Add stage target to curl, which fixes the vorbis-tools build, and moved vorbis-tools out of nonworking.
BKrev: 4004d523BxpGYchnnFd8fzKEZZmiLw
-rw-r--r--curl/curl_7.10.8.oe19
-rw-r--r--vorbis-tools/vorbis-tools-1.0.1/m4.patch (renamed from nonworking/vorbis-tools/vorbis-tools-1.0.1/m4.patch)0
-rw-r--r--vorbis-tools/vorbis-tools_1.0.1.oe (renamed from nonworking/vorbis-tools/vorbis-tools_1.0.1.oe)0
3 files changed, 19 insertions, 0 deletions
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
index e69de29bb2..e69de29bb2 100644
--- a/nonworking/vorbis-tools/vorbis-tools-1.0.1/m4.patch
+++ b/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
index e69de29bb2..e69de29bb2 100644
--- a/nonworking/vorbis-tools/vorbis-tools_1.0.1.oe
+++ b/vorbis-tools/vorbis-tools_1.0.1.oe