From 511bd615b05d08e441c036271b532bc9b699258f Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Wed, 24 Mar 2021 11:12:07 -0700 Subject: meta-google: google-misc: Split into include We don't want to generate bump commits for each project in the repo. Instead, provide an include that has common parameters used by all google-misc projects. Change-Id: Ice589c03aa0d38ca5043ee2081f3757568c4e4bb Signed-off-by: William A. Kennington III --- meta-google/recipes-google/google-misc/google-misc.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-google/recipes-google/google-misc/google-misc.inc (limited to 'meta-google/recipes-google/google-misc/google-misc.inc') diff --git a/meta-google/recipes-google/google-misc/google-misc.inc b/meta-google/recipes-google/google-misc/google-misc.inc new file mode 100644 index 000000000..6146b2e62 --- /dev/null +++ b/meta-google/recipes-google/google-misc/google-misc.inc @@ -0,0 +1,12 @@ +HOMEPAGE = "http://github.com/openbmc/google-misc" +PR = "r1" +PV = "1.0+git${SRCPV}" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://../../LICENSE;md5=34400b68072d710fecd0a2940a0d1658" + +SRC_URI += "git://github.com/openbmc/google-misc" +SRCREV = "b056df698ca4405b7adfa5bbf931f4b8a9431e55" + +S = "${WORKDIR}/git/subprojects/${GOOGLE_MISC_PROJ}" +inherit meson -- cgit v1.2.3