diff options
Diffstat (limited to 'meta-oe/recipes-core/pim435/pim435_git.bb')
-rw-r--r-- | meta-oe/recipes-core/pim435/pim435_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/pim435/pim435_git.bb b/meta-oe/recipes-core/pim435/pim435_git.bb index 80e3cc6298..a18e889683 100644 --- a/meta-oe/recipes-core/pim435/pim435_git.bb +++ b/meta-oe/recipes-core/pim435/pim435_git.bb | |||
@@ -11,7 +11,10 @@ LIC_FILES_CHKSUM = "file://LICENSES/MIT.txt;md5=7dda4e90ded66ab88b86f76169f28663 | |||
11 | 11 | ||
12 | SRC_URI = "git://gitlab.eclipse.org/eclipse/oniro-blueprints/core/pim435;protocol=https;branch=main" | 12 | SRC_URI = "git://gitlab.eclipse.org/eclipse/oniro-blueprints/core/pim435;protocol=https;branch=main" |
13 | SRCREV = "445ed623ec8d3ecbb1d566900b4ef3fb3031d689" | 13 | SRCREV = "445ed623ec8d3ecbb1d566900b4ef3fb3031d689" |
14 | S = "${WORKDIR}/git" | 14 | |
15 | # Upstream repo does not tag | ||
16 | UPSTREAM_CHECK_COMMITS = "1" | ||
17 | |||
15 | 18 | ||
16 | DEPENDS = "i2c-tools" | 19 | DEPENDS = "i2c-tools" |
17 | 20 | ||