summaryrefslogtreecommitdiffstats
path: root/dev/todo
diff options
context:
space:
mode:
Diffstat (limited to 'dev/todo')
-rw-r--r--dev/todo/removing-libbb-from-opkg.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev/todo/removing-libbb-from-opkg.mdwn b/dev/todo/removing-libbb-from-opkg.mdwn
index 2417261..f505b1f 100644
--- a/dev/todo/removing-libbb-from-opkg.mdwn
+++ b/dev/todo/removing-libbb-from-opkg.mdwn
@@ -1,5 +1,18 @@
[[!meta title="Removing libbb from opkg"]]
+Upstream has done this, but in a different way. [Instead
+of][opkg-devel-dropped] including an ancient
+and patched copy of libbb, [opkg][opkg-git-add-dep] now [links
+against][opkg-git-convert] libarchive.
+
+**The rest of this page is kept only for reference and historical purposes.**
+
+[opkg-devel-dropped]: https://groups.google.com/forum/?_escaped_fragment_=topic/opkg-devel/HYBBK8YeazI#!topic/opkg-devel/HYBBK8YeazI
+[opkg-git-add-dep]: http://git.yoctoproject.org/cgit/cgit.cgi/opkg/commit/?id=55a5c61
+[opkg-git-convert]: http://git.yoctoproject.org/cgit/cgit.cgi/opkg/commit/?id=8e21478
+
+---
+
opkg includes and is statically linked with [a copy of libbb][opkg-libbb],
BusyBox's helper library. Of course, BusyBox is also linked against its own
copy of libbb. This is a bad idea in general, since duplicated code makes