Method: Specinfra::Command::Poky::Base::Package.install
- Defined in:
- lib/specinfra/command/poky/base/package.rb
permalink .install(package, version = nil, option = '') ⇒ Object
[View source]
12 13 14 15 |
# File 'lib/specinfra/command/poky/base/package.rb', line 12 def install(package, version=nil, option='') # opkg doesn't support to install specific version. "opkg install #{option} #{package}" end |