generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
9
package/python-pydevmem/Config.in
Normal file
9
package/python-pydevmem/Config.in
Normal file
@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_PYDEVMEM
|
||||
bool "python-pydevmem"
|
||||
help
|
||||
Python DevMem is designed primarily for use with accessing
|
||||
/dev/mem on OMAP platforms. It should work on other platforms
|
||||
and work to mmap() files rather then just /dev/mem, but these
|
||||
use cases aren't well tested.
|
||||
|
||||
https://github.com/kylemanna/pydevmem
|
||||
3
package/python-pydevmem/python-pydevmem.hash
Normal file
3
package/python-pydevmem/python-pydevmem.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 1a72db41effeb83e01fc9a422abfe345a92220b0382403a5040b2811e4ee6496 python-pydevmem-600b5d1ef8997c394db3512b735d75d5abc4ad41.tar.gz
|
||||
sha256 cb013ffd1fd415a348f9a32231ceb133770623b69484a24ad49b6da4904cac2e LICENSE
|
||||
13
package/python-pydevmem/python-pydevmem.mk
Normal file
13
package/python-pydevmem/python-pydevmem.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pydevmem
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYDEVMEM_VERSION = 600b5d1ef8997c394db3512b735d75d5abc4ad41
|
||||
PYTHON_PYDEVMEM_SITE = $(call github,kylemanna,pydevmem,$(PYTHON_PYDEVMEM_VERSION))
|
||||
PYTHON_PYDEVMEM_SETUP_TYPE = setuptools
|
||||
PYTHON_PYDEVMEM_LICENSE = MIT
|
||||
PYTHON_PYDEVMEM_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user