aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-10-17 19:49:52 +0200
committerKhem Raj <raj.khem@gmail.com>2020-10-18 12:45:26 -0700
commitf688f94614edde062f8a6a361a01b8a19b21e972 (patch)
tree12c265217648763a126b156e1f4bf09ab3a87fb2
parent58fb6032099dddde546401fd1e88c62f77739c8d (diff)
downloadmeta-openembedded-f688f94614edde062f8a6a361a01b8a19b21e972.tar.gz
c-periphery: fix typo in SUMMARY
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/c-periphery/c-periphery_2.2.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/c-periphery/c-periphery_2.2.4.bb b/meta-oe/recipes-support/c-periphery/c-periphery_2.2.4.bb
index daa681a2b6..621e174ff0 100644
--- a/meta-oe/recipes-support/c-periphery/c-periphery_2.2.4.bb
+++ b/meta-oe/recipes-support/c-periphery/c-periphery_2.2.4.bb
@@ -1,4 +1,4 @@
-SUMMURY = "C-Periphery lib used to access GPIO, LED, PWM, SPI, I2C, MMIO, Serial"
+SUMMARY = "C-Periphery lib used to access GPIO, LED, PWM, SPI, I2C, MMIO, Serial"
DESCRIPTION = "A C library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux"
HOMEPAGE = "https://github.com/vsergeev/c-periphery"