aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb
blob: 36f023ec3afd080a9df474987e2be27a2105fb6d (plain)
1
2
3
4
5
6
7
8
9
10
11
require update-alternatives-cworth.inc
inherit native

PROVIDES += "virtual/update-alternatives-native"

do_stage () {
    install -d ${sbindir} \
               ${libdir}/ipkg/alternatives

    install -m 0755 update-alternatives ${sbindir}/update-alternatives
}