| /OK3568_Linux_fs/yocto/poky/scripts/postinst-intercepts/ |
| H A D | postinst_intercept | 23 mlprefix=$(echo $1 |sed -ne "s/^mlprefix=\(.*\)-/\1/p") && shift 31 if [ -n "$mlprefix" ]; then 32 ml_intercept_script=$intercept_script-$mlprefix
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | libc-package.bbclass | 102 mlprefix = d.getVar("MLPREFIX") or "" 128 dp = legitimize_package_name('%s%s-gconv-%s' % (mlprefix, bpn, m.group(1))) 150 dp = legitimize_package_name('%s%s-charmap-%s' % (mlprefix, bpn, m.group(1))) 171 dp = legitimize_package_name(mlprefix+bpn+'-localedata-%s' % m.group(1)) 215 …(mlprefix, mlprefix+bpn, legitimize_package_name(locale), mlprefix+bpn, legitimize_package_name(en… 227 d.setVar('RDEPENDS:%s' % pkgname, mlprefix + dep) 299 rprovides = ' %svirtual-locale-%s' % (mlprefix, legitimize_package_name(name)) 302 rprovides += ' %svirtual-locale-%s' % (mlprefix, m.group(1)) 346 metapkg = legitimize_package_name('%s-binary-localedata-%s' % (mlprefix+bpn, name))
|
| H A D | gtk-immodules-cache.bbclass | 14 mlprefix=${MLPREFIX} \ 34 mlprefix=${MLPREFIX} \
|
| H A D | mime.bbclass | 12 mlprefix=${MLPREFIX} \ 23 mlprefix=${MLPREFIX} \
|
| H A D | mime-xdg.bbclass | 20 mlprefix=${MLPREFIX} \ 30 mlprefix=${MLPREFIX} \
|
| H A D | gtk-icon-cache.bbclass | 24 mlprefix=${MLPREFIX} \ 42 mlprefix=${MLPREFIX} \
|
| H A D | update-rc.d.bbclass | 80 mlprefix = d.getVar('MLPREFIX') or "" 81 d.appendVar('RDEPENDS:' + pkg, ' %sinitd-functions' % (mlprefix))
|
| H A D | gio-module-cache.bbclass | 9 mlprefix=${MLPREFIX} \
|
| H A D | fontcache.bbclass | 20 …$INTERCEPT_DIR/postinst_intercept update_font_cache ${PKG} mlprefix=${MLPREFIX} binprefix=${MLPREF…
|
| H A D | pixbufcache.bbclass | 15 …$INTERCEPT_DIR/postinst_intercept update_pixbuf_cache ${PKG} mlprefix=${MLPREFIX} binprefix=${MLPR…
|
| H A D | manpages.bbclass | 32 $INTERCEPT_DIR/postinst_intercept delay_to_first_boot ${PKG} mlprefix=${MLPREFIX}
|
| H A D | multilib.bbclass | 204 def check_mlprefix(pkg, var, mlprefix): 211 if (not (i.startswith(mlprefix) or i.startswith("kernel-") \
|
| H A D | base.bbclass | 458 mlprefix = d.getVar("MLPREFIX") 487 elif mlprefix: 488 appends = expandFilter(appends, "", mlprefix)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/ |
| H A D | gcc-multilib-config.inc | 53 mlprefix = d.getVar('MLPREFIX') 55 …if ('%sgcc' % mlprefix) != pn and (not pn.startswith('gcc-cross-canadian')) and pn != "nativesdk-g… 172 target_arch = (d.getVar('TARGET_ARCH_MULTILIB_ORIGINAL') if mlprefix 186 ml_list = ['DEFAULTTUNE_MULTILIB_ORIGINAL' if mlprefix else 'DEFAULTTUNE'] 188 if mlprefix: 191 if mlprefix == ml + '-':
|
| H A D | libgcc-common.inc | 80 mlprefix = d.getVar('MLPREFIX') 81 if ('%slibgcc' % mlprefix) != d.getVar('PN'): 84 if mlprefix:
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/psplash/ |
| H A D | psplash_git.bb | 24 mlprefix = d.getVar('MLPREFIX') or '' 50 d.prependVar("PACKAGES", "%s%s " % (mlprefix, p)) 54 ep = '%s%s' % (mlprefix, p) 55 epsplash = '%s%s' % (mlprefix, 'psplash')
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-driver/ |
| H A D | xorg-driver-common.inc | 38 mlprefix = d.getVar('MLPREFIX') or '' 39 abi = "%sxorg-abi-%s-%s" % (mlprefix, name, output.split(".")[0])
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/classes/ |
| H A D | gnome-help.bbclass | 51 mlprefix = d.getVar('MLPREFIX') or "" 57 d.setVar('RRECOMMENDS:' + pkg, '%syelp' % mlprefix)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/ |
| H A D | mesa.inc | 241 mlprefix = d.getVar("MLPREFIX") 242 fullp = mlprefix + p[1] + "-mesa" + suffix 243 mlprefix = d.getVar("MLPREFIX") 244 pkgs = " " + " ".join(mlprefix + x + suffix for x in p[1:]) 253 fullp = mlprefix + p[1] + "-mesa-dev" + suffix 254 pkgs = " " + mlprefix + p[1] + "-dev" + suffix
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/boost/ |
| H A D | boost.inc | 68 mlprefix = d.getVar("MLPREFIX") 74 packages.append(mlprefix + pkg) 76 d.setVar("FILES:%s%s" % (mlprefix, pkg), "${libdir}/libboost_%s*.so.*" % lib) 78 d.setVar("FILES:%s%s" % (mlprefix, pkg), d.getVar("FILES:%s" % pkg))
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pam/ |
| H A D | libpam_1.5.2.bb | 106 mlprefix = d.getVar('MLPREFIX') or '' 111 pam_pkgname = mlprefix + 'pam-plugin%s'
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-xserver/ |
| H A D | xserver-xorg.inc | 170 mlprefix = d.getVar('MLPREFIX') or '' 171 return "%sxorg-abi-%s-%s" % (mlprefix, name, output)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/ |
| H A D | eudev_3.2.10.bb | 85 …$INTERCEPT_DIR/postinst_intercept update_udev_hwdb ${PKG} mlprefix=${MLPREFIX} binprefix=${MLPREFI…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/ |
| H A D | sblim-sfcb_1.4.9.bb | 76 $INTERCEPT_DIR/postinst_intercept delay_to_first_boot ${PKG} mlprefix=${MLPREFIX}
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/ |
| H A D | samba_4.14.14.bb | 225 mlprefix = d.getVar('MLPREFIX') or '' 227 pam_pkgname = mlprefix + 'pam-plugin%s'
|