aboutsummaryrefslogtreecommitdiffstats
path: root/ipkg-utils
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2004-10-24 20:14:30 +0000
committerHolger Freyther <zecke@selfish.org>2004-10-24 20:14:30 +0000
commitf28c6cae1faf4c59c95fd0ec40ccad2ee6f8aa23 (patch)
tree2ad4f2a65f2702280a331861b4bdd0aed57a79a3 /ipkg-utils
parent2d2e9e9f864ec1dea3482ba0ef01d56ae861b848 (diff)
downloadopenembedded-f28c6cae1faf4c59c95fd0ec40ccad2ee6f8aa23.tar.gz
Beagle Distribution:
-Mount 2nd bank on /home -Make installing packages to /home work (ipkg-link) -Create /home/root from within the opie script (probably do it in a beagle-install package) BKrev: 417c0d26Prw6b1pgzKJ8GVVFJdasZg
Diffstat (limited to 'ipkg-utils')
-rw-r--r--ipkg-utils/files/fix-ipkg-link-beagle.patch0
-rw-r--r--ipkg-utils/ipkg-utils_1.6cvs.oe3
2 files changed, 2 insertions, 1 deletions
diff --git a/ipkg-utils/files/fix-ipkg-link-beagle.patch b/ipkg-utils/files/fix-ipkg-link-beagle.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/ipkg-utils/files/fix-ipkg-link-beagle.patch
diff --git a/ipkg-utils/ipkg-utils_1.6cvs.oe b/ipkg-utils/ipkg-utils_1.6cvs.oe
index f73b52a423..4aa5435c41 100644
--- a/ipkg-utils/ipkg-utils_1.6cvs.oe
+++ b/ipkg-utils/ipkg-utils_1.6cvs.oe
@@ -10,7 +10,8 @@ PV_append = "${CVSDATE}"
PR = "r5"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=ipkg-utils \
- file://fix-ipkg-link.patch;patch=1"
+ file://fix-ipkg-link.patch;patch=1 "
+SRC_URI_append_beagle = " file://fix-ipkg-link-beagle.patch;patch=1 "
S = "${WORKDIR}/ipkg-utils"
INSTALL = "ipkg-build ipkg-deb-unbuild ipkg-unbuild ipkg-compare-versions ipkg-upload ipkg-make-index ipkg-link ipkg.py"