On Fri, Oct 23, 2009 at 12:13 PM, Michael Smith <[email protected]> wrote: > Signed-off-by: Michael Smith <[email protected]> > --- > > format-patch doesn't recognize the copies with 1-line changes, so: > > curl-native 7.18.2 and 7.19.6 recipes are identical other than PR.
Looks ok. You could also make it use INC_PR when you are at it. Acked-by: Khem Raj <[email protected]> > > curl 7.19.5 and 7.19.6 recipes are identical except .6 no longer needs > curl-add_all_algorithms.patch. > > conf/checksums.ini | 4 ++++ > recipes/curl/curl-native_7.19.6.bb | 11 +++++++++++ > recipes/curl/curl_7.19.6.bb | 4 ++++ > 3 files changed, 19 insertions(+), 0 deletions(-) > create mode 100644 recipes/curl/curl-native_7.19.6.bb > create mode 100644 recipes/curl/curl_7.19.6.bb > > diff --git a/conf/checksums.ini b/conf/checksums.ini > index f91cd4e..14dfd57 100644 > --- a/conf/checksums.ini > +++ b/conf/checksums.ini > @@ -4606,6 +4606,10 @@ > sha256=a0e28b019f022942650ffa4bdf46e4c09bd8ec18e6ca5f08ad273668115f51f7 > md5=426d161661dce70c8ea9ad8f553363a3 > sha256=05ad84a9c8d340917370f357ad9fdce5ea595deb11f4cb70f946fa48c7b02cd0 > > +[http://curl.haxx.se/download/curl-7.19.6.tar.bz2] > +md5=8402c1f654c51ad7287aad57c3aa79be > +sha256=ea88f48c8415f7d3af482e4d241277b2bdbfaffaf285e8001c88c1376cbc1021 > + > [http://downloads.sourceforge.net/curlftpfs/curlftpfs-0.9.2.tar.gz] > md5=b452123f755114cd4461d56c648d9f12 > sha256=4eb44739c7078ba0edde177bdd266c4cfb7c621075f47f64c85a06b12b3c6958 > diff --git a/recipes/curl/curl-native_7.19.6.bb > b/recipes/curl/curl-native_7.19.6.bb > new file mode 100644 > index 0000000..2f49ad1 > --- /dev/null > +++ b/recipes/curl/curl-native_7.19.6.bb > @@ -0,0 +1,11 @@ > +require curl-common.inc > +inherit native > +DEPENDS = "zlib-native" > + > +do_stage () { > + autotools_stage_all > +} > + > +do_install() { > + : > +} > diff --git a/recipes/curl/curl_7.19.6.bb b/recipes/curl/curl_7.19.6.bb > new file mode 100644 > index 0000000..d5ca1bb > --- /dev/null > +++ b/recipes/curl/curl_7.19.6.bb > @@ -0,0 +1,4 @@ > +require curl-common.inc > +require curl-target.inc > + > +SRC_URI += "file://off_t_abi_fix.patch;patch=1;pnum=0" > -- > 1.6.3 > > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
