summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb
Commit message (Collapse)AuthorAgeFilesLines
* dpkg: fix pkg_postinst_dpkg, don't supply {bindir}/update-alternativesDexuan Cui2011-09-131-1/+1
| | | | | | | | | | | | | | | | | [YOCTO #1070]. The pkg_postinst_dpkg seems buggy, e.g., for dpkg-native, ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d doesn't exist. I think OE's version(do_install_prepend) at http://git.openembedded.org/cgit.cgi/openembedded/tree/recipes/dpkg/dpkg.inc is correct, so let's change to OE's version. And, bth dpkg and update-alternatives-cworth supply /usr/bin/update-alternatives and this causes conflict. e.g., bug 1070. We can resolve the issue by ask dpkg not to supply the binary. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: Delete patch=1, its default and replace pnum with striplevelKhem Raj2011-08-231-1/+1
| | | | | | | Some place pnum=1 is used which is removed as well since striplevel=1 is default Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dpkg: Update to use perlnativeSaul Wold2011-08-051-1/+1
| | | | | | [YOCTO #1298] Signed-off-by: Saul Wold <sgw@linux.intel.com>
* dpkg: should depend on perl-native-runtime rather than perl-nativeDexuan Cui2011-06-141-1/+1
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* Remove distro-specific metadata for distros not in oe-corePaul Eggleton2011-05-041-1/+1
| | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* dpkg: Add dependency on perl since otherwise the module can be installed to ↵Richard Purdie2011-01-131-1/+1
| | | | | | an incorrect directory leading to build failures Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dpkg: upgrade to version 1.15.8.7Dongxiao Xu2010-12-301-0/+25
upgrade from 1.15.8.5 to 1.15.8.7 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>