[oe] [meta-oe][PATCH] eject: link po subdirectory for out-of-tree build

Ash Charles ashcharles at gmail.com
Tue May 27 00:46:25 UTC 2014


On Mon, May 26, 2014 at 3:09 PM, Ash Charles <ashcharles at gmail.com> wrote:
> Okay---that makes sense.  I'll send a v2 with these fixes.
I tried the patch below and sent it along to the upstream maintainer
as it fixes the problem when I build locally.  When bitbaking though,
it looks like the autotools.bbclass dispose of the $(srcdir)
change...darn!  Any suggestions? This is readily fixed with
autotools-brokensep....

--- eject/Makefile.in   2006-06-03 18:59:08.000000000 -0700
+++ eject/Makefile.in   2014-05-26 15:58:08.031605669 -0700
@@ -72,7 +72,7 @@
 eject_SOURCES = eject.c
 volname_SOURCES = volname.c

- at USE_NLS_TRUE@SUBDIRS = po
+ at USE_NLS_TRUE@SUBDIRS = $(srcdir)/po

 AM_CPPFLAGS = -DDEFAULTDEVICE=\"$(DEFAULTDEVICE)\" -DGETOPTLONG
 AM_CFLAGS = -Wall $(RPM_OPT_FLAGS)



More information about the Openembedded-devel mailing list