All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Franklin S. Cooper Jr" <fcooperjr27@gmail.com>
Cc: meta-arago@arago-project.org, "Franklin S. Cooper Jr" <fcooper@ti.com>
Subject: Re: [PATCH 03/42] libjpeg-turbo: Mimic RPROVIDES fix from meta-oe master
Date: Mon, 5 Nov 2012 13:22:32 -0500	[thread overview]
Message-ID: <20121105182231.GF8311@edge> (raw)
In-Reply-To: <1352080417-9792-1-git-send-email-fcooper@ti.com>

I think some patches are missing. I counted only 40 out of 42 - #1 and #2 seem 
to be missing...


On Sun, Nov 04, 2012 at 07:52:58PM -0600, Franklin S. Cooper Jr wrote:
> * Add the changes incorporated by the patch
>   "libjpeg-turbo: Add RPROVIDES to fix errors when rdepending on jpeg"
>   currently applied to meta-oe master.
> * When the above patch is applied to the denzil branch then this commit
>   can be reverted.
> 
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  .../recipes-core/jpeg/libjpeg-turbo_svn.bbappend   |    9 +++++++++
>  1 files changed, 9 insertions(+), 0 deletions(-)
>  create mode 100644 meta-arago-extras/recipes-core/jpeg/libjpeg-turbo_svn.bbappend
> 
> diff --git a/meta-arago-extras/recipes-core/jpeg/libjpeg-turbo_svn.bbappend b/meta-arago-extras/recipes-core/jpeg/libjpeg-turbo_svn.bbappend
> new file mode 100644
> index 0000000..08c085d
> --- /dev/null
> +++ b/meta-arago-extras/recipes-core/jpeg/libjpeg-turbo_svn.bbappend
> @@ -0,0 +1,9 @@
> +PRINC := "${@int(PRINC) + 1}"
> +
> +# Temporarily add this append which incorporates the changes of meta-oe master 
> +# patch "libjpeg-turbo: Add RPROVIDES to fix errors when rdepending on jpeg"
> +# commit id 662fd013adcbee8c59f4f475a11911c3267eae90.
> +
> +RPROVIDES_${PN}  += "jpeg"
> +RREPLACES_${PN}  += "jpeg"
> +RCONFLICTS_${PN} += "jpeg"
> -- 
> 1.7.0.4
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


  parent reply	other threads:[~2012-11-05 18:22 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-05  1:52 [PATCH 03/42] libjpeg-turbo: Mimic RPROVIDES fix from meta-oe master Franklin S. Cooper Jr
2012-11-05  1:52 ` [PATCH 04/42] libjpeg-turbo: Fix jpeg-tools error Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 05/42] tisdk-image: class for making TI SDK images Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 06/42] arago-amsdk-image: Add TI AMSDK image recipe Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 07/42] arago-amsdk-image: Add additional tasks and image Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 08/42] task-arago-tisdk-matrix: Remove wifi and bluetooth demos Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 09/42] matrix-gui-apps-git: Correct .desktop filenames Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 10/42] matrix-gui-clocks: Remove ${PN} package and fix RDEPENDS Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 11/42] board-port-labs: Tweak recipe Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 12/42] task-arago-tisdk-amsdk: Add a new SDK related task Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 13/42] arago-amsdk-image: Add task-arago-tisdk-amsdk-sdk-host Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 14/42] arago-tisdk-image: Add task-arago-tisdk-amsdk Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 15/42] wif-direct-demo: Remove unnecessary ${PN} from package list Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 16/42] arago-tisdk-image: Rename recipe to tisdk-rootfs-image Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 17/42] am-sysinfo: Update am-sysinfo to pulled in makefile fix Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 18/42] meta-toolchain-arago-qte: Fix Qt library and include files path Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 19/42] meta-toolchain-arago-qte: Add qt.conf file Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 20/42] task-arago-toolchain-tisdk-target: Add task-arago-toolchain-tisdk-target Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 21/42] meta-toolchain-arago-tisdk: Add Arago SDK specific toolchain recipe Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 22/42] arago-amsdk-image: Change the meta toolchain recipe used Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 23/42] arago.conf: Setting PREFERRED_VERSIONS Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 24/42] gst-ffmpeg: Select a non GPLv3 license Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 25/42] qt4-tools-nativesdk: Select LGPLv2.1 license Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 26/42] arago-qt4.inc: Introduce arago-qt4.inc file Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 27/42] qt4-embedded: Use new " Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 28/42] qt4-embedded-gles: Add append to include arago-qt4.inc Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 29/42] arago-qt4.inc: Add maximize window patch for weatherinfo and imageviewer Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 30/42] linux-am335x: Update psp 04.06.00.08 recipe Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 31/42] netbase: Add arago custom init Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 32/42] meta-toolchain-arago: Pull in additional environmental variables settings Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 33/42] linux-am335x: Add PSP v05.06.00.00 of the Linux kernel Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 34/42] arago.conf: Set the new PSP kernel as the preferred version Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 35/42] tisdk-image: Change the filename of the toolchain sdk that should be used Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 36/42] u-boot: Add PSP version 05.06.00.00 of u-boot Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 37/42] ti-tisdk-setup: Update targetNFS filesystem Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 38/42] busybox: Fix NFS issues Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 39/42] u-boot: Add UVER and PSPREL Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 40/42] busybox: Enable more features in head application Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 41/42] meta-toolchain-arago-qte: Add force option to symbolic link command Franklin S. Cooper Jr
2012-11-05  1:53 ` [PATCH 42/42] ti-tisdk-makefile: Use ARMPKGARCH variable Franklin S. Cooper Jr
2012-11-05 18:22 ` Denys Dmytriyenko [this message]
2012-11-05 18:32   ` [PATCH 03/42] libjpeg-turbo: Mimic RPROVIDES fix from meta-oe master Cooper Jr., Franklin
2012-11-05 18:44     ` Denys Dmytriyenko

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=20121105182231.GF8311@edge \
    --to=denys@ti.com \
    --cc=fcooper@ti.com \
    --cc=fcooperjr27@gmail.com \
    --cc=meta-arago@arago-project.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.