]> code.ossystems Code Review - openembedded-core.git/commit
package_rpm: DEPLOY_DIR_RPM must exist before make index
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 20 Jul 2012 09:49:16 +0000 (17:49 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Jul 2012 11:29:35 +0000 (12:29 +0100)
commit72e18bb4171698a386b277b12d973e3d0fd7c4cc
tree3fbeb204de945f1e5c5df65d55cc0b17220b3d82
parent05085b2aac7ac2789e3382cfad339474a5d6f0c6
package_rpm: DEPLOY_DIR_RPM must exist before make index

There is a package-index.bb which will update the index, but the
DEPLOY_DIR_RPM may not exist, for example, when "bitbake package-index"
in a fresh build.

Only the package_rpm.bbclass needs this, the package_ipk.bbclass and
package_deb.bbclass doesn't need.

[YOCTO #2753]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package_rpm.bbclass