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

Otavio Salvador otavio at ossystems.com.br
Tue May 27 02:43:42 UTC 2014


On Mon, May 26, 2014 at 9:46 PM, Ash Charles <ashcharles at gmail.com> wrote:
> 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

@top_srcdir@?

>  AM_CPPFLAGS = -DDEFAULTDEVICE=\"$(DEFAULTDEVICE)\" -DGETOPTLONG
>  AM_CFLAGS = -Wall $(RPM_OPT_FLAGS)
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750



More information about the Openembedded-devel mailing list