| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/opkg-utils/ |
| H A D | opkg-utils_0.5.0.bb | 2 SUMMARY:update-alternatives-opkg = "Utility for managing the alternatives system" 8 …IDES += "${@bb.utils.contains('PACKAGECONFIG', 'update-alternatives', 'virtual/update-alternatives… 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" [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dpkg/ |
| H A D | dpkg.inc | 8 DEPENDS:class-native = "bzip2-replacement-native zlib-native virtual/update-alternatives-native get… 9 RDEPENDS:${PN} = "${VIRTUAL-RUNTIME_update-alternatives} perl" 14 inherit autotools gettext perlnative pkgconfig perl-version update-alternatives 30 EXTRA_OECONF:append:class-target = " --disable-update-alternatives DEB_HOST_ARCH=${DPKG_ARCH}" 31 EXTRA_OECONF:append:class-nativesdk = " --disable-update-alternatives DEB_HOST_ARCH=${DPKG_ARCH}" 50 # update-alternatives doesn't have an offline mode 51 rm ${D}${bindir}/update-alternatives 58 PROV = "virtual/update-alternatives" 66 PACKAGES =+ "update-alternatives-dpkg" 67 FILES:update-alternatives-dpkg = "${bindir}/update-alternatives ${localstatedir}/lib/dpkg/alternati… [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/opkg-utils/opkg-utils/ |
| H A D | 0001-update-alternatives-correctly-match-priority.patch | 4 Subject: [PATCH] update-alternatives: correctly match priority 13 update-alternatives | 2 +- 16 diff --git a/update-alternatives b/update-alternatives 18 --- a/update-alternatives 19 +++ b/update-alternatives 26 …echo "Warn: update-alternatives: $name has multiple providers with the same priority, please check…
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | update-alternatives.bbclass | 1 # This class is used to help the alternatives system which is useful when 2 # multiple sources provide the same command. You can use update-alternatives 8 # List all of the alternatives needed by a package: 38 # This is useful when a recipe provides multiple alternatives for the 50 # The default priority for any alternatives 68 PACKAGE_WRITE_DEPS += "virtual/update-alternatives-native" 89 if not 'virtual/update-alternatives' in d.getVar('PROVIDES'): 90 d.appendVar('DEPENDS', ' virtual/${MLPREFIX}update-alternatives') 112 # extend the depends to include virtual/update-alternatives 152 …no longer supported, please convert to the updated syntax, see update-alternatives.bbclass for mor… [all …]
|
| H A D | ptest.bbclass | 82 to match the renamed binaries by update-alternatives. 85 if not bb.data.inherits_class('update-alternatives', d) \ 95 alternatives = update_alternatives_alt_targets(d, pkg) 96 for alt_name, alt_link, alt_target, _ in alternatives: 97 # Some alternatives are for man pages,
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/ |
| H A D | default-providers.inc | 14 PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg-utils" 15 PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-utils-native" 25 VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-opkg"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/toybox/ |
| H A D | toybox_0.8.6.bb | 8 inherit cml1 update-alternatives 55 # Disable killall5 as it isn't managed by update-alternatives 100 # update-alternatives variables
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/debianutils/ |
| H A D | debianutils_5.7.bb | 16 inherit autotools update-alternatives 36 # Note that we package the update-alternatives name.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeorouterequest.cpp | 342 void QGeoRouteRequest::setNumberAlternativeRoutes(int alternatives) in setNumberAlternativeRoutes() argument 344 d_ptr->numberAlternativeRoutes = qMax(0, alternatives); in setNumberAlternativeRoutes()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | variant | 348 // _Never_valueless_alt is true for variant alternatives that can 983 // that invokes the visitor with the alternatives specified by __indices. 1082 "T must occur exactly once in alternatives"); 1090 "T must occur exactly once in alternatives"); 1099 "T must occur exactly once in alternatives"); 1109 "T must occur exactly once in alternatives"); 1118 "T must occur exactly once in alternatives"); 1130 "The index must be in [0, number of alternatives)"); 1144 "The index must be in [0, number of alternatives)"); 1156 "T must occur exactly once in alternatives"); [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | variant | 348 // _Never_valueless_alt is true for variant alternatives that can 983 // that invokes the visitor with the alternatives specified by __indices. 1082 "T must occur exactly once in alternatives"); 1090 "T must occur exactly once in alternatives"); 1099 "T must occur exactly once in alternatives"); 1109 "T must occur exactly once in alternatives"); 1118 "T must occur exactly once in alternatives"); 1130 "The index must be in [0, number of alternatives)"); 1144 "The index must be in [0, number of alternatives)"); 1156 "T must occur exactly once in alternatives"); [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/ |
| H A D | busybox.inc | 230 # can run. Let update-alternatives handle the rest. 363 inherit update-alternatives 369 # Use this to see the update-alternatives with the right information 401 # that if we don't make appropriate symlinks before update-alternatives calls, 403 # These symlinks will later be updated by update-alternatives calls. 404 # The update-alternatives.bbclass' postinst script runs firstly before other 456 update-alternatives --remove sh $BUSYBOX 464 # providing its files, this will make update-alternatives work, but the update-rc.d part 488 update-alternatives --install /bin/sh sh $tmpdir/$(basename $BUSYBOX) 1
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist2.txt | 1330 -rwxr-xr-x root root 4678 ./usr/bin/update-alternatives 5548 drwxr-xr-x root root 12288 ./usr/lib/opkg/alternatives 5549 -rw-r--r-- root root 35 ./usr/lib/opkg/alternatives/[[ 5550 -rw-r--r-- root root 42 ./usr/lib/opkg/alternatives/addgroup 5551 -rw-r--r-- root root 60 ./usr/lib/opkg/alternatives/addr2line 5552 -rw-r--r-- root root 41 ./usr/lib/opkg/alternatives/adduser 5553 -rw-r--r-- root root 46 ./usr/lib/opkg/alternatives/ar 5554 -rw-r--r-- root root 42 ./usr/lib/opkg/alternatives/arch 5555 -rw-r--r-- root root 46 ./usr/lib/opkg/alternatives/as 5556 -rw-r--r-- root root 32 ./usr/lib/opkg/alternatives/ash [all …]
|
| H A D | buildhistory_filelist1.txt | 1329 -rwxr-xr-x root root 4678 ./usr/bin/update-alternatives 5547 drwxr-xr-x root root 12288 ./usr/lib/opkg/alternatives 5548 -rw-r--r-- root root 35 ./usr/lib/opkg/alternatives/[[ 5549 -rw-r--r-- root root 42 ./usr/lib/opkg/alternatives/addgroup 5550 -rw-r--r-- root root 60 ./usr/lib/opkg/alternatives/addr2line 5551 -rw-r--r-- root root 41 ./usr/lib/opkg/alternatives/adduser 5552 -rw-r--r-- root root 46 ./usr/lib/opkg/alternatives/ar 5553 -rw-r--r-- root root 42 ./usr/lib/opkg/alternatives/arch 5554 -rw-r--r-- root root 46 ./usr/lib/opkg/alternatives/as 5555 -rw-r--r-- root root 32 ./usr/lib/opkg/alternatives/ash [all …]
|
| /OK3568_Linux_fs/kernel/fs/notify/dnotify/ |
| H A D | Kconfig | 9 superior alternatives, but some applications may still rely on
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/diffutils/ |
| H A D | diffutils.inc | 8 inherit autotools texinfo update-alternatives gettext
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/hexedit/ |
| H A D | hexedit_1.6.bb | 16 inherit autotools-brokensep update-alternatives
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/ |
| H A D | patch.inc | 11 inherit autotools update-alternatives
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/ |
| H A D | python3-ndg-httpsclient_0.5.1.bb | 9 inherit pypi setuptools3 update-alternatives
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/time/ |
| H A D | time_1.9.bb | 9 inherit texinfo update-alternatives
|
| /OK3568_Linux_fs/buildroot/package/start-stop-daemon/ |
| H A D | start-stop-daemon.mk | 15 --disable-update-alternatives \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libusbg/ |
| H A D | libusbg_git.bb | 7 inherit autotools update-alternatives
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libedit/ |
| H A D | libedit_20210910-3.1.bb | 20 inherit update-alternatives
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/pimd/ |
| H A D | pimd_2.3.2.bb | 15 inherit autotools-brokensep update-alternatives
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-1.6.rst | 26 package. ``update-alternatives`` is now used to handle the preferred 319 .. _migration-1.6-update-alternatives-provider: 324 The default ``update-alternatives`` provider has been changed from 327 ``update-alternatives-cworth`` to ``update-alternatives-opkg``.
|