All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua Lock <josh@openedhand.com>
To: poky@yoctoproject.org
Subject: Re: [PATCH 1/8] oprofileui: upgrade to the latest version maintained by the Yocto project
Date: Thu, 10 Mar 2011 11:14:55 -0800	[thread overview]
Message-ID: <1299784495.22278.1.camel@scimitar> (raw)
In-Reply-To: <e1692bf2937813717780e2c58a0fb803bb190fa3.1299775598.git.sgw@linux.intel.com>

On Thu, 2011-03-10 at 08:50 -0800, Saul Wold wrote:
> From: Dexuan Cui <dexuan.cui@intel.com>
> 
> Oprofileui at http://labs.o-hand.com/oprofileui/ is not maintained now, so
> we should change SRC_URI to the one maintained by the Yocto project. This
> one includes new bugfixes.
> 
> This fixes [YOCTO #820]
> 
> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
> ---
>  .../conf/distro/include/poky-default-revisions.inc |    2 +-
>  meta/recipes-kernel/oprofile/oprofileui-git.inc    |   10 ++++++++++
>  meta/recipes-kernel/oprofile/oprofileui-svn.inc    |    9 ---------
>  meta/recipes-kernel/oprofile/oprofileui_git.bb     |    2 ++
>  meta/recipes-kernel/oprofile/oprofileui_svn.bb     |    2 --
>  5 files changed, 13 insertions(+), 12 deletions(-)
>  create mode 100644 meta/recipes-kernel/oprofile/oprofileui-git.inc
>  delete mode 100644 meta/recipes-kernel/oprofile/oprofileui-svn.inc
>  create mode 100644 meta/recipes-kernel/oprofile/oprofileui_git.bb
>  delete mode 100644 meta/recipes-kernel/oprofile/oprofileui_svn.bb
> 
> diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
> index 36202a1..aee1749 100644
> --- a/meta/conf/distro/include/poky-default-revisions.inc
> +++ b/meta/conf/distro/include/poky-default-revisions.inc
> @@ -146,7 +146,7 @@ SRCREV_pn-opkg-nogpg-native ??= "${OPKGSRCREV}"
>  SRCREV_pn-opkg-nogpg-nativesdk ??= "${OPKGSRCREV}"
>  SRCREV_pn-opkg-utils-native ??= "4747"
>  SRCREV_pn-opkg-utils ??= "4747"
> -SRCREV_pn-oprofileui ??= "197"
> +SRCREV_pn-oprofileui ??= "e2d998d8a55dc1e49d1588841f83eff8e6809753"
>  SRCREV_pn-tcf-agent ??= "1078"
>  SRCREV_pn-osc-native ??= "9096"
>  SRCREV_pn-owl-video ??= "394"
> diff --git a/meta/recipes-kernel/oprofile/oprofileui-git.inc b/meta/recipes-kernel/oprofile/oprofileui-git.inc
> new file mode 100644
> index 0000000..b4a573b
> --- /dev/null
> +++ b/meta/recipes-kernel/oprofile/oprofileui-git.inc
> @@ -0,0 +1,10 @@
> +require oprofileui.inc
> +
> +PV = "0.0+git${SRCPV}"
> +PR = "r2"
> +
> +S = "${WORKDIR}/git"
> +
> +# Oprofileui at http://labs.o-hand.com/oprofileui/ is not maintained now.
> +SRC_URI = "git://git.pokylinux.org/oprofileui;protocol=git \
> +           file://dso_linking_change_build_fix.patch "
> diff --git a/meta/recipes-kernel/oprofile/oprofileui-svn.inc b/meta/recipes-kernel/oprofile/oprofileui-svn.inc
> deleted file mode 100644
> index 5d40914..0000000
> --- a/meta/recipes-kernel/oprofile/oprofileui-svn.inc
> +++ /dev/null
> @@ -1,9 +0,0 @@
> -require oprofileui.inc
> -
> -PV = "0.0+svnr${SRCPV}"
> -PR = "r1"
> -
> -S = "${WORKDIR}/trunk"
> -
> -SRC_URI = "svn://svn.o-hand.com/repos/oprofileui;module=trunk;proto=http \
> -           file://dso_linking_change_build_fix.patch "
> diff --git a/meta/recipes-kernel/oprofile/oprofileui_git.bb b/meta/recipes-kernel/oprofile/oprofileui_git.bb
> new file mode 100644
> index 0000000..705f4e1
> --- /dev/null
> +++ b/meta/recipes-kernel/oprofile/oprofileui_git.bb
> @@ -0,0 +1,2 @@
> +require oprofileui-git.inc
> +

Any reason you've done it htis way?
Can we merge the contents of oprofileui-git.inc into oprofileui_git.bb
and delete oprofileui-git.inc only have one file here?

inc files are useful for sharing metadata between several recipes but
since we only have one recipe here (and should only ever provide one
_git recipe) the inc file is pretty superfluous at this time.

Thanks,
Joshua

> diff --git a/meta/recipes-kernel/oprofile/oprofileui_svn.bb b/meta/recipes-kernel/oprofile/oprofileui_svn.bb
> deleted file mode 100644
> index 39e10b4..0000000
> --- a/meta/recipes-kernel/oprofile/oprofileui_svn.bb
> +++ /dev/null
> @@ -1,2 +0,0 @@
> -require oprofileui-svn.inc
> -

-- 
Joshua Lock
        Yocto Build System Monkey
        Intel Open Source Technology Centre



  reply	other threads:[~2011-03-10 19:15 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-10 16:50 [PATCH 0/8] Consolidated Pull Request Saul Wold
2011-03-10 16:50 ` Saul Wold
2011-03-10 16:50 ` [PATCH 1/8] oprofileui: upgrade to the latest version maintained by the Yocto project Saul Wold
2011-03-10 16:50   ` Saul Wold
2011-03-10 19:14   ` Joshua Lock [this message]
2011-03-10 16:51 ` [PATCH 2/8] distro_tracking_fields.inc: update the info for oprofileui Saul Wold
2011-03-10 16:51   ` Saul Wold
2011-03-10 16:51 ` [PATCH 3/8] telepathy-python: Fix parallel make issue Saul Wold
2011-03-10 16:51   ` Saul Wold
2011-03-10 16:51 ` [PATCH 4/8] gcc-runtime: Ensure that gcc-runtime builds a debug package Saul Wold
2011-03-10 16:51   ` Saul Wold
2011-03-10 16:51 ` [PATCH 5/8] tinylogin: Fix rotate passwd check logic Saul Wold
2011-03-10 16:51   ` Saul Wold
2011-03-10 16:52 ` [PATCH 6/8] gcc/collect2: Added --sysroot support into collect2 in gcc Saul Wold
2011-03-10 16:52   ` Saul Wold
2011-03-10 16:52 ` [PATCH 7/8] gst-plugins-bad: add missing dependency librsvg Saul Wold
2011-03-10 16:52   ` Saul Wold
2011-03-10 16:52 ` [PATCH 8/8] Disable wget server side cache Saul Wold
2011-03-10 16:52   ` Saul Wold
2011-03-11  2:17 ` [PATCH 0/8] Consolidated Pull Request Richard Purdie
2011-03-11  2:17   ` [OE-core] " Richard Purdie

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=1299784495.22278.1.camel@scimitar \
    --to=josh@openedhand.com \
    --cc=poky@yoctoproject.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.