diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-04-10 16:26:01 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-04-10 09:39:38 -0700 |
| commit | 6edb29898ef4bb81d25461691bdac56468f4fdba (patch) | |
| tree | d936df628fadce78975e6dcdb259a4c11e3b4b85 /meta-oe/recipes-support/c-periphery | |
| parent | 4f61fe65afa9e5888accca9a2fec1c15a0b65ac0 (diff) | |
| download | meta-openembedded-6edb29898ef4bb81d25461691bdac56468f4fdba.tar.gz | |
c-periphery: upgrade 2.3.1 -> 2.4.0
Changelog:
==========
* GPIO
* Add support for gpio-cdev v2 ABI.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/c-periphery')
| -rw-r--r-- | meta-oe/recipes-support/c-periphery/c-periphery_2.4.0.bb (renamed from meta-oe/recipes-support/c-periphery/c-periphery_2.3.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/c-periphery/c-periphery_2.3.1.bb b/meta-oe/recipes-support/c-periphery/c-periphery_2.4.0.bb index b5bdcd5b19..be8d187657 100644 --- a/meta-oe/recipes-support/c-periphery/c-periphery_2.3.1.bb +++ b/meta-oe/recipes-support/c-periphery/c-periphery_2.4.0.bb | |||
| @@ -9,7 +9,7 @@ LICENSE = "MIT" | |||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4097ec544cf01e9c7cfc4bdf8e4ed887" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4097ec544cf01e9c7cfc4bdf8e4ed887" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https;branch=master" | 11 | SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https;branch=master" |
| 12 | SRCREV = "23bfa4ab481edbad82a69ee385fc58ce03b63084" | 12 | SRCREV = "e9799b893ec77f97045544279f0cabd28323b0a3" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
