diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2014-03-05 12:25:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-11 20:28:56 -0700 |
commit | deed314f7812c81443bea217e441c0d60f20072b (patch) | |
tree | 3700c8a02d26e1bf4cb515a528606ea947b4c7cc /meta/classes/populate_sdk_ipk.bbclass | |
parent | 6029af2ec5f6a92b41c9e103625699e6ae2e6550 (diff) | |
download | poky-deed314f7812c81443bea217e441c0d60f20072b.tar.gz |
populate_sdk_*.bbclass: remove old rootfs_list_installed_depends()
We're using the python routines now.
(From OE-Core rev: 04fa624394a6400803425fd61a79ce9552a79f99)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/populate_sdk_ipk.bbclass')
-rw-r--r-- | meta/classes/populate_sdk_ipk.bbclass | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/classes/populate_sdk_ipk.bbclass b/meta/classes/populate_sdk_ipk.bbclass index 4c23f055c1..e2e3523bb3 100644 --- a/meta/classes/populate_sdk_ipk.bbclass +++ b/meta/classes/populate_sdk_ipk.bbclass | |||
@@ -2,7 +2,3 @@ do_populate_sdk[depends] += "opkg-native:do_populate_sysroot opkg-utils-native:d | |||
2 | do_populate_sdk[recrdeptask] += "do_package_write_ipk" | 2 | do_populate_sdk[recrdeptask] += "do_package_write_ipk" |
3 | 3 | ||
4 | do_populate_sdk[lockfiles] += "${WORKDIR}/ipk.lock" | 4 | do_populate_sdk[lockfiles] += "${WORKDIR}/ipk.lock" |
5 | |||
6 | rootfs_list_installed_depends() { | ||
7 | opkg-cl ${OPKG_ARGS} status | opkg-query-helper.py | ||
8 | } | ||