update-alternatives-dpkg: make it work.
authorFilip Zyzniewski <filip.zyzniewski@gmail.com>
Mon, 7 Feb 2011 04:01:59 +0000 (04:01 +0000)
committerTom Rini <tom_rini@mentor.com>
Tue, 8 Feb 2011 14:20:16 +0000 (07:20 -0700)
commit980b11d6703e70725e88b1292a30b1eeeec8449f
tree516d25f2606d00ad1945facf6117b6d666fdfbb3
parent3b801ad400951fbc722587a7cf83d40a957e5022
update-alternatives-dpkg: make it work.

Previous version of the recipe provided a non-functional version
of update-alternatives.

  * move from 1.13.25 to 1.14.29
    1.13.25 needed dpkg-gettext.pl which is not contained by
    dpkg-1.14.29.

  * patching the native one with update-alternatives-native.patch
    - remove absolute perl path from the shebang
    - handle a mix of build host and target host paths
    - patch contains a piece from the previous paths.patch

  * moved paths.patch application from the main inc file to 1.13.25
    recipes

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/update-alternatives/update-alternatives-dpkg-1.14.29/update-alternatives-native.patch [new file with mode: 0644]
recipes/update-alternatives/update-alternatives-dpkg-native_1.13.25.bb
recipes/update-alternatives/update-alternatives-dpkg-native_1.14.29.bb [new file with mode: 0644]
recipes/update-alternatives/update-alternatives-dpkg.inc
recipes/update-alternatives/update-alternatives-dpkg_1.13.25.bb
recipes/update-alternatives/update-alternatives-dpkg_1.14.29.bb [new file with mode: 0644]