mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
recipes,classes: import a lot of recipes from meta-shr
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
DESCRIPTION = "Python support for YAML"
|
||||
HOMEPAGE = "http://www.pyyaml.org"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=6015f088759b10e0bc2bf64898d4ae17"
|
||||
DEPENDS = "libyaml python-cython-native"
|
||||
SRCREV = "344"
|
||||
PV = "3.08+svnr${SRCPV}"
|
||||
PR = "ml0"
|
||||
|
||||
SRC_URI = "\
|
||||
svn://svn.pyyaml.org/pyyaml;module=trunk;proto=http \
|
||||
file://setup.py \
|
||||
"
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
||||
inherit distutils
|
||||
|
||||
do_configure_prepend() {
|
||||
# upstream setup.py overcomplicated, use ours
|
||||
install -m 0644 ${WORKDIR}/setup.py ${S}
|
||||
}
|
||||
Reference in New Issue
Block a user