aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/update-alternatives/update-alternatives-cworth-native_0.99.154.bb
blob: 455831cf1f959e463a41c73def954c2389f6e234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require update-alternatives-cworth.inc
inherit native

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

PR = "${INC_PR}.0"

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

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