From: Marcin Juszkiewicz Date: Sat, 16 Dec 2006 21:28:36 +0000 (+0000) Subject: texinfo: added 4.8a - needed to build binutils on target X-Git-Tag: Release-2010-05/1~9453^2~129^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=138e0fd1da6c5956dcdb1398405dd23276a335d8;p=openembedded.git texinfo: added 4.8a - needed to build binutils on target --- diff --git a/packages/texinfo/.mtn2git_empty b/packages/texinfo/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/texinfo/texinfo_4.8a.bb b/packages/texinfo/texinfo_4.8a.bb new file mode 100644 index 0000000000..7386226408 --- /dev/null +++ b/packages/texinfo/texinfo_4.8a.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Documentation system for on-line information and printed output" +HOMEPAGE = "http://www.gnu.org/software/texinfo/" +SECTION = "console/utils" +LICENSE = "GPL" +DEPENDS = "ncurses" + +SRC_URI = "${GNU_MIRROR}/texinfo/texinfo-${PV}.tar.bz2" + +inherit autotools gettext + +S = "${WORKDIR}/texinfo-4.8/"