From: Denys Dmytriyenko <denys@ti.com>
To: Sam Nelson <sam.nelson@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH v2] vtun: Add new recipe for vtun
Date: Tue, 4 Mar 2014 22:46:20 -0500 [thread overview]
Message-ID: <20140305034620.GZ22125@edge> (raw)
In-Reply-To: <1392141117-22223-1-git-send-email-sam.nelson@ti.com>
On Tue, Feb 11, 2014 at 12:51:57PM -0500, Sam Nelson wrote:
> - Virtual Tunnels over TCP/IP networks with
> traffic shaping, compression and encryption
Looks mostly good, just couple comments.
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
>
> ---
> Changes from previous patch
> * Updated LIC_FILES_CHECKSUM to use just the copyright lines
> ---
> ---
> .../recipes-connectivity/vtun/vtun_3.0.3.bb | 23 ++++++++++++++++++++
> 1 file changed, 23 insertions(+)
> create mode 100755 meta-arago-extras/recipes-connectivity/vtun/vtun_3.0.3.bb
>
> diff --git a/meta-arago-extras/recipes-connectivity/vtun/vtun_3.0.3.bb b/meta-arago-extras/recipes-connectivity/vtun/vtun_3.0.3.bb
> new file mode 100755
> index 0000000..bb4d69d
> --- /dev/null
> +++ b/meta-arago-extras/recipes-connectivity/vtun/vtun_3.0.3.bb
> @@ -0,0 +1,23 @@
> +DESCRIPTION = "Virtual Tunnels over TCP/IP networks with traffic shaping, compression and encryption."
> +HOMEPAGE = "http://vtun.sourceforge.net/"
> +SECTION = "console/network"
> +PRIORITY = "optional"
Drop PRIORITY please.
> +LICENSE = "GPLv2"
> +DEPENDS = "zlib lzo openssl"
> +PR = "r0"
> +LIC_FILES_CHKSUM = "file://vtun.h;startline=1;endline=17;md5=9ac9e7fefca60c72400239e0de40cde8"
> +
> +SRC_URI = "http://downloads.sourceforge.net/project/vtun/vtun/${PV}/vtun-${PV}.tar.gz"
> +
> +SRC_URI[md5sum] = "f3becf2a0270910a841060c08d1db824"
> +SRC_URI[sha256sum] = "69dcbe4f8c5ce7d91b4150a6309e536d03b61841169746ca5788413ac7edb9cb"
> +
> +inherit autotools
> +
> +do_configure() {
> + sed -i "s/\$BLOWFISH_HDR_DIR \/usr\/include\/ssl/\$BLOWFISH_HDR_DIR \/usr\/include\/ssl \$SSL_HDR_DIR/" configure
> + oe_runconf --with-lzo-headers=${STAGING_INCDIR}/lzo --with-lzo-lib=${STAGING_LIBDIR} --with-ssl-headers=${STAGING_INCDIR}/openssl --with-ssl-lib=${STAGING_LIBDIR}
> + sed '102d' Makefile > Makefile.new
> + mv Makefile.new Makefile
What's the reason for the above 2 sed commands? A small comment before
do_configure() explaining why you are doing that, would be great! Thanks.
> +}
> +
> --
> 1.7.9.5
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
next prev parent reply other threads:[~2014-03-05 3:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-11 17:51 [PATCH v2] vtun: Add new recipe for vtun Sam Nelson
2014-03-05 3:46 ` Denys Dmytriyenko [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-01-19 20:14 Sam Nelson
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=20140305034620.GZ22125@edge \
--to=denys@ti.com \
--cc=meta-arago@arago-project.org \
--cc=sam.nelson@ti.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.