meta-digi/meta-digi-arm/classes/remove-pkg-postinst-ontarge...

8 lines
183 B
Plaintext

python __anonymous() {
RPN = d.getVar("REMOVE_POSTINST_RPN")
if RPN is None:
RPN = d.getVar("PN")
if RPN:
d.setVar('pkg_postinst_ontarget:%s' % RPN, "")
}