]> 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>
Mon, 30 Jan 2012 16:39:03 +0000 (16:39 +0000)
commit467af9ae45ce54d6e50041d5134af889ac7cf4d2
tree98f3b4148a3d866a375c8c454383b785da225edb
parentc26d37b65e0ad69a36e799c56f3c4426ea18f17e
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.

(From OE-Core rev: fad496c759066d53bebf9b8cebc63e6478c91d19)

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]