mirror of
https://github.com/Freescale/meta-freescale-distro.git
synced 2025-10-22 15:03:56 +02:00

do_unpack: Recipes that set S = "${WORKDIR}/git" or S = "${UNPACKDIR}/git" should remove that assignment, as S set by bitbake.conf in oe-core now works. Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
14 lines
385 B
BlitzBasic
14 lines
385 B
BlitzBasic
SUMMARY = "Low level header only C++11 RAII wrapper classes for the Vulkan API"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b98f636daed34d12d11e25f3185c0204"
|
|
|
|
DEPENDS = "vulkan-loader"
|
|
|
|
SRC_URI = "git://github.com/Unarmed1000/RapidVulkan;protocol=https;branch=master"
|
|
SRCREV = "e39a407c5ae880792d8843ada65a19dd26b3dca7"
|
|
|
|
|
|
inherit cmake
|
|
|
|
ALLOW_EMPTY:${PN} = "1"
|