diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-26 18:10:59 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-26 18:14:58 +0100 |
commit | b8187a1176346311c950d458b8dfa6233ec9713e (patch) | |
tree | 36cff1ab07494a1023f2391ff2351d28aa1d0270 /meta/packages/opkg-utils/opkg-utils-native_svn.bb | |
parent | 5680a1d906e9aa07f486bd0946a1f4c5134acd8e (diff) | |
download | poky-b8187a1176346311c950d458b8dfa6233ec9713e.tar.gz |
opkg-utils: Add patch to avoid errors when packages change while rebuilding the package indexes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/opkg-utils/opkg-utils-native_svn.bb')
-rw-r--r-- | meta/packages/opkg-utils/opkg-utils-native_svn.bb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/meta/packages/opkg-utils/opkg-utils-native_svn.bb b/meta/packages/opkg-utils/opkg-utils-native_svn.bb deleted file mode 100644 index b12b5456bf..0000000000 --- a/meta/packages/opkg-utils/opkg-utils-native_svn.bb +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | require opkg-utils_svn.bb | ||
2 | |||
3 | RDEPENDS = "" | ||
4 | |||
5 | inherit native | ||
6 | |||
7 | # Avoid circular dependencies from package_ipk.bbclass | ||
8 | PACKAGES = "" | ||
9 | |||