* [PATCH 0/1] fix python path in gnome-desktop @ 2011-09-22 19:05 Saul Wold 2011-09-22 19:05 ` [PATCH 1/1] gnome-desktop: Fix python path in scripts to use target path Saul Wold 0 siblings, 1 reply; 3+ messages in thread From: Saul Wold @ 2011-09-22 19:05 UTC (permalink / raw) To: openembedded-core Another location that had a wrong path Sau! The following changes since commit 76052861cc95fd4ad4c4b9eb6ce4cd1065ad4dc9: libxml2: reinclude a -staticdev package (2011-09-22 05:11:50 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib sgw/oe-fix http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgw/oe-fix Saul Wold (1): gnome-desktop: Fix python path in scripts to use target path meta/recipes-gnome/gnome/gnome-desktop.inc | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) -- 1.7.6 ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] gnome-desktop: Fix python path in scripts to use target path 2011-09-22 19:05 [PATCH 0/1] fix python path in gnome-desktop Saul Wold @ 2011-09-22 19:05 ` Saul Wold 2011-09-22 20:01 ` Richard Purdie 0 siblings, 1 reply; 3+ messages in thread From: Saul Wold @ 2011-09-22 19:05 UTC (permalink / raw) To: openembedded-core Signed-off-by: Saul Wold <sgw@linux.intel.com> --- meta/recipes-gnome/gnome/gnome-desktop.inc | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/meta/recipes-gnome/gnome/gnome-desktop.inc b/meta/recipes-gnome/gnome/gnome-desktop.inc index 336b87f..1317fff 100644 --- a/meta/recipes-gnome/gnome/gnome-desktop.inc +++ b/meta/recipes-gnome/gnome/gnome-desktop.inc @@ -11,7 +11,11 @@ do_configure_prepend () { FILES_${PN} += "${datadir}/gnome-about" -PR = "r1" +PR = "r2" inherit gnome pkgconfig +do_install_append () { + sed -i -e's,${STAGING_BINDIR_NATIVE},${bindir},g' ${D}${bindir}/gnome-about +} + -- 1.7.6 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] gnome-desktop: Fix python path in scripts to use target path 2011-09-22 19:05 ` [PATCH 1/1] gnome-desktop: Fix python path in scripts to use target path Saul Wold @ 2011-09-22 20:01 ` Richard Purdie 0 siblings, 0 replies; 3+ messages in thread From: Richard Purdie @ 2011-09-22 20:01 UTC (permalink / raw) To: Patches and discussions about the oe-core layer On Thu, 2011-09-22 at 12:05 -0700, Saul Wold wrote: > Signed-off-by: Saul Wold <sgw@linux.intel.com> > --- > meta/recipes-gnome/gnome/gnome-desktop.inc | 6 +++++- > 1 files changed, 5 insertions(+), 1 deletions(-) Merged to master, thanks. Richard ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-09-22 20:07 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-09-22 19:05 [PATCH 0/1] fix python path in gnome-desktop Saul Wold 2011-09-22 19:05 ` [PATCH 1/1] gnome-desktop: Fix python path in scripts to use target path Saul Wold 2011-09-22 20:01 ` Richard Purdie
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox