aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-setuptools-scm.inc
blob: a7e1bf6add7ce587ac159001c52cab9d0409b2c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ansa/krogoth



















































































































































































































































































































































































































































































































































 
OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
blob: 8f2836b32cb49cc70f4a029a9a0d3e91e9d02933 (plain)
1
2
3
4
5
6
7
8
9
10
11
/Name:.*/ {
  package = substr($0, 7)
  next
}
/postinstall.*scriptlet .*/ {
  next
}
{
  print $0 >> ENVIRON["D"] "/etc/rpm-postinsts/" package ".sh"
}