]> code.ossystems Code Review - openembedded-core.git/commit
dpkg/update-alternatives: Fix dpkg version of update-alternatives to be usable
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Nov 2011 17:43:45 +0000 (17:43 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Nov 2011 11:54:43 +0000 (11:54 +0000)
commitfad496c759066d53bebf9b8cebc63e6478c91d19
treedef0f70a9e752c741ad8b1da2284e80c8db98c6a
parent77ab0f09546c5f6217a8e2f1bc30cf3d4306e3fa
dpkg/update-alternatives: Fix dpkg version of update-alternatives to be usable

The version of dpkg the updates-alternatives-dpkg recipe pointed
at no longer used a perl script but a compiled binary. This meant
the "all" architecture field was invalid, as as the sed operation
during do_patch. All things considered the separate recipe was
pretty pointless.

This patch moves update-alternatives back to being built as part
of the dpkg recipe. It also moves various functionalty to the .inc
file which it belongs and fixes building and packaging of the dpkg
perl modules.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/dpkg/dpkg.inc
meta/recipes-devtools/dpkg/dpkg/perllibdir.patch [new file with mode: 0644]
meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb
meta/recipes-devtools/update-alternatives/update-alternatives-dpkg.inc [deleted file]
meta/recipes-devtools/update-alternatives/update-alternatives-dpkg_1.16.0.3.bb [deleted file]