# File lib/specinfra/command/poky/base/package.rb, line 17
    def get_version(package, opts=nil)
      "opkg list-installed #{package} | cut -d ' ' -f 3"
    end