summaryrefslogtreecommitdiff
path: root/packages/dpkg/dpkg-native.inc
AgeCommit message (Collapse)AuthorFiles
2009-02-24dpkg-native: Last change broke thing (oops), we need to set PERL to ... and ↵Tom Rini1
RDEPENDS="". The first part really does get us using the right perl to find out PERL_LIBDIR. The second part means that we don't depend on target perl being built too.
2009-02-23dpkg-native: Add dpkg-native.inc, set PERL_LIBDIR, fixup dpkg-architecture, ↵Tom Rini1
bump PRs. Setting PERL_LIBDIR means that Dpkg.pm, etc, get put into the searchpath of perl-native now. Force dpkg-architecture to call our perl not host. We also didn't have a consistent set of DEPENDS but we should have.