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:32:03 +0000 (22:32 +0000)
commit521fc7e069f10eb94d4a778ae28a38e641ca74d1
tree40483fc069fdc42325f3816f2ff9da5a1c6ac3bd
parentaa06655e39650c64522d52218642908637c6ce4d
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.

(From OE-Core rev: 3684036213c9b1c27389260b7a1e3441c6bd659d)

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