blob: 3011b32b759bc99fcbd382b354b4f69abc917289 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SECTION = "base"
include ipkg_${PV}.bb
# NOTE: ipkg now obeys ${libdir}, so ipkg-native now installs
# things into the wrong location inside of offline_root. Backup
# the target libdir and use that.
target_libdir := "${libdir}"
inherit native
DEPENDS = "libtool-native automake-native"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ipkg-${PV}"
PROVIDES = ""
|