[oe] curl-native doesn't install includes

Dallas Foley dfoley at techsol.ca
Thu Nov 12 06:12:17 UTC 2009


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 at techsol.ca
Tel: 604 946 TECH (8324)
Fax: 604 946 6445
~~~~~~~~~~~~~~~~~~~~~~~~





More information about the Openembedded-devel mailing list