mirror of
https://git.yoctoproject.org/poky
synced 2026-09-08 12:49:32 +02:00
Detecting opengl using autoconf-archive currently fails: | aclocal: warning: couldn't open directory 'm4': No such file or directory | configure.ac:306: error: _AX_CHECK_GL_MANUAL_LIBS_GENERIC: argument must not be empty | ../sources/autoconf-2.72/lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... | ../sources/autoconf-2.72/lib/m4sugar/m4sh.m4:697: AS_IF is expanded from... | /home/flk/poky/build/tmp/work/corei7-64-poky-linux/cava/0.10.4/recipe-sysroot-native/usr/share/aclocal/ax_check_gl.m4:187: _AX_CHECK_GL_MANUAL_LIBS_GENERIC is expanded from... | ../sources/autoconf-2.72/lib/m4sugar/m4sh.m4:595: AS_CASE is expanded from... | /home/flk/poky/build/tmp/work/corei7-64-poky-linux/cava/0.10.4/recipe-sysroot-native/usr/share/aclocal/ax_check_gl.m4:253: AX_CHECK_GL is expanded from... | ../sources/autoconf-2.72/lib/m4sugar/m4sh.m4:697: AS_IF is expanded from... | ../sources/autoconf-2.72/lib/m4sugar/m4sh.m4:697: AS_IF is expanded from... | configure.ac:306: the top level | autom4te: error: m4 failed with exit status: 1 This issue has already been fixed upstream, but there has been no new release since then. (From OE-Core rev: a1dce757f95fd13d80593bb6227315aacd29f5aa) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 lines
804 B
BlitzBasic
21 lines
804 B
BlitzBasic
SUMMARY = "a collection of freely re-usable Autoconf macros"
|
|
HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/"
|
|
SECTION = "devel"
|
|
LICENSE = "GPL-3.0-with-autoconf-exception"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=11cc2d3ee574f9d6b7ee797bdce4d423 \
|
|
file://COPYING.EXCEPTION;md5=fdef168ebff3bc2f13664c365a5fb515"
|
|
|
|
SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz"
|
|
SRC_URI += "file://427e226a2fe3980388abffd6de25ed6b9591cce3.patch"
|
|
SRC_URI += "file://3a23daa3da0eb1a256fda631867e19345d5f6e3a.patch"
|
|
SRC_URI += "file://e25f8d9e3ead52f998535b86c763065c5b45cc59.patch"
|
|
SRC_URI[sha256sum] = "7bcd5d001916f3a50ed7436f4f700e3d2b1bade3ed803219c592d62502a57363"
|
|
|
|
inherit autotools allarch texinfo
|
|
|
|
PACKAGES = "${PN} ${PN}-doc"
|
|
|
|
FILES:${PN} += "${datadir}/aclocal"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|