From: Dallas Foley <dfoley@techsol.ca>
To: openembedded-devel@lists.openembedded.org
Subject: curl-native doesn't install includes
Date: Wed, 11 Nov 2009 22:12:17 -0800 [thread overview]
Message-ID: <4AFBA741.6090207@techsol.ca> (raw)
Pretty sure curl-native doesn't install it's includes, because from a clean
build opkg-native cant' find curl includes.
$ git show-ref org.openembedded.dev
0462985d8af5e8d2a71f548abe29c6e3bbaa2d2a refs/heads/org.openembedded.dev
I'm not really sure if this patch is correct, but seems to work.
diff --git a/recipes/curl/curl-common.inc b/recipes/curl/curl-common.inc
index 4af85ba..601e620 100644
--- a/recipes/curl/curl-common.inc
+++ b/recipes/curl/curl-common.inc
@@ -6,7 +6,7 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
file://pkgconfig_fix.patch;patch=1"
S = "${WORKDIR}/curl-${PV}"
-INC_PR = "r2"
+INC_PR = "r3"
CURL_FEATURES ?= "zlib,gnutls,cookies,crypto-auth,dict,file,ftp,http,telnet,tftp"
# other allowed features: ipv6, ares, openssl
diff --git a/recipes/curl/curl-native_7.19.6.bb
b/recipes/curl/curl-native_7.19.6.bb
index b201530..392476b 100644
--- a/recipes/curl/curl-native_7.19.6.bb
+++ b/recipes/curl/curl-native_7.19.6.bb
@@ -4,11 +4,3 @@ DEPENDS = "zlib-native"
PR = "${INC_PR}.2"
CURL_FEATURES = "zlib,cookies,crypto-auth,dict,file,ftp,http,telnet,tftp"
-
-do_stage () {
- autotools_stage_all
-}
-
-do_install() {
- :
-}
--
~~~~~~~~~~~~~~~~~~~~~~~~
Dallas Foley
Engineering
Technical Solutions Inc.
7787 Progress Way
Delta, BC Canada V4G 1A3
http://www.medallionsystem.com
email: dfoley@techsol.ca
Tel: 604 946 TECH (8324)
Fax: 604 946 6445
~~~~~~~~~~~~~~~~~~~~~~~~
next reply other threads:[~2009-11-12 9:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-12 6:12 Dallas Foley [this message]
2009-11-12 9:45 ` curl-native doesn't install includes Holger Hans Peter Freyther
2009-11-12 10:03 ` Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4AFBA741.6090207@techsol.ca \
--to=dfoley@techsol.ca \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.