Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Andre McCurdy <armccurdy@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [RFT][PATCH] curl: disable curl-config binconfig file
Date: Mon,  1 Feb 2016 13:49:42 -0800	[thread overview]
Message-ID: <1454363382-13387-1-git-send-email-armccurdy@gmail.com> (raw)

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---

This works OK for me, but probably needs wider testing.

 meta/recipes-support/curl/curl_7.47.0.bb | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-support/curl/curl_7.47.0.bb b/meta/recipes-support/curl/curl_7.47.0.bb
index ab3c7e1..8e6362f 100644
--- a/meta/recipes-support/curl/curl_7.47.0.bb
+++ b/meta/recipes-support/curl/curl_7.47.0.bb
@@ -17,7 +17,7 @@ SRC_URI += " file://configure_ac.patch"
 SRC_URI[md5sum] = "85c58a00412476993050cb242a3f365d"
 SRC_URI[sha256sum] = "2b096f9387fb9b2be08d17e518c62b6537b1f4d4bb59111d5b4fa0272f383f66"
 
-inherit autotools pkgconfig binconfig multilib_header
+inherit autotools pkgconfig binconfig-disabled multilib_header
 
 PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)} gnutls zlib"
 PACKAGECONFIG_class-native = "ipv6 ssl zlib"
@@ -45,10 +45,7 @@ do_install_append() {
 	oe_multilib_header curl/curlbuild.h
 }
 
-do_install_append_class-target() {
-	# cleanup buildpaths from curl-config
-	sed -i -e 's,${STAGING_DIR_HOST},,g' ${D}${bindir}/curl-config
-}
+BINCONFIG = "${bindir}/curl-config"
 
 PACKAGES =+ "lib${BPN}"
 
-- 
1.9.1



             reply	other threads:[~2016-02-01 21:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-01 21:49 Andre McCurdy [this message]
2016-02-02  2:23 ` [RFT][PATCH] curl: disable curl-config binconfig file Burton, Ross
2016-02-02  4:18   ` Andre McCurdy
2016-02-02 11:23     ` Burton, Ross
2016-02-02 18:40       ` Andre McCurdy
2016-02-02 21:47         ` Burton, Ross

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=1454363382-13387-1-git-send-email-armccurdy@gmail.com \
    --to=armccurdy@gmail.com \
    --cc=openembedded-core@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox