From: Grahame Jordan <gbj@theforce.com.au>
To: openembedded-devel@lists.openembedded.org
Subject: omap3-desktop-image fails baking 'news'
Date: Thu, 11 Feb 2010 23:46:28 +1100 [thread overview]
Message-ID: <4B73FC24.9060807@theforce.com.au> (raw)
[-- Attachment #1: Type: text/plain, Size: 269 bytes --]
Hi,
After git pull I could not build e17/news on Ubuntu 9.04
Found this on:
http://old.nabble.com/omap3-desktop-image-fails-baking-'news'-td27323561.html
applied changes and it now compiles OK.
Please review/apply attached patch
Thanks
Grahame Jordan
[-- Attachment #2: AM_GNU_GETTEXT_po.patch --]
[-- Type: text/x-patch, Size: 457 bytes --]
diff --git a/recipes/e17/news_svn.bb b/recipes/e17/news_svn.bb
index c72fbb5..644d2e9 100644
--- a/recipes/e17/news_svn.bb
+++ b/recipes/e17/news_svn.bb
@@ -1,12 +1,13 @@
LICENSE = "MIT"
PV = "0.1.0+svnr${SRCPV}"
+PR = "r4"
+
require e-module.inc
do_configure_prepend() {
- sed -i -e /po/d configure.ac
+ sed -i -e /po/d -e /AM_GNU_GETTEXT/d configure.ac
sed -i -e s:\ po::g Makefile.am
+ touch ${S}/config.rpath
}
-
-
next reply other threads:[~2010-02-11 12:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-11 12:46 Grahame Jordan [this message]
2010-02-11 14:05 ` omap3-desktop-image fails baking 'news' Koen Kooi
2010-02-18 17:10 ` Ben Udall
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=4B73FC24.9060807@theforce.com.au \
--to=gbj@theforce.com.au \
--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.