summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/curl/curl-native_7.14.0.bb
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2006-02-07 04:22:50 +0000
committerChris Lord <chris@openedhand.com>2006-02-07 04:22:50 +0000
commit4fbba6350edd17d9272a668b5ba564f558974a94 (patch)
treedafc821fd7b7d4ec5e08966b6ac479f50f94e5df /openembedded/packages/curl/curl-native_7.14.0.bb
parentef60244cc4a28777efdaed9260e8c7ae4872e2b1 (diff)
downloadpoky-4fbba6350edd17d9272a668b5ba564f558974a94.tar.gz
Add curl (new dependency of Web), fix a fontconfig-native build issue,
update gtkhtml2 patches and update to a newer more functional Web snapshot git-svn-id: https://svn.o-hand.com/repos/poky@251 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/curl/curl-native_7.14.0.bb')
-rw-r--r--openembedded/packages/curl/curl-native_7.14.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/openembedded/packages/curl/curl-native_7.14.0.bb b/openembedded/packages/curl/curl-native_7.14.0.bb
new file mode 100644
index 0000000000..59af4ef32e
--- /dev/null
+++ b/openembedded/packages/curl/curl-native_7.14.0.bb
@@ -0,0 +1,13 @@
1include curl_${PV}.bb
2inherit native
3
4do_stage () {
5 install -d ${STAGING_INCDIR}/curl
6 install -m 0644 ${S}/include/curl/*.h ${STAGING_INCDIR}/curl/
7 oe_libinstall -so -a -C lib libcurl ${STAGING_LIBDIR}
8}
9
10do_install() {
11 :
12}
13