diff options
| -rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod.bb | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod.bb b/meta-oe/recipes-support/libgpiod/libgpiod.bb index fe56f7b5cb..c506057751 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod.bb | |||
| @@ -1,21 +1,14 @@ | |||
| 1 | SUMMARY = "C library and tools for interacting with the linux GPIO character device" | 1 | SUMMARY = "C library and tools for interacting with the linux GPIO character device" |
| 2 | HOMEPAGE = "https://github.com/brgl/libgpiod" | ||
| 3 | 2 | ||
| 4 | LICENSE = "LGPLv2.1+" | 3 | LICENSE = "LGPLv2.1+" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=2caced0b25dfefd4c601d92bd15116de" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2caced0b25dfefd4c601d92bd15116de" |
| 6 | 5 | ||
| 7 | UPSTREAM_CHECK_URI = "git://github.com/brgl/libgpiod/releases" | 6 | SRC_URI = "https://www.kernel.org/pub/software/libs/libgpiod/${BP}.tar.xz" |
| 8 | 7 | ||
| 9 | SRC_URI = "git://github.com/brgl/libgpiod.git" | 8 | SRC_URI[md5sum] = "5f9d855352b1a5272cf6f1c2e20689d2" |
| 9 | SRC_URI[sha256sum] = "6dfd6aeb544e8b7baf484a05c9ae0e67022c109362a41d87005393046b6beacf" | ||
| 10 | 10 | ||
| 11 | SRCREV = "7ab5e53b69cce313ba87033a442cabd417f5d895" | 11 | PV = "0.3.1" |
| 12 | |||
| 13 | PV = "0.2+git${SRCPV}" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | SRC_URI[md5sum] = "68f039487e940c15bbfc50a10ab4715b" | ||
| 18 | SRC_URI[sha256sum] = "7d7085d4e9cb811742ca8c5fe03458067efaeaa8abc23968d2e3c56bcc2d2ef8" | ||
| 19 | 12 | ||
| 20 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
| 21 | 14 | ||
