summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-12-16 22:02:46 +0000
committerRod Whitby <rod@whitby.id.au>2006-12-16 22:02:46 +0000
commit76bcb95c18b8d675ac500a789ff2c2f71eb79096 (patch)
tree1e27c9f9df4f1889f861a17507e7c35b0ad4ed7f
parentf6aa22e46c85622b9969e336187551379f60cbf1 (diff)
parenta87aab60fd2b88af5e27878c3f4093b51276f184 (diff)
merge of 2eba3bc567a71586736c7d186c47eb2c0b9e1376
and 3b6174728a6dcff419092d6acc08ec46965aa3e4
-rw-r--r--packages/tasks/task-proper-tools.bb10
-rw-r--r--packages/texinfo/.mtn2git_empty0
-rw-r--r--packages/texinfo/texinfo_4.8a.bb11
3 files changed, 18 insertions, 3 deletions
diff --git a/packages/tasks/task-proper-tools.bb b/packages/tasks/task-proper-tools.bb
index 9644e01e9a..f9d3f7bfc7 100644
--- a/packages/tasks/task-proper-tools.bb
+++ b/packages/tasks/task-proper-tools.bb
@@ -1,5 +1,5 @@
-DESCRIPTION = "Proper tools for busybox haters"
-PR = "r3"
+DESCRIPTION = "Full versions of tools provided by busybox"
+PR = "r4"
PACKAGE_ARCH = "all"
ALLOW_EMPTY_${PN} = "1"
@@ -21,4 +21,8 @@ RDEPENDS = "\
module-init-tools \
"
-
+#
+# binutils-symlinks provide ar in a way which conflict with busybox - #1465 for more info
+#
+# busybox tar does not understand '--no-same-owner' option which bitbake use
+#
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/"