Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] python-scons: upgraded to 2.3.0
Date: Tue, 7 May 2013 11:10:51 +0200	[thread overview]
Message-ID: <20130507091051.GC3187@jama> (raw)
In-Reply-To: <1367917682-23214-1-git-send-email-bogdan.a.marinescu@intel.com>

[-- Attachment #1: Type: text/plain, Size: 3260 bytes --]

On Tue, May 07, 2013 at 12:08:02PM +0300, Bogdan Marinescu wrote:
> "2013" was added in the 'Copyright' line in LICENSE.txt.
> 
> Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
> ---
>  ...ons-native_2.2.0.bb => python-scons-native_2.3.0.bb} |    2 +-
>  meta/recipes-devtools/python/python-scons_2.2.0.bb      |   15 ---------------
>  meta/recipes-devtools/python/python-scons_2.3.0.bb      |   14 ++++++++++++++
>  3 files changed, 15 insertions(+), 16 deletions(-)
>  rename meta/recipes-devtools/python/{python-scons-native_2.2.0.bb => python-scons-native_2.3.0.bb} (100%)
>  delete mode 100644 meta/recipes-devtools/python/python-scons_2.2.0.bb
>  create mode 100644 meta/recipes-devtools/python/python-scons_2.3.0.bb
> 
> diff --git a/meta/recipes-devtools/python/python-scons-native_2.2.0.bb b/meta/recipes-devtools/python/python-scons-native_2.3.0.bb
> similarity index 100%
> rename from meta/recipes-devtools/python/python-scons-native_2.2.0.bb
> rename to meta/recipes-devtools/python/python-scons-native_2.3.0.bb
> index 701e0f7..87450b6 100644
> --- a/meta/recipes-devtools/python/python-scons-native_2.2.0.bb
> +++ b/meta/recipes-devtools/python/python-scons-native_2.3.0.bb
> @@ -1,5 +1,5 @@
>  require python-scons_${PV}.bb
>  inherit native pythonnative
>  DEPENDS = "python-native"
> -RDEPENDS_${PN} = ""
>  PR = "r0"

You can drop PR here.

> +RDEPENDS_${PN} = ""
> diff --git a/meta/recipes-devtools/python/python-scons_2.2.0.bb b/meta/recipes-devtools/python/python-scons_2.2.0.bb
> deleted file mode 100644
> index b796ae8..0000000
> --- a/meta/recipes-devtools/python/python-scons_2.2.0.bb
> +++ /dev/null
> @@ -1,15 +0,0 @@
> -DESCRIPTION = "A Software Construction Tool"
> -SECTION = "devel/python"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=61e6307bb15ee490a9ec01fd27022d7e"
> -SRCNAME = "scons"
> -
> -PR = "r0"
> -
> -SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
> -
> -SRC_URI[md5sum] = "f737f474a02d08156c821bd2d4d4b632"
> -SRC_URI[sha256sum] = "f7fcd11a7af7ec13d587a2f7cf14a92e3223eea64bf078454a9856ec0ab465b9"
> -S = "${WORKDIR}/${SRCNAME}-${PV}"
> -
> -inherit distutils
> diff --git a/meta/recipes-devtools/python/python-scons_2.3.0.bb b/meta/recipes-devtools/python/python-scons_2.3.0.bb
> new file mode 100644
> index 0000000..1110f6e
> --- /dev/null
> +++ b/meta/recipes-devtools/python/python-scons_2.3.0.bb
> @@ -0,0 +1,14 @@
> +DESCRIPTION = "A Software Construction Tool"
> +SECTION = "devel/python"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=98e9a1e6029e715255c52032a1eba637"
> +SRCNAME = "scons"
> +
> +SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
> +
> +SRC_URI[md5sum] = "083ce5624d6adcbdaf2526623f456ca9"
> +SRC_URI[sha256sum] = "9442069999cf4b2caa94a5886ab4c2c71de1718ed5e9176c18e2b6dbca463b4b"
> +
> +S = "${WORKDIR}/${SRCNAME}-${PV}"
> +
> +inherit distutils
> -- 
> 1.7.10.4
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

  reply	other threads:[~2013-05-07  9:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-07  9:08 [PATCH] python-scons: upgraded to 2.3.0 Bogdan Marinescu
2013-05-07  9:10 ` Martin Jansa [this message]
2013-05-07  9:50   ` Marinescu, Bogdan A

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=20130507091051.GC3187@jama \
    --to=martin.jansa@gmail.com \
    --cc=bogdan.a.marinescu@intel.com \
    --cc=openembedded-core@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox