All of lore.kernel.org
 help / color / mirror / Atom feed
* curl-native doesn't install includes
@ 2009-11-12  6:12 Dallas Foley
  2009-11-12  9:45 ` Holger Hans Peter Freyther
  0 siblings, 1 reply; 3+ messages in thread
From: Dallas Foley @ 2009-11-12  6:12 UTC (permalink / raw)
  To: openembedded-devel

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
~~~~~~~~~~~~~~~~~~~~~~~~




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: curl-native doesn't install includes
  2009-11-12  6:12 curl-native doesn't install includes Dallas Foley
@ 2009-11-12  9:45 ` Holger Hans Peter Freyther
  2009-11-12 10:03   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Holger Hans Peter Freyther @ 2009-11-12  9:45 UTC (permalink / raw)
  To: openembedded-devel

On Thursday 12 November 2009 07:12:17 Dallas Foley wrote:
> 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.

Is this a recent breakage? Could you attempt to build from a weeks older OE 
metadata?



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: curl-native doesn't install includes
  2009-11-12  9:45 ` Holger Hans Peter Freyther
@ 2009-11-12 10:03   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2009-11-12 10:03 UTC (permalink / raw)
  To: openembedded-devel

On Thu, 2009-11-12 at 10:45 +0100, Holger Hans Peter Freyther wrote:
> On Thursday 12 November 2009 07:12:17 Dallas Foley wrote:
> > 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.
> 
> Is this a recent breakage? Could you attempt to build from a weeks older OE 
> metadata?

I can confirm this is a recent breakage and I'll push some fixes
shortly.

Cheers,

Richard




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-12 10:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-12  6:12 curl-native doesn't install includes Dallas Foley
2009-11-12  9:45 ` Holger Hans Peter Freyther
2009-11-12 10:03   ` Richard Purdie

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.