aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-setuptools-git_1.2.bb
blob: 34b40defc5f30aa0c2277b618f72be8a87c68d80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Plugin for setuptools that enables git integration"
HOMEPAGE = "https://github.com/wichert/setuptools-git"
SECTION = "devel/python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3775480a712fc46a69647678acb234cb"

SRC_URI[md5sum] = "40b2ef7687a384ea144503c2e5bc67e2"
SRC_URI[sha256sum] = "ff64136da01aabba76ae88b050e7197918d8b2139ccbf6144e14d472b9c40445"

inherit setuptools3 pypi

# conflicting file prevention
do_install_append() {
	rm -f ${D}${libdir}/python*/site-packages/site.py*
}
BBCLASSEXTEND = "native"
p'>v5.14/standard/xilinx-zynqmp Yocto Linux Embedded kernelGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/shmparam.h
blob: 324d04042bdfec8d9a78e83c7af9f39b3dac143c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 */
#ifndef _ASM_SHMPARAM_H
#define _ASM_SHMPARAM_H

#define __ARCH_FORCE_SHMLBA	1

#define SHMLBA 0x40000			/* attach addr a multiple of this */

#endif /* _ASM_SHMPARAM_H */