java-native.bbclass: remove do_stage function, because of NATIVE_INSTALL_WORKS =...
[openembedded.git] / recipes / update-alternatives / update-alternatives-dpkg_1.13.22.bb
blob930fecd112d2fb8bf1f7b050276b1b1b81d38fee
1 require update-alternatives-dpkg.inc
3 RPROVIDES_${PN} = "update-alternatives"
4 RDEPENDS_${PN} = "perl dpkg"
6 do_install () {
7 install -d ${D}${sbindir} \
8 ${D}${localstatedir}/dpkg/alternatives \
9 ${D}${sysconfdir}/alternatives
11 install -m 0755 scripts/update-alternatives ${D}${sbindir}/update-alternatives
14 SRC_URI[md5sum] = "0fc9fffc2c2cfa7107d8f422815078c1"
15 SRC_URI[sha256sum] = "c33aeb300d93eaeac55927ce81dc6f3a1cf74b3b759b65182c9bfca31b75b98f"