mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
471 B
BlitzBasic
16 lines
471 B
BlitzBasic
DESCRIPTION = "GYP is a Meta-Build system: a build system that generates other build systems."
|
|
HOMEPAGE = "https://gyp.gsrc.io/"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=ab828cb8ce4c62ee82945a11247b6bbd"
|
|
SECTION = "devel"
|
|
|
|
SRC_URI = "git://chromium.googlesource.com/external/gyp;protocol=https;branch=master \
|
|
"
|
|
SRCREV = "a03d7413becefc8d55c8aa3df58b55b9bd0e9052"
|
|
|
|
PV = "0.1+git"
|
|
|
|
inherit setuptools3
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|