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:20:57 -0700 |
commit | 04fa624394a6400803425fd61a79ce9552a79f99 (patch) | |
tree | 39e35f7498b7a87f58fef51ac0ae26a33ef5d1a9 /meta/classes/populate_sdk_deb.bbclass | |
parent | 570baf4921a5b34cc97834e670b143073d136dea (diff) | |
download | openembedded-core-04fa624394a6400803425fd61a79ce9552a79f99.tar.gz openembedded-core-04fa624394a6400803425fd61a79ce9552a79f99.tar.bz2 openembedded-core-04fa624394a6400803425fd61a79ce9552a79f99.zip |
populate_sdk_*.bbclass: remove old rootfs_list_installed_depends()
We're using the python routines now.
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_deb.bbclass')
-rw-r--r-- | meta/classes/populate_sdk_deb.bbclass | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/classes/populate_sdk_deb.bbclass b/meta/classes/populate_sdk_deb.bbclass index 462525feff..833feca882 100644 --- a/meta/classes/populate_sdk_deb.bbclass +++ b/meta/classes/populate_sdk_deb.bbclass @@ -10,8 +10,3 @@ do_populate_sdk[lockfiles] += "${DEPLOY_DIR_DEB}/deb.lock" # This will of course only work after rootfs_deb_do_rootfs or populate_sdk_deb has been called DPKG_QUERY_COMMAND = "${STAGING_BINDIR_NATIVE}/dpkg-query --admindir=$INSTALL_ROOTFS_DEB/var/lib/dpkg" - -rootfs_list_installed_depends() { - # Cheat here a little bit by using the opkg query helper util - ${DPKG_QUERY_COMMAND} -W -f='Package: ${Package}\nDepends: ${Depends}\nRecommends: ${Recommends}\n\n' | opkg-query-helper.py -} |