All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: Re: [meta-webserver] [PATCH] webmin: fix hardcode of python2.3
Date: Tue, 9 Sep 2014 23:52:51 +0800	[thread overview]
Message-ID: <540F2253.20001@windriver.com> (raw)
In-Reply-To: <1409644197-4457-1-git-send-email-liezhi.yang@windriver.com>


Please drop this, I will include it in another thread:

fix RDEPENDS issues

And push it to a repo.

// Robert

On 09/02/2014 03:49 PM, Robert Yang wrote:
> Use "/usr/bin/env python" to fix it.
>
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
>   .../webmin/files/remove-python2.3.patch            |   25 ++++++++++++++++++++
>   .../recipes-webadmin/webmin/webmin_1.700.bb        |    4 +++-
>   2 files changed, 28 insertions(+), 1 deletion(-)
>   create mode 100644 meta-webserver/recipes-webadmin/webmin/files/remove-python2.3.patch
>
> diff --git a/meta-webserver/recipes-webadmin/webmin/files/remove-python2.3.patch b/meta-webserver/recipes-webadmin/webmin/files/remove-python2.3.patch
> new file mode 100644
> index 0000000..b93ac52
> --- /dev/null
> +++ b/meta-webserver/recipes-webadmin/webmin/files/remove-python2.3.patch
> @@ -0,0 +1,25 @@
> +From 6f04699d5d417122b67e8118fd1955c769f17e76 Mon Sep 17 00:00:00 2001
> +From: Robert Yang <liezhi.yang@windriver.com>
> +Date: Tue, 2 Sep 2014 00:11:05 -0700
> +Subject: [PATCH] ajaxterm/ajaxterm/qweb.py: fix hardcode of python2.3
> +
> +Upstream-Status: Pending
> +
> +Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> +---
> + ajaxterm/ajaxterm/qweb.py |    2 +-
> + 1 file changed, 1 insertion(+), 1 deletion(-)
> +
> +diff --git a/meta-webserver/ajaxterm/ajaxterm/qweb.py b/meta-webserver/ajaxterm/ajaxterm/qweb.py
> +index 20c5092..c658a6b 100644
> +--- a/meta-webserver/ajaxterm/ajaxterm/qweb.py
> ++++ b/meta-webserver/ajaxterm/ajaxterm/qweb.py
> +@@ -1,4 +1,4 @@
> +-#!/usr/bin/python2.3
> ++#!/usr/bin/env python
> + #
> + # vim:set et ts=4 fdc=0 fdn=2 fdl=0:
> + #
> +--
> +1.7.9.5
> +
> diff --git a/meta-webserver/recipes-webadmin/webmin/webmin_1.700.bb b/meta-webserver/recipes-webadmin/webmin/webmin_1.700.bb
> index 45d635e..2a363cb 100644
> --- a/meta-webserver/recipes-webadmin/webmin/webmin_1.700.bb
> +++ b/meta-webserver/recipes-webadmin/webmin/webmin_1.700.bb
> @@ -15,7 +15,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/webadmin/webmin-${PV}.tar.gz \
>              file://samba-config-fix.patch \
>              file://proftpd-config-fix.patch \
>              file://net-lib.pl.patch \
> -           file://media-tomb.patch"
> +           file://media-tomb.patch \
> +           file://remove-python2.3.patch \
> +            "
>
>   SRC_URI[md5sum] = "e5261114a6a6ed10caf570d3239ed5b7"
>   SRC_URI[sha256sum] = "1a6a8aa62c32c04932b902d17fc1864ee8f3fba03012bd25f709aa65e7e9b0f2"
>


      reply	other threads:[~2014-09-09 15:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-02  7:49 [meta-webserver] [PATCH] webmin: fix hardcode of python2.3 Robert Yang
2014-09-09 15:52 ` Robert Yang [this message]

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=540F2253.20001@windriver.com \
    --to=liezhi.yang@windriver.com \
    --cc=openembedded-devel@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 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.