diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-28 16:45:05 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-28 16:45:05 +0000 |
commit | 91225da5b854cc0b6416041b47762841eb53b606 (patch) | |
tree | 5dab4c338db0f03502cbf15f77b56ad6344a5fd2 /meta/packages/ipkg/ipkg.inc | |
parent | 705bfa44d80d291b3342a4acb5e6441af06acf0c (diff) | |
download | poky-91225da5b854cc0b6416041b47762841eb53b606.tar.gz |
ipkg: fix "unable to create /usr/lib/ipkg/lists directory" bug
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3264 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/ipkg/ipkg.inc')
-rw-r--r-- | meta/packages/ipkg/ipkg.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/ipkg/ipkg.inc b/meta/packages/ipkg/ipkg.inc index 8965a0f458..c3195c8c57 100644 --- a/meta/packages/ipkg/ipkg.inc +++ b/meta/packages/ipkg/ipkg.inc | |||
@@ -11,7 +11,8 @@ AUTO_LIBNAME_PKGS = "libipkg" | |||
11 | 11 | ||
12 | SRC_URI = "${HANDHELDS_CVS};module=familiar/dist/ipkg;tag=${@'V' + bb.data.getVar('PV',d,1).replace('.', '-')} \ | 12 | SRC_URI = "${HANDHELDS_CVS};module=familiar/dist/ipkg;tag=${@'V' + bb.data.getVar('PV',d,1).replace('.', '-')} \ |
13 | file://fix_tar_extension.patch;patch=1 \ | 13 | file://fix_tar_extension.patch;patch=1 \ |
14 | file://terse.patch;patch=1 \ | 14 | file://terse.patch;patch=1 \ |
15 | file://ipkg_bugfix.patch;patch=1 \ | ||
15 | file://noupdalt.patch;patch=1" | 16 | file://noupdalt.patch;patch=1" |
16 | 17 | ||
17 | S = "${WORKDIR}/ipkg/C" | 18 | S = "${WORKDIR}/ipkg/C" |