Lines Matching refs:bpn
1035 bpn = rd.getVar('BPN')
1041 newbpn = bpn
1051 if newbpn != bpn:
1053 new_s = new_s.replace('${BPN}', bpn)
1054 new_s = new_s.replace('${PN}', bpn)
1055 new_s = new_s.replace('${BP}', '%s-${PV}' % bpn)
1056 new_src_uri = new_src_uri.replace('${BPN}', bpn)
1057 new_src_uri = new_src_uri.replace('${PN}', bpn)
1058 new_src_uri = new_src_uri.replace('${BP}', '%s-${PV}' % bpn)
1126 if newbpn != bpn:
1127 bpndir = os.path.join(oldrecipedir, bpn)
1135 if newver != origfnver or newbpn != bpn: