diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-17 13:19:22 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-17 13:19:22 +0000 |
commit | c00661591a921f28b0a697b3dcfe2f34877bf528 (patch) | |
tree | 7d2c2e535b73c902210934f9ba16c094ace7dfa8 /meta/packages/ipkg/ipkg-native.inc | |
parent | 2d1abf5e74e1f37005a307c6f660f78a589e015f (diff) | |
download | poky-c00661591a921f28b0a697b3dcfe2f34877bf528.tar.gz |
ipkg: dropped
Signed-off-by: Marcin Juszkiewicz <hrw@openedhand.com>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4030 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/ipkg/ipkg-native.inc')
-rw-r--r-- | meta/packages/ipkg/ipkg-native.inc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/packages/ipkg/ipkg-native.inc b/meta/packages/ipkg/ipkg-native.inc deleted file mode 100644 index 89b1a5fab0..0000000000 --- a/meta/packages/ipkg/ipkg-native.inc +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | # NOTE: ipkg now obeys ${libdir}, so ipkg-native now installs | ||
2 | # things into the wrong location inside of offline_root. Backup | ||
3 | # the target libdir and use that. | ||
4 | target_libdir := "${libdir}" | ||
5 | |||
6 | inherit native | ||
7 | |||
8 | EXTRA_OECONF += "--with-ipkgdir=${target_libdir}/ipkg" | ||
9 | |||
10 | DEPENDS = "libtool-native automake-native virtual/update-alternatives-native" | ||
11 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ipkg-${PV}" | ||
12 | PROVIDES = "" | ||