blob: 0495b1eda38737fe8d3f45ff21d80fbd84288626 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require opkg-utils_svn.bb
RDEPENDS = ""
inherit native
# Avoid circular dependencies from package_ipk.bbclass
PACKAGES = ""
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/opkg-utils"
|