summaryrefslogtreecommitdiffstats
path: root/meta/packages/ipkg/ipkg-native.inc
blob: b52b7b5e20f2908751aff10d2ffdf3eeb4aa82be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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

EXTRA_OECONF += "--with-ipkgdir=${target_libdir}/ipkg"

DEPENDS = "libtool-native automake-native"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ipkg-${PV}"
PROVIDES = ""