diff options
author | John Lee <john_lee@openmoko.org> | 2008-01-17 08:50:55 +0000 |
---|---|---|
committer | Openmoko anonymizer key <devel@lists.openmoko.org> | 2008-01-17 08:50:55 +0000 |
commit | 3ae494f2e5497197beebdcf02af92f892928aadc (patch) | |
tree | e2df5ff54dbbd27dbce5f6f0dfd69436d8fdf066 | |
parent | f754a017b9add0958ba8a0dc1212e416912543ba (diff) |
(Merge OM mtn modification back into mainline)
Remove ipkg-list-fields because already in ipkg-utils
-rw-r--r-- | packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb b/packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb index 23d73ebae6..3101ecb3be 100644 --- a/packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb +++ b/packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb @@ -8,7 +8,7 @@ inherit native # Avoid circular dependencies from package_ipk.bbclass PACKAGES = "" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ipkg-utils" -INSTALL += "ipkg-list-fields arfile.py" +INSTALL += "arfile.py" do_stage() { for i in ${INSTALL}; do |