All of lore.kernel.org
 help / color / mirror / Atom feed
* omap3-desktop-image fails baking 'news'
@ 2010-02-11 12:46 Grahame Jordan
  2010-02-11 14:05 ` Koen Kooi
  0 siblings, 1 reply; 3+ messages in thread
From: Grahame Jordan @ 2010-02-11 12:46 UTC (permalink / raw)
  To: openembedded-devel

[-- 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
 }
 
-
-


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-02-18 17:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-11 12:46 omap3-desktop-image fails baking 'news' Grahame Jordan
2010-02-11 14:05 ` Koen Kooi
2010-02-18 17:10   ` Ben Udall

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.