| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | em_ipt.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 42 static int check_match(struct net *net, struct em_ipt_match *im, int mdata_len) in check_match() argument 52 mtpar.hook_mask = 1 << im->hook; in check_match() 53 mtpar.family = im->match->family; in check_match() 54 mtpar.match = im->match; in check_match() 56 mtpar.matchinfo = (void *)im->match_data; in check_match() 64 return -EINVAL; in policy_validate_match_data() 69 return -EINVAL; in policy_validate_match_data() 79 return -EINVAL; in addrtype_validate_match_data() 105 for (m = em_ipt_xt_matches; m->match_name; m++) { in get_xt_match() [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8313erdb/ |
| H A D | sdram.c | 2 * Copyright (C) Freescale Semiconductor, Inc. 2006-2007 8 * SPDX-License-Identifier: GPL-2.0+ 33 gd->flags &= ~GD_FLG_SILENT; in resume_from_sleep() 38 /* Fixed sdram init -- doesn't use serial presence detect. 48 volatile immap_t *im = (volatile immap_t *)CONFIG_SYS_IMMR; in fixed_sdram() local 51 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_SDRAM_BASE & 0xfffff000; in fixed_sdram() 52 im->sysconf.ddrlaw[0].ar = LBLAWAR_EN | (msize_log2 - 1); in fixed_sdram() 53 im->sysconf.ddrcdr = CONFIG_SYS_DDRCDR_VALUE; in fixed_sdram() 64 im->ddr.csbnds[0].csbnds = in fixed_sdram() 66 (((CONFIG_SYS_DDR_SDRAM_BASE + msize - 1) >> CSBNDS_EA_SHIFT) & in fixed_sdram() [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8315erdb/ |
| H A D | sdram.c | 8 * SPDX-License-Identifier: GPL-2.0+ 32 gd->flags &= ~GD_FLG_SILENT; in resume_from_sleep() 36 /* Fixed sdram init -- doesn't use serial presence detect. 44 volatile immap_t *im = (volatile immap_t *)CONFIG_SYS_IMMR; in fixed_sdram() local 48 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_SDRAM_BASE & 0xfffff000; in fixed_sdram() 49 im->sysconf.ddrlaw[0].ar = LBLAWAR_EN | (msize_log2 - 1); in fixed_sdram() 50 im->sysconf.ddrcdr = CONFIG_SYS_DDRCDR_VALUE; in fixed_sdram() 58 im->ddr.csbnds[0].csbnds = (msize - 1) >> 24; in fixed_sdram() 59 im->ddr.cs_config[0] = CONFIG_SYS_DDR_CS0_CONFIG; in fixed_sdram() 62 im->ddr.cs_config[1] = 0; in fixed_sdram() [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8308rdb/ |
| H A D | sdram.c | 12 * SPDX-License-Identifier: GPL-2.0+ 25 /* Fixed sdram init -- doesn't use serial presence detect. 32 immap_t *im = (immap_t *)CONFIG_SYS_IMMR; in fixed_sdram() local 36 out_be32(&im->sysconf.ddrlaw[0].bar, in fixed_sdram() 38 out_be32(&im->sysconf.ddrlaw[0].ar, LBLAWAR_EN | (msize_log2 - 1)); in fixed_sdram() 39 out_be32(&im->sysconf.ddrcdr, CONFIG_SYS_DDRCDR_VALUE); in fixed_sdram() 41 out_be32(&im->ddr.csbnds[0].csbnds, (msize - 1) >> 24); in fixed_sdram() 42 out_be32(&im->ddr.cs_config[0], CONFIG_SYS_DDR_CS0_CONFIG); in fixed_sdram() 45 out_be32(&im->ddr.cs_config[1], 0); in fixed_sdram() 47 out_be32(&im->ddr.sdram_clk_cntl, CONFIG_SYS_DDR_SDRAM_CLK_CNTL); in fixed_sdram() [all …]
|
| /OK3568_Linux_fs/u-boot/board/mpc8308_p1m/ |
| H A D | sdram.c | 8 * SPDX-License-Identifier: GPL-2.0+ 21 /* Fixed sdram init -- doesn't use serial presence detect. 28 immap_t *im = (immap_t *)CONFIG_SYS_IMMR; in fixed_sdram() local 32 out_be32(&im->sysconf.ddrlaw[0].bar, in fixed_sdram() 34 out_be32(&im->sysconf.ddrlaw[0].ar, LBLAWAR_EN | (msize_log2 - 1)); in fixed_sdram() 35 out_be32(&im->sysconf.ddrcdr, CONFIG_SYS_DDRCDR_VALUE); in fixed_sdram() 37 out_be32(&im->ddr.csbnds[0].csbnds, (msize - 1) >> 24); in fixed_sdram() 38 out_be32(&im->ddr.cs_config[0], CONFIG_SYS_DDR_CS0_CONFIG); in fixed_sdram() 41 out_be32(&im->ddr.cs_config[1], 0); in fixed_sdram() 43 out_be32(&im->ddr.sdram_clk_cntl, CONFIG_SYS_DDR_SDRAM_CLK_CNTL); in fixed_sdram() [all …]
|
| /OK3568_Linux_fs/u-boot/board/gdsys/mpc8308/ |
| H A D | sdram.c | 12 * SPDX-License-Identifier: GPL-2.0+ 26 /* Fixed sdram init -- doesn't use serial presence detect. 33 immap_t *im = (immap_t *)CONFIG_SYS_IMMR; in fixed_sdram() local 37 out_be32(&im->sysconf.ddrlaw[0].bar, in fixed_sdram() 39 out_be32(&im->sysconf.ddrlaw[0].ar, LBLAWAR_EN | (msize_log2 - 1)); in fixed_sdram() 40 out_be32(&im->sysconf.ddrcdr, CONFIG_SYS_DDRCDR_VALUE); in fixed_sdram() 42 out_be32(&im->ddr.csbnds[0].csbnds, (msize - 1) >> 24); in fixed_sdram() 43 out_be32(&im->ddr.cs_config[0], CONFIG_SYS_DDR_CS0_CONFIG); in fixed_sdram() 46 out_be32(&im->ddr.cs_config[1], 0); in fixed_sdram() 48 out_be32(&im->ddr.sdram_clk_cntl, CONFIG_SYS_DDR_SDRAM_CLK_CNTL); in fixed_sdram() [all …]
|
| /OK3568_Linux_fs/u-boot/board/ve8313/ |
| H A D | ve8313.c | 2 * Copyright (C) Freescale Semiconductor, Inc. 2006-2007 9 * SPDX-License-Identifier: GPL-2.0+ 38 volatile immap_t *im = (volatile immap_t *)CONFIG_SYS_IMMR; in fixed_sdram() local 41 out_be32(&im->sysconf.ddrlaw[0].bar, in fixed_sdram() 43 out_be32(&im->sysconf.ddrlaw[0].ar, (LBLAWAR_EN | (msize_log2 - 1))); in fixed_sdram() 44 out_be32(&im->sysconf.ddrcdr, CONFIG_SYS_DDRCDR_VALUE); in fixed_sdram() 55 out_be32(&im->ddr.csbnds[0].csbnds, in fixed_sdram() 57 (((CONFIG_SYS_DDR_SDRAM_BASE + msize - 1) >> CSBNDS_EA_SHIFT) & in fixed_sdram() 59 out_be32(&im->ddr.cs_config[0], CONFIG_SYS_DDR_CS0_CONFIG); in fixed_sdram() 62 out_be32(&im->ddr.cs_config[1], 0); in fixed_sdram() [all …]
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | igmp.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 30 * Chih-Jen Chang : Tried to revise IGMP to Version 2 31 * Tsu-Sheng Tsao E-mail: chihjenc@scf.usc.edu and tsusheng@scf.usc.edu 33 * ipmulti-3.5 source code. 34 * Chih-Jen Chang : Added the igmp_get_mrouter_info and 35 * Tsu-Sheng Tsao igmp_set_mrouter_info to keep track of 37 * Chih-Jen Chang : Added the max_resp_time parameter to 38 * Tsu-Sheng Tsao igmp_heard_query(). Using this parameter 41 * Chih-Jen Chang : Added a timer to revert to IGMP V2 router 42 * Tsu-Sheng Tsao if the specified time expired. [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8349emds/ |
| H A D | mpc8349emds.c | 5 * SPDX-License-Identifier: GPL-2.0+ 53 volatile immap_t *im = (immap_t *)CONFIG_SYS_IMMR; in dram_init() local 56 if ((im->sysconf.immrbar & IMMRBAR_BASE_ADDR) != (u32)im) in dram_init() 57 return -ENXIO; in dram_init() 59 /* DDR SDRAM - Main SODIMM */ in dram_init() 60 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_BASE & LAWBAR_BAR; in dram_init() 78 /* set total bus SDRAM size(bytes) -- DDR */ in dram_init() 79 gd->ram_size = msize; in dram_init() 86 * fixed sdram init -- doesn't use serial presence detect. 90 volatile immap_t *im = (immap_t *)CONFIG_SYS_IMMR; in fixed_sdram() local [all …]
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | trampoline.c | 1 // SPDX-License-Identifier: GPL-2.0-only 48 ksym->start = (unsigned long) data; in bpf_image_ksym_add() 49 ksym->end = ksym->start + PAGE_SIZE; in bpf_image_ksym_add() 51 perf_event_ksymbol(PERF_RECORD_KSYMBOL_TYPE_BPF, ksym->start, in bpf_image_ksym_add() 52 PAGE_SIZE, false, ksym->name); in bpf_image_ksym_add() 58 perf_event_ksymbol(PERF_RECORD_KSYMBOL_TYPE_BPF, ksym->start, in bpf_image_ksym_del() 59 PAGE_SIZE, true, ksym->name); in bpf_image_ksym_del() 71 if (tr->key == key) { in bpf_trampoline_lookup() 72 refcount_inc(&tr->refcnt); in bpf_trampoline_lookup() 80 tr->key = key; in bpf_trampoline_lookup() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | cpu_init.c | 2 * Copyright (C) 2004-2009 Freescale Semiconductor, Inc. 4 * SPDX-License-Identifier: GPL-2.0+ 13 #include <usb/ehci-ci.h> 49 void cpu_init_f (volatile immap_t * im) in cpu_init_f() argument 212 clrsetbits_be32(&im->arbiter.acr, acr_mask, acr_val); in cpu_init_f() 214 clrsetbits_be32(&im->sysconf.spcr, spcr_mask, spcr_val); in cpu_init_f() 216 clrsetbits_be32(&im->clk.sccr, sccr_mask, sccr_val); in cpu_init_f() 218 /* RSR - Reset Status Register - clear all status (4.6.1.3) */ in cpu_init_f() 219 gd->arch.reset_status = __raw_readl(&im->reset.rsr); in cpu_init_f() 220 __raw_writel(~(RSR_RES), &im->reset.rsr); in cpu_init_f() [all …]
|
| H A D | spl_minimal.c | 2 * Copyright (C) 2004-2008 Freescale Semiconductor, Inc. 4 * SPDX-License-Identifier: GPL-2.0+ 19 void cpu_init_f (volatile immap_t * im) in cpu_init_f() argument 30 im->arbiter.acr = (im->arbiter.acr & ~ACR_PIPE_DEP) | in cpu_init_f() 36 im->arbiter.acr = (im->arbiter.acr & ~(ACR_RPTCNT)) | in cpu_init_f() 42 im->sysconf.spcr = (im->sysconf.spcr & ~SPCR_OPT) | in cpu_init_f() 47 im->sysconf.spcr |= SPCR_TBEN; in cpu_init_f() 51 im->sysconf.ddrcdr = CONFIG_SYS_DDRCDR; in cpu_init_f() 55 im->sysconf.obir = CONFIG_SYS_OBIR; in cpu_init_f() 63 * addresses - these have to be modified later when FLASH size in cpu_init_f() [all …]
|
| /OK3568_Linux_fs/u-boot/board/ids/ids8313/ |
| H A D | ids8313.c | 7 * ids8313.c - ids8313 board support. 12 * SPDX-License-Identifier: GPL-2.0+ 22 * - board type: *pCpld & 0xF0 23 * - hw-revision: *pCpld & 0x0F 24 * - cpld-revision: *pCpld+1 44 printf("\nInfo: HW-Rev: %i, CPLD-Rev: %i\n", in checkboard() 54 immap_t *im = (immap_t *)CONFIG_SYS_IMMR; in fixed_sdram() local 60 out_be32(&im->sysconf.ddrlaw[0].bar, in fixed_sdram() 62 out_be32(&im->sysconf.ddrlaw[0].ar, LBLAWAR_EN | (msize_log2 - 1)); in fixed_sdram() 63 out_be32(&im->sysconf.ddrcdr, CONFIG_SYS_DDRCDR_VALUE); in fixed_sdram() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | mpc83xx_gpio.c | 4 * SPDX-License-Identifier: GPL-2.0+ 40 return -1; in gpio_request() 54 immap_t *im = (immap_t *)CONFIG_SYS_IMMR; in gpio_direction_input() local 59 /* 32-bits per controller */ in gpio_direction_input() 64 line_mask = 1 << (31 - line); in gpio_direction_input() 66 clrbits_be32(&im->gpio[ctrlr].dir, line_mask); in gpio_direction_input() 74 immap_t *im = (immap_t *)CONFIG_SYS_IMMR; in gpio_direction_output() local 81 return -1; in gpio_direction_output() 86 /* 32-bits per controller */ in gpio_direction_output() 91 line_mask = 1 << (31 - line); in gpio_direction_output() [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc837xerdb/ |
| H A D | mpc837xerdb.c | 6 * SPDX-License-Identifier: GPL-2.0+ 67 immap_t *im = (immap_t *) CONFIG_SYS_IMMR; in dram_init() local 70 if ((im->sysconf.immrbar & IMMRBAR_BASE_ADDR) != (u32) im) in dram_init() 71 return -ENXIO; in dram_init() 84 gd->ram_size = msize * 1024 * 1024; in dram_init() 91 * fixed sdram init -- doesn't use serial presence detect. 95 immap_t *im = (immap_t *) CONFIG_SYS_IMMR; in fixed_sdram() local 99 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_SDRAM_BASE & 0xfffff000; in fixed_sdram() 100 im->sysconf.ddrlaw[0].ar = LBLAWAR_EN | (msize_log2 - 1); in fixed_sdram() 102 im->sysconf.ddrcdr = CONFIG_SYS_DDRCDR_VALUE; in fixed_sdram() [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc837xemds/ |
| H A D | mpc837xemds.c | 5 * SPDX-License-Identifier: GPL-2.0+ 21 #include "../common/pq-mds-pib.h" 36 u32 spridr = in_be32(&immr->sysconf.spridr); in board_early_init_f() 66 struct immap __iomem *im = (struct immap __iomem *)CONFIG_SYS_IMMR; in board_mmc_init() local 76 clrsetbits_be32(&im->sysconf.sicrl, SICRL_USB_B, SICRL_USB_B_SD); in board_mmc_init() 77 clrsetbits_be32(&im->sysconf.sicrh, SICRH_GPIO2_E | SICRH_SPI, in board_mmc_init() 89 struct immap __iomem *im = (struct immap __iomem *)CONFIG_SYS_IMMR; in board_eth_init() local 90 u32 rcwh = in_be32(&im->reset.rcwh); in board_eth_init() 158 printf("WARNING: could not set phy-connection-type for %s: " in __ft_tsec_fixup() 163 ph = (u32 *)fdt_getprop(blob, off, "phy-handle", 0); in __ft_tsec_fixup() [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8349itx/ |
| H A D | mpc8349itx.c | 4 * SPDX-License-Identifier: GPL-2.0+ 27 * fixed sdram init -- doesn't use serial presence detect. 31 volatile immap_t *im = (immap_t *) CONFIG_SYS_IMMR; in fixed_sdram() local 36 im->sysconf.ddrlaw[0].ar = in fixed_sdram() 37 LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE); in fixed_sdram() 38 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_SDRAM_BASE & 0xfffff000; in fixed_sdram() 43 im->ddr.csbnds[0].csbnds = in fixed_sdram() 45 (((CONFIG_SYS_DDR_SDRAM_BASE + ddr_size - 1) >> in fixed_sdram() 47 im->ddr.cs_config[0] = CONFIG_SYS_DDR_CS0_CONFIG; in fixed_sdram() 50 im->ddr.cs_config[1] = 0; in fixed_sdram() [all …]
|
| /OK3568_Linux_fs/u-boot/board/sbc8349/ |
| H A D | sbc8349.c | 2 * sbc8349.c -- WindRiver SBC8349 board support. 3 * Copyright (c) 2006-2007 Wind River Systems, Inc. 8 * SPDX-License-Identifier: GPL-2.0+ 42 volatile immap_t *im = (immap_t *)CONFIG_SYS_IMMR; in dram_init() local 45 if ((im->sysconf.immrbar & IMMRBAR_BASE_ADDR) != (u32)im) in dram_init() 46 return -1; in dram_init() 48 /* DDR SDRAM - Main SODIMM */ in dram_init() 49 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_BASE & LAWBAR_BAR; in dram_init() 66 /* set total bus SDRAM size(bytes) -- DDR */ in dram_init() 67 gd->ram_size = msize * 1024 * 1024; in dram_init() [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc832xemds/ |
| H A D | mpc832xemds.c | 6 * SPDX-License-Identifier: GPL-2.0+ 23 #include "../common/pq-mds-pib.h" 36 {3, 24, 2, 0, 1}, /* TxCLK->CLK10 */ 44 {0, 13, 2, 0, 1}, /* RxCLK->CLK9 */ 55 {3, 6, 2, 0, 1}, /* TxCLK->CLK8 */ 63 {3, 31, 2, 0, 1}, /* RxCLK->CLK7 */ 95 volatile immap_t *im = (immap_t *) CONFIG_SYS_IMMR; in dram_init() local 98 if ((im->sysconf.immrbar & IMMRBAR_BASE_ADDR) != (u32) im) in dram_init() 99 return -ENXIO; in dram_init() 101 /* DDR SDRAM - Main SODIMM */ in dram_init() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libwmf/libwmf/ |
| H A D | libwmf-0.2.8.4-useafterfree.patch | 2 http://cvs.fedoraproject.org/viewvc/devel/libwmf/libwmf-0.2.8.4-useafterfree.patch?view=log 3 Resolves: CVE-2009-1364 5 --- libwmf-0.2.8.4/src/extra/gd/gd_clip.c.CVE-2009-1364-im-clip-list 2009-04-24 04:06:44.000000000 … 6 +++ libwmf-0.2.8.4/src/extra/gd/gd_clip.c 2009-04-24 04:08:30.000000000 -0400 7 @@ -70,6 +70,7 @@ void gdClipSetAdd(gdImagePtr im,gdClipRe 8 { more = gdRealloc (im->clip->list,(im->clip->max + 8) * sizeof (gdClipRectangle)); 10 im->clip->max += 8; 11 + im->clip->list = more; 13 im->clip->list[im->clip->count] = (*rect); 14 im->clip->count++;
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8323erdb/ |
| H A D | mpc8323erdb.c | 34 {3, 24, 2, 0, 1}, /* TxCLK->CLK10 */ 42 {0, 13, 2, 0, 1}, /* RxCLK->CLK9 */ 53 {3, 23, 2, 0, 1}, /* TxCLK->CLK3 */ 61 {3, 21, 2, 0, 1}, /* RxCLK->CLK16 */ 75 volatile immap_t *im = (immap_t *) CONFIG_SYS_IMMR; in dram_init() local 78 if ((im->sysconf.immrbar & IMMRBAR_BASE_ADDR) != (u32) im) in dram_init() 79 return -ENXIO; in dram_init() 81 /* DDR SDRAM - Main SODIMM */ in dram_init() 82 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_BASE & LAWBAR_BAR; in dram_init() 86 /* set total bus SDRAM size(bytes) -- DDR */ in dram_init() [all …]
|
| /OK3568_Linux_fs/external/common_algorithm/video/move_detect/test/ |
| H A D | test.c | 10 void down_sampling(unsigned char* im, unsigned char* img_down_sam, int height, int width); 11 void down_sampling1(unsigned char* im, unsigned char* img_down_sam, int height, int width); 13 void down_sampling(unsigned char* im, unsigned char* img_down_sam, int height, int width) in down_sampling() argument 24 …im[(i * 3 + 0)*width * 3 + j * 3 + 0] + im[(i * 3 + 0)*width * 3 + j * 3 + 1] + im[(i * 3 + 0)*wid… in down_sampling() 25 //img_down_sam[i*width + j] = ( im[(i * 3 + 0)*width * 3 + j * 3 + 1] + in down_sampling() 26 …//im[(i * 3 + 1)*width * 3 + j * 3 + 0] + im[(i * 3 + 1)*width * 3 + j * 3 + 1] + im[(i * 3 + 1)*w… in down_sampling() 27 //im[(i * 3 + 2)*width * 3 + j * 3 + 1]) / 5; in down_sampling() 31 void down_sampling1(unsigned char* im, unsigned char* img_down_sam, int height, int width) in down_sampling1() argument 42 img_down_sam[i*width + j] = im[(i * 2 + 1)*width * 2 + j * 2 + 1]; in down_sampling1() 52 printf("elapse %ld ms\n", (tv2.tv_sec - tv1.tv_sec) * 1000 + (tv2.tv_usec - tv1.tv_usec) / 1000);\ [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | CC-BY-3.0-AT | 7 …IHNEN DER LIZENZGEBER DIE IN DER LIZENZ GENANNTEN RECHTE UNENTGELTLICH UND IM AUSTAUSCH DAFÜR, DAS… 11 …a. Der Begriff "Bearbeitung" im Sinne dieser Lizenz bezeichnet das Ergebnis jeglicher Art von Verä… 13 …b. Der Begriff "Sammelwerk" im Sinne dieser Lizenz meint eine Zusammenstellung von literarischen, … 15 …c. "Verbreiten" im Sinne dieser Lizenz bedeutet, den Schutzgegenstand oder Bearbeitungen im Origin… 17 …d. Der "Lizenzgeber" im Sinne dieser Lizenz ist diejenige natürliche oder juristische Person oder … 19 …e. "Rechteinhaber" im Sinne dieser Lizenz ist der Urheber des Schutzgegenstandes oder jede andere … 21 …z eigener Art genießen, unterfallen auch sie dem Begriff „Schutzgegenstand“ im Sinne dieser Lizenz. 23 …" ist die natürliche oder juristische Person gemeint, die in dieser Lizenz im Abschnitt 3 genannte… 25 …im Sinne dieser Lizenz sind Wahrnehmbarmachungen des Schutzgegenstandes in unkörperlicher Form zu … 27 …im Sinne dieser Lizenz bedeutet, gleichviel in welchem Verfahren, auf welchem Träger, in welcher M… [all …]
|
| H A D | CC-BY-3.0-DE | 9 …IHNEN DER LIZENZGEBER DIE IN DER LIZENZ GENANNTEN RECHTE UNENTGELTLICH UND IM AUSTAUSCH DAFÜR, DAS… 13 …a. Der Begriff "Abwandlung" im Sinne dieser Lizenz bezeichnet das Ergebnis jeglicher Art von Verän… 15 …b. Der Begriff "Sammelwerk" im Sinne dieser Lizenz meint eine Zusammenstellung von literarischen, … 17 …c. "Verbreiten" im Sinne dieser Lizenz bedeutet, den Schutzgegenstand oder Abwandlungen im Origina… 19 …d. Der "Lizenzgeber" im Sinne dieser Lizenz ist diejenige natürliche oder juristische Person oder … 21 …e. "Rechteinhaber" im Sinne dieser Lizenz ist der Urheber des Schutzgegenstandes oder jede andere … 23 …z eigener Art genießen, unterfallen auch sie dem Begriff "Schutzgegenstand" im Sinne dieser Lizenz. 25 …" ist die natürliche oder juristische Person gemeint, die in dieser Lizenz im Abschnitt 3 genannte… 27 …im Sinne dieser Lizenz sind Veröffentlichungen und Präsentationen des Schutzgegenstandes zu verste… 29 …im Sinne dieser Lizenz bedeutet, mittels beliebiger Verfahren Vervielfältigungsstücke des Schutzge… [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-sato/matchbox-keyboard/ |
| H A D | matchbox-keyboard_0.1.1.bb | 3 HOMEPAGE = "http://matchbox-project.org" 7 LICENSE = "LGPL-2.1-only" 9 file://src/matchbox-keyboard.h;endline=17;md5=9d6586c69e4a926f3cb0b4425f24ba3c \ 16 SRC_URI = "git://git.yoctoproject.org/${BPN};branch=matchbox-keyboard-0-1 \ 17 file://0001-desktop-file-Hide-the-keyboard-from-app-list.patch \ 22 inherit autotools pkgconfig gettext gtk-immodules-cache features_check 24 # The libxft, libfakekey and matchbox-panel-2 requires x11 in DISTRO_FEATURES 27 EXTRA_OECONF = "--disable-cairo" 29 PACKAGECONFIG ??= "gtk3-im applet" 30 PACKAGECONFIG[applet] = "--enable-applet,--disable-applet,matchbox-panel-2" [all …]
|