summaryrefslogtreecommitdiff
path: root/packages/dpkg/dpkg_1.13.22.bb
AgeCommit message (Collapse)AuthorFiles
2008-10-23dpkg: rm rcS.d/S98configure to not run it on non-first boot (from Poky)Marcin Juszkiewicz1
2008-10-23dpkg: ncurses were needed only for dselect (from Poky)Marcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky@4748 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-03-24Bug fix on dpkg package: #2574Rodrigo Vivi1
It makes final dpkg scripts point to #!/usr/bin/perl instead of unexistent (at running time) #!.../tmp/staging/i686-linux/bin/perl
2006-11-21dpkg: Sync with poky. -native doesn't need ncurses depends as dsleect isn't ↵Richard Purdie1
built. Ignore unknown fields in control files making deb builds quieter.
2006-11-04dpkg: sync with pokyKoen Kooi1
poky rev 696: "Add dpkg, modified from upstream oe." poky rev 728: "Sync up.. all the deb/dpkg changes which I have locally are now in svn." poky rev 843: "enable noman.patch to avoid building man directory (results in significant speedup)" poky rev 844: "move noman.patch inclusion from dpkg.inc to dpkg_1.13.22.bb"
2006-10-03dpkg: sync with pokyKoen Kooi1