mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
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>
This commit is contained in:
@@ -8,14 +8,6 @@ RPMBUILD="rpmbuild"
|
||||
PKGWRITEDIRRPM = "${WORKDIR}/deploy-rpms"
|
||||
PKGWRITEDIRSRPM = "${DEPLOY_DIR}/sources/deploy-srpm"
|
||||
|
||||
python package_rpm_fn () {
|
||||
d.setVar('PKGFN', d.getVar('PKG'))
|
||||
}
|
||||
|
||||
python package_rpm_install () {
|
||||
bb.fatal("package_rpm_install not implemented!")
|
||||
}
|
||||
|
||||
#
|
||||
# Update the packages indexes ${DEPLOY_DIR_RPM}
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user