]> code.ossystems Code Review - openembedded-core.git/commit
package_rpm/dev/ipk/tar: Drop unused functions
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Feb 2013 09:00:29 +0000 (09:00 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Feb 2013 22:31:29 +0000 (22:31 +0000)
commit3684036213c9b1c27389260b7a1e3441c6bd659d
tree4e95a3151809f9bdfcdd12b4a5c71554cf48ceef
parent721ef058b37604e100021ec7a90ad2f745d83916
package_rpm/dev/ipk/tar: Drop unused functions

The package_xxx_install functions date from a different era and are not used by
anything. In the rpm case, they're simply unimplemented, in the tar case they're
using broken whitespace and deprecated functions. We might as well clean
out the old broken unused code.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package_deb.bbclass
meta/classes/package_ipk.bbclass
meta/classes/package_rpm.bbclass
meta/classes/package_tar.bbclass