* [meta-oe]] libmikmod: depend on texinfo
@ 2013-05-23 8:22 Marko Lindqvist
0 siblings, 0 replies; 2+ messages in thread
From: Marko Lindqvist @ 2013-05-23 8:22 UTC (permalink / raw)
To: openembedded-devel
With changed behavior of 'missing' in automake-1.13, libmikmod
build was failing when makeinfo was not present.
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
meta-oe/recipes-multimedia/mikmod/libmikmod_3.1.12.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-multimedia/mikmod/libmikmod_3.1.12.bb b/meta-oe/recipes-multimedia/mikmod/libmikmod_3.1.12.bb
index efef5d2..e6bdcbe 100644
--- a/meta-oe/recipes-multimedia/mikmod/libmikmod_3.1.12.bb
+++ b/meta-oe/recipes-multimedia/mikmod/libmikmod_3.1.12.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=b2b941d484c442e5c031a51463d8e11b"
-DEPENDS = "alsa-lib"
+DEPENDS = "alsa-lib texinfo"
SRC_URI = "\
${SOURCEFORGE_MIRROR}/mikmod/libmikmod-${PV}.tar.gz \
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-oe] libmikmod: depend on texinfo
@ 2013-05-30 9:09 Marko Lindqvist
0 siblings, 0 replies; 2+ messages in thread
From: Marko Lindqvist @ 2013-05-30 9:09 UTC (permalink / raw)
To: openembedded-devel
It turned out that this is not specific to automake-1.13, but without
the patch libmikmod build fails even with older automake currently in
OE core. I haven't checked if branches other than master are affected.
- ML
On 23 May 2013 11:22, Marko Lindqvist <cazfi74@gmail.com> wrote:
> With changed behavior of 'missing' in automake-1.13, libmikmod
> build was failing when makeinfo was not present.
>
> Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
> ---
> meta-oe/recipes-multimedia/mikmod/libmikmod_3.1.12.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-multimedia/mikmod/libmikmod_3.1.12.bb b/meta-oe/recipes-multimedia/mikmod/libmikmod_3.1.12.bb
> index efef5d2..e6bdcbe 100644
> --- a/meta-oe/recipes-multimedia/mikmod/libmikmod_3.1.12.bb
> +++ b/meta-oe/recipes-multimedia/mikmod/libmikmod_3.1.12.bb
> @@ -3,7 +3,7 @@ SECTION = "libs"
> LICENSE = "LGPLv2.1"
> LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=b2b941d484c442e5c031a51463d8e11b"
>
> -DEPENDS = "alsa-lib"
> +DEPENDS = "alsa-lib texinfo"
>
> SRC_URI = "\
> ${SOURCEFORGE_MIRROR}/mikmod/libmikmod-${PV}.tar.gz \
> --
> 1.7.10.4
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-30 9:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-23 8:22 [meta-oe]] libmikmod: depend on texinfo Marko Lindqvist
-- strict thread matches above, loose matches on Subject: below --
2013-05-30 9:09 [meta-oe] " Marko Lindqvist
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox