Lines Matching full:update
2 SUMMARY:update-alternatives-opkg = "Utility for managing the alternatives system"
8 PROVIDES += "${@bb.utils.contains('PACKAGECONFIG', 'update-alternatives', 'virtual/update-alternati…
11 file://0001-update-alternatives-correctly-match-priority.patch \
27 PACKAGECONFIG = "python update-alternatives"
29 PACKAGECONFIG[update-alternatives] = ",,,"
33 if ! ${@bb.utils.contains('PACKAGECONFIG', 'update-alternatives', 'true', 'false', d)}; then
34 rm -f "${D}${bindir}/update-alternatives"
43 if [ -e "${D}${bindir}/update-alternatives" ]; then
44 …sed -i ${D}${bindir}/update-alternatives -e 's,/usr/bin,${bindir},g; s,/usr/lib,${nonarch_libdir},…
52 PACKAGES =+ "update-alternatives-opkg"
53 FILES:update-alternatives-opkg = "${bindir}/update-alternatives"
54 RPROVIDES:update-alternatives-opkg = "update-alternatives update-alternatives-cworth"
55 RREPLACES:update-alternatives-opkg = "update-alternatives-cworth"
56 RCONFLICTS:update-alternatives-opkg = "update-alternatives-cworth"
58 pkg_postrm:update-alternatives-opkg() {