aboutsummaryrefslogtreecommitdiffstats
path: root/packages/texinfo
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-12-16 21:28:36 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-12-16 21:28:36 +0000
commit138e0fd1da6c5956dcdb1398405dd23276a335d8 (patch)
treebcc3382b19f279edda44564b07b0a413576edecd /packages/texinfo
parenta21e5fa214ce5aa30d474d4039a1ed2a333fa32f (diff)
downloadopenembedded-138e0fd1da6c5956dcdb1398405dd23276a335d8.tar.gz
texinfo: added 4.8a - needed to build binutils on target
Diffstat (limited to 'packages/texinfo')
-rw-r--r--packages/texinfo/.mtn2git_empty0
-rw-r--r--packages/texinfo/texinfo_4.8a.bb11
2 files changed, 11 insertions, 0 deletions
diff --git a/packages/texinfo/.mtn2git_empty b/packages/texinfo/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/texinfo/.mtn2git_empty
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/"