diff options
Diffstat (limited to 'meta/recipes-devtools/installer/adt-installer/adt_installer')
-rwxr-xr-x | meta/recipes-devtools/installer/adt-installer/adt_installer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer/adt_installer b/meta/recipes-devtools/installer/adt-installer/adt_installer index 24db247910..3172de7bca 100755 --- a/meta/recipes-devtools/installer/adt-installer/adt_installer +++ b/meta/recipes-devtools/installer/adt-installer/adt_installer | |||
@@ -156,7 +156,7 @@ validate_config() | |||
156 | #this installed local opkg | 156 | #this installed local opkg |
157 | install_opkg() | 157 | install_opkg() |
158 | { | 158 | { |
159 | if [ ! -x "$LOCAL_OPKG_LOC/bin/opkg-cl" ]; then | 159 | if [ ! -x "$LOCAL_OPKG_LOC/bin/opkg" ]; then |
160 | echo_info "OPKG is not setup, setting up opkg in local, which is required for installing yocto ADT...\n" | 160 | echo_info "OPKG is not setup, setting up opkg in local, which is required for installing yocto ADT...\n" |
161 | 161 | ||
162 | if [ -d $LOCAL_OPKG_LOC ]; then | 162 | if [ -d $LOCAL_OPKG_LOC ]; then |