diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-24 08:24:07 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-24 08:24:07 +0000 |
commit | 215379647bc3cfaccdd52730c9b643524f95102b (patch) | |
tree | f2db24d917029524df07d7faecd030d231ddf9ec /meta/packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb | |
parent | f75754d05bfac568380d2b6c8f7fb33186082a58 (diff) | |
download | poky-215379647bc3cfaccdd52730c9b643524f95102b.tar.gz |
ipkg-utils: Fix a bug in the md5sum field handling and add some extra checks (md5sum, size) to ipkg-make-index when reusing data from the previous package file.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@544 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb')
-rw-r--r-- | meta/packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb b/meta/packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb index ab8f4d63e0..bfb91f2f56 100644 --- a/meta/packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb +++ b/meta/packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb | |||
@@ -2,12 +2,13 @@ include ipkg-utils_${PV}.bb | |||
2 | SRC_URI += "file://ipkg-utils-fix.patch;patch=1" | 2 | SRC_URI += "file://ipkg-utils-fix.patch;patch=1" |
3 | 3 | ||
4 | RDEPENDS = "" | 4 | RDEPENDS = "" |
5 | PR = "r7" | 5 | PR = "r8" |
6 | 6 | ||
7 | inherit native | 7 | inherit native |
8 | 8 | ||
9 | # Avoid circular dependencies from package_ipk.bbclass | 9 | # Avoid circular dependencies from package_ipk.bbclass |
10 | PACKAGES = "" | 10 | PACKAGES = "" |
11 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ipkg-utils" | ||
11 | 12 | ||
12 | do_stage() { | 13 | do_stage() { |
13 | for i in ${INSTALL}; do | 14 | for i in ${INSTALL}; do |