Currently, the status line for installed pstaging packages will ready
'Status: install user installed' but we check for 'install ok installed'
so the check fails and we don't remove. Fix the check to look for user
rather than ok.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
ipkg_status_installed_sd() {
local sd="$1"
local pkg="$2"
- ipkg_status_sd $sd $pkg Status | grep -q "Status: install ok installed"
+ ipkg_status_sd $sd $pkg Status | grep -q "Status: install user installed"
}
ipkg_status_installed_all() {
DESCRIPTION = "Helper script for packaged-staging.bbclass"
-PR = "r14"
+PR = "r15"
SRC_URI = "file://stage-manager \
file://stage-manager-ipkg \