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