diff options
Diffstat (limited to 'meta/classes/populate_sdk_ipk.bbclass')
-rw-r--r-- | meta/classes/populate_sdk_ipk.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/populate_sdk_ipk.bbclass b/meta/classes/populate_sdk_ipk.bbclass index 04c71af42e..fc6ed536a8 100644 --- a/meta/classes/populate_sdk_ipk.bbclass +++ b/meta/classes/populate_sdk_ipk.bbclass | |||
@@ -70,6 +70,8 @@ list_installed_packages() { | |||
70 | echo "$pkg $fullpath $pkgarch" | 70 | echo "$pkg $fullpath $pkgarch" |
71 | fi | 71 | fi |
72 | done | 72 | done |
73 | elif [ "$1" = "ver" ] ; then | ||
74 | opkg-cl ${OPKG_ARGS} status | opkg-query-helper.py -v | ||
73 | else | 75 | else |
74 | opkg-cl ${OPKG_ARGS} list_installed | awk '{ print $1 }' | 76 | opkg-cl ${OPKG_ARGS} list_installed | awk '{ print $1 }' |
75 | fi | 77 | fi |