diff options
author | Philippe Coval <philippe.coval.ext@huawei.com> | 2022-09-09 11:41:46 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-09-09 08:39:53 -0700 |
commit | 6b50ce8f07b61d111f82c3ca88c5125192c214a0 (patch) | |
tree | 1d894322d3a081dccce1079cc834d2bfb5948165 | |
parent | d7d0d550d0874a5002e63a23804811a766f7a07b (diff) | |
download | meta-openembedded-6b50ce8f07b61d111f82c3ca88c5125192c214a0.tar.gz |
pim435: Relocate sources to eclipse
This driver is now part of Eclipse's oniro-blueprints project
Note: Once transition is finished,
existing copies will be need to be archived
For history referer to related tickets if curious.
Relate-to: https://gitlab.eclipse.org/eclipse/oniro-core/oniro/-/issues/787
Relate-to: https://gitlab.eclipse.org/eclipse/oniro-blueprints/vending-machine/meta-oniro-blueprints-vending-machine/-/issues/1
Relate-to: https://gitlab.eclipse.org/pcoval/pim435/-/issues/2
Relate-to: https://git.ostc-eu.org/distro/components/vending-machine-control-application/-/issues/2
Forwarded: https://github.com/openembedded/meta-openembedded/pull/603
Origin: https://github.com/astrolabe-coop/meta-openembedded
Signed-off-by: Philippe Coval <philippe.coval.ext@huawei.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-core/pim435/pim435_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/pim435/pim435_git.bb b/meta-oe/recipes-core/pim435/pim435_git.bb index f73a0fd54..80e3cc629 100644 --- a/meta-oe/recipes-core/pim435/pim435_git.bb +++ b/meta-oe/recipes-core/pim435/pim435_git.bb | |||
@@ -9,8 +9,8 @@ written in C" | |||
9 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
10 | LIC_FILES_CHKSUM = "file://LICENSES/MIT.txt;md5=7dda4e90ded66ab88b86f76169f28663" | 10 | LIC_FILES_CHKSUM = "file://LICENSES/MIT.txt;md5=7dda4e90ded66ab88b86f76169f28663" |
11 | 11 | ||
12 | SRC_URI = "git://booting.oniroproject.org/distro/components/pim435;protocol=https;branch=main" | 12 | SRC_URI = "git://gitlab.eclipse.org/eclipse/oniro-blueprints/core/pim435;protocol=https;branch=main" |
13 | SRCREV = "ee07a83de4d0ecdf4b5de20a7e374d36a9a6f5d5" | 13 | SRCREV = "445ed623ec8d3ecbb1d566900b4ef3fb3031d689" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | DEPENDS = "i2c-tools" | 16 | DEPENDS = "i2c-tools" |