summaryrefslogtreecommitdiffstats
path: root/meta/classes/populate_sdk_deb.bbclass
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2014-03-05 12:25:25 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-11 20:28:56 -0700
commitdeed314f7812c81443bea217e441c0d60f20072b (patch)
tree3700c8a02d26e1bf4cb515a528606ea947b4c7cc /meta/classes/populate_sdk_deb.bbclass
parent6029af2ec5f6a92b41c9e103625699e6ae2e6550 (diff)
downloadpoky-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_deb.bbclass')
-rw-r--r--meta/classes/populate_sdk_deb.bbclass5
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"
10 10
11# This will of course only work after rootfs_deb_do_rootfs or populate_sdk_deb has been called 11# This will of course only work after rootfs_deb_do_rootfs or populate_sdk_deb has been called
12DPKG_QUERY_COMMAND = "${STAGING_BINDIR_NATIVE}/dpkg-query --admindir=$INSTALL_ROOTFS_DEB/var/lib/dpkg" 12DPKG_QUERY_COMMAND = "${STAGING_BINDIR_NATIVE}/dpkg-query --admindir=$INSTALL_ROOTFS_DEB/var/lib/dpkg"
13
14rootfs_list_installed_depends() {
15 # Cheat here a little bit by using the opkg query helper util
16 ${DPKG_QUERY_COMMAND} -W -f='Package: ${Package}\nDepends: ${Depends}\nRecommends: ${Recommends}\n\n' | opkg-query-helper.py
17}