aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/curl/curl_7.21.2.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2011-03-01 19:37:51 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-03-01 19:42:45 +0100
commit0f7996bb4d6dfd9471f8ba5c3c1eb996110100bd (patch)
tree3caa239f024dbc46bb3864bc50d9f77b140859fd /recipes/curl/curl_7.21.2.bb
parent1840fd720b423ed4245a4fdb511170ae33dfde80 (diff)
downloadopenembedded-0f7996bb4d6dfd9471f8ba5c3c1eb996110100bd.tar.gz
curl: fix native build when ldap-headers are installed on the host
* there were serval build error reported for curl-native, when ldap-dev stuff was installed on the build-host, so we explicit disable the build of ldap and ldaps protocls for native, nativesdk and sdk * put the BBCLASSEXTEND line into common.inc rather than into the versions packages it self * bump INC_PR
Diffstat (limited to 'recipes/curl/curl_7.21.2.bb')
-rw-r--r--recipes/curl/curl_7.21.2.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/curl/curl_7.21.2.bb b/recipes/curl/curl_7.21.2.bb
index 8402e31fe5..d7d865dc80 100644
--- a/recipes/curl/curl_7.21.2.bb
+++ b/recipes/curl/curl_7.21.2.bb
@@ -6,6 +6,5 @@ PR = "${INC_PR}.0"
SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
file://off_t_abi_fix.patch;striplevel=0"
-BBCLASSEXTEND = "native nativesdk sdk"
SRC_URI[md5sum] = "ca96df88e044c7c25d19692ec8b250b2"
SRC_URI[sha256sum] = "f4a632e704f28767e6bbffcc6112db0590b1c9d50d8226d706ad39632355bf21"