generic-poky/meta/packages/opkg/opkg-nogpg_0.1.8.bb
Dongxiao Xu 36bc4592f4 opkg: Upgraded to version 0.1.8
Use stable release as default recipe.
Remove logfix.patch since the logic is already in latest version package
Also fix the metadata

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-07-21 16:00:58 +01:00

9 lines
119 B
BlitzBasic

require opkg_${PV}.bb
DEPENDS = "curl"
PROVIDES += "opkg"
EXTRA_OECONF += "--disable-gpg"
DEFAULT_PREFERENCE = "-1"