]> code.ossystems Code Review - openembedded-core.git/commit
classes/package(prserv).bbclass: Get PRAUTO and use PKGV/PKGR.
authorLianhao Lu <lianhao.lu@intel.com>
Wed, 18 May 2011 13:15:01 +0000 (21:15 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 May 2011 16:07:57 +0000 (17:07 +0100)
commitb1f6120c04731d3d66f322ce550b0d223c118dab
tree206755721946f7b1be7870c4b4dbedeee1e18b11
parentad00ad1d530074dc3a0f3376f96ad5a88a7b24e2
classes/package(prserv).bbclass: Get PRAUTO and use PKGV/PKGR.

1. Added package_get_auto_pr to PACKAGEFUNCS to get the auto
incremented value(PRAUTO) from remote PR service.

2. use PKGV/PKGR for pkgdata which will be used by package_write_xxx.

3. Added supporting functions in prserv.bbclass.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
meta/classes/package.bbclass
meta/classes/prserv.bbclass [new file with mode: 0644]