texinfo: added 4.8a - needed to build binutils on target
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sat, 16 Dec 2006 21:28:36 +0000 (21:28 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Sat, 16 Dec 2006 21:28:36 +0000 (21:28 +0000)
packages/texinfo/.mtn2git_empty [new file with mode: 0644]
packages/texinfo/texinfo_4.8a.bb [new file with mode: 0644]

diff --git a/packages/texinfo/.mtn2git_empty b/packages/texinfo/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/texinfo/texinfo_4.8a.bb b/packages/texinfo/texinfo_4.8a.bb
new file mode 100644 (file)
index 0000000..7386226
--- /dev/null
@@ -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/"