[oe-commits] org.oe.dev curl-native: DEPEND on zlib-native not on zlib

hrw commit openembedded-commits at lists.openembedded.org
Tue Nov 14 16:37:32 UTC 2006


curl-native: DEPEND on zlib-native not on zlib

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 2f05e4aeeda5425d968f67d9eff7469ddcf2c6b8
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2f05e4aeeda5425d968f67d9eff7469ddcf2c6b8
Files:
1
packages/curl/curl-native_7.14.0.bb
packages/curl/curl-native_7.15.1.bb
Diffs:

#
# mt diff -rdc2bb99b6e462a9efa7c516af62c54aeb9f740fa -r2f05e4aeeda5425d968f67d9eff7469ddcf2c6b8
#
# 
# 
# patch "packages/curl/curl-native_7.14.0.bb"
#  from [2779d96e663c163b286edbfdcac0db49d356a71c]
#    to [547e4a39ad646c653e282f5be92bbd23d0727fcd]
# 
# patch "packages/curl/curl-native_7.15.1.bb"
#  from [2779d96e663c163b286edbfdcac0db49d356a71c]
#    to [547e4a39ad646c653e282f5be92bbd23d0727fcd]
# 
============================================================
--- packages/curl/curl-native_7.14.0.bb	2779d96e663c163b286edbfdcac0db49d356a71c
+++ packages/curl/curl-native_7.14.0.bb	547e4a39ad646c653e282f5be92bbd23d0727fcd
@@ -1,5 +1,6 @@ inherit native
 require curl_${PV}.bb
 inherit native
+DEPENDS = "zlib-native"
 
 do_stage () {
         install -d ${STAGING_INCDIR}/curl
============================================================
--- packages/curl/curl-native_7.15.1.bb	2779d96e663c163b286edbfdcac0db49d356a71c
+++ packages/curl/curl-native_7.15.1.bb	547e4a39ad646c653e282f5be92bbd23d0727fcd
@@ -1,5 +1,6 @@ inherit native
 require curl_${PV}.bb
 inherit native
+DEPENDS = "zlib-native"
 
 do_stage () {
         install -d ${STAGING_INCDIR}/curl






More information about the Openembedded-commits mailing list