| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | python3targetconfig.bbclass | 7 do_configure:prepend:class-target() { 11 do_compile:prepend:class-target() { 15 do_install:prepend:class-target() { 19 do_configure:prepend:class-nativesdk() { 23 do_compile:prepend:class-nativesdk() { 27 do_install:prepend:class-nativesdk() {
|
| H A D | gobject-introspection.bbclass | 21 EXTRA_OECONF:prepend:class-target = "${@bb.utils.contains('GI_DATA_ENABLED', 'True', '--enable-intr… 22 EXTRA_OEMESON:prepend:class-target = "${@['', '${GIRMESONTARGET}'][d.getVar('GIR_MESON_OPTION') != … 25 EXTRA_OECONF:prepend:class-native = "--disable-introspection " 26 EXTRA_OECONF:prepend:class-nativesdk = "--disable-introspection " 27 EXTRA_OEMESON:prepend:class-native = "${@['', '${GIRMESONBUILD}'][d.getVar('GIR_MESON_OPTION') != '… 28 EXTRA_OEMESON:prepend:class-nativesdk = "${@['', '${GIRMESONBUILD}'][d.getVar('GIR_MESON_OPTION') !… 42 do_configure:prepend:class-target () {
|
| H A D | gtk-doc.bbclass | 22 EXTRA_OECONF:prepend:class-target = "${@bb.utils.contains('GTKDOC_ENABLED', 'True', '--enable-gtk-d… 24 EXTRA_OEMESON:prepend:class-target = "-D${GTKDOC_MESON_OPTION}=${@bb.utils.contains('GTKDOC_ENABLED… 28 EXTRA_OECONF:prepend:class-native = "--disable-gtk-doc " 29 EXTRA_OECONF:prepend:class-nativesdk = "--disable-gtk-doc " 30 EXTRA_OEMESON:prepend:class-native = "-D${GTKDOC_MESON_OPTION}=${GTKDOC_MESON_DISABLE_FLAG} " 31 EXTRA_OEMESON:prepend:class-nativesdk = "-D${GTKDOC_MESON_OPTION}=${GTKDOC_MESON_DISABLE_FLAG} " 46 do_configure:prepend () { 52 do_compile:prepend:class-target () {
|
| H A D | ptest-perl.bbclass | 3 FILESEXTRAPATHS:prepend := "${COREBASE}/meta/files:" 16 FILES:${PN}-ptest:prepend = "${PTEST_PATH}/t/* ${PTEST_PATH}/run-ptest " 18 RDEPENDS:${PN}-ptest:prepend = "perl "
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | d_path.c | 11 static int prepend(char **buffer, int *buflen, const char *str, int namelen) in prepend() function 187 prepend(&res, &buflen, "\0", 1); in __d_path() 204 prepend(&res, &buflen, "\0", 1); in d_absolute_path() 221 prepend(buf, buflen, "\0", 1); in path_with_deleted() 223 int error = prepend(buf, buflen, " (deleted)", 10); in path_with_deleted() 233 return prepend(buffer, buflen, "(unreachable)", 13); in prepend_unreachable() 319 if (prepend(&end, &buflen, " (deleted)", 11) || in simple_dname() 320 prepend(&end, &buflen, dentry->d_name.name, dentry->d_name.len) || in simple_dname() 321 prepend(&end, &buflen, "/", 1)) in simple_dname() 344 prepend(&end, &len, "\0", 1); in __dentry_path() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/ |
| H A D | wvstreams_4.6.1.bb | 41 PACKAGES:prepend = "libuniconf " 42 PACKAGES:prepend = "uniconfd " 43 PACKAGES:prepend = "libwvstreams-base " 44 PACKAGES:prepend = "libwvstreams-extras " 45 PACKAGES:prepend = "${PN}-valgrind "
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/freerdp/ |
| H A D | freerdp_2.6.1.bb | 63 python populate_packages:prepend () { 69 prepend=True, extra_depends='libfreerdp-plugin-audin') 74 prepend=True, extra_depends='libfreerdp-plugin-rdpsnd') 79 prepend=True, extra_depends='libfreerdp-plugin-tsmf') 84 prepend=True, extra_depends='')
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pidgin/ |
| H A D | pidgin_2.14.2.bb | 86 python populate_packages:prepend () { 94 prepend=True, extra_depends='') 99 prepend=True, extra_depends='') 104 prepend=True, extra_depends='libpurple-plugin-ssl') 109 prepend=True, extra_depends='') 114 prepend=True, extra_depends='')
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | path.c | 25 static int prepend(char **buffer, int buflen, const char *str, int namelen) in prepend() function 65 error = prepend(name, *name - buf, "/", 1); in disconnect() 67 error = prepend(name, *name - buf, disconnected, in disconnect() 110 error = prepend(name, *name - buf, "/proc", 5); in d_namespace_path()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux/ |
| H A D | linux-rockchip.inc | 22 do_compile:prepend() { 26 do_compile_kernelmodules:prepend() { 46 do_kernel_metadata:prepend() { 63 do_install:prepend() {
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/suitesparse/ |
| H A D | suitesparse_5.10.1.bb | 20 # program name and prepend the rest of the value onto the corresponding FLAGS 22 CFLAGS:prepend := "${@" ".join(d.getVar('CC', True).split()[1:])} " 25 CXXFLAGS:prepend := "${@" ".join(d.getVar('CXX', True).split()[1:])} " 28 LDFLAGS:prepend := "${@" ".join(d.getVar('LD', True).split()[1:])} "
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/newt/ |
| H A D | libnewt_0.52.23.bb | 40 PACKAGES:prepend = "whiptail ${PN}-python " 45 do_configure:prepend() { 49 do_compile:prepend() {
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-connectivity/openssl/ |
| H A D | openssl_%.bbappend | 1 FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" 6 do_configure:prepend:toolchain-clang () {
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-extended/ghostscript/ |
| H A D | ghostscript_%.bbappend | 1 FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" 3 do_configure:prepend:toolchain-clang () {
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/polkit/ |
| H A D | polkit-group-rule.inc | 9 do_install:prepend() { 13 USERADD_PARAM:${PN}:prepend = "--system --no-create-home --user-group --home-dir ${sysconfdir}/polk…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pynacl_1.5.0.bb | 24 do_compile:prepend() { 28 do_install:prepend() {
|
| /OK3568_Linux_fs/yocto/meta-qt5/classes/ |
| H A D | cmake_qt5.bbclass | 4 DEPENDS:prepend = "${QTBASEDEPENDS} " 9 EXTRA_OECMAKE:prepend = " \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nss/ |
| H A D | nss_3.74.bb | 50 do_configure:prepend:libc-musl () { 54 do_configure:prepend:powerpc64le:toolchain-clang () { 58 do_configure:prepend:powerpc64:toolchain-clang () { 62 do_compile:prepend:class-native() { 67 do_compile:prepend:class-nativesdk() { 71 do_compile:prepend:class-native() { 141 do_install:prepend:class-nativesdk() {
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/newlib/ |
| H A D | libgloss_4.2.0.bb | 5 FILESEXTRAPATHS:prepend := "${THISDIR}/libgloss:" 14 do_install:prepend() {
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/rest/ |
| H A D | rest_0.8.1.bb | 25 do_configure:prepend() { 30 do_compile:prepend() {
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/xorg-xserver/ |
| H A D | xserver-xorg_%.bbappend | 11 FILESEXTRAPATHS:prepend := "${THISDIR}/files:" 15 do_configure:prepend() {
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux-firmware/ |
| H A D | linux-firmware_%.bbappend | 4 FILESEXTRAPATHS:prepend := "${THISDIR}/files:" 16 PACKAGES:prepend = " \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/orc/ |
| H A D | orc_0.4.32.bb | 23 python populate_packages:prepend () { 28 do_compile:prepend:class-native () {
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/radiusclient-ng/ |
| H A D | radiusclient-ng_0.5.6.bb | 24 do_configure:prepend () { 28 do_compile:prepend() {
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/strongswan/ |
| H A D | strongswan_5.9.6.bb | 125 …ages(d, libdir, r'libstrongswan-(.*)\.so', '${PN}-plugin-%s', 'strongSwan %s plugin', prepend=True) 126 …d, sysconfdir, r'(.*)\.conf', '${PN}-plugin-%s', 'strongSwan %s plugin', prepend=True, hook=add_pl… 128 …)\.so', '${PN}-plugin-%s-dbg', 'strongSwan %s plugin - Debugging files', prepend=True, extra_depen… 129 ….la', '${PN}-plugin-%s-dev', 'strongSwan %s plugin - Development files', prepend=True, extra_depen… 130 …aticdev', 'strongSwan %s plugin - Development files (Static Libraries)', prepend=True, extra_depen… 140 PACKAGESPLITFUNCS:prepend = "split_strongswan_plugins "
|