summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2023-06-02 10:37:45 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-04 22:29:45 -0700
commit110f60fff7af288490ac3734685a1422d2724a5c (patch)
tree3b9e291ae2b22b320a634bbfbb3820546d8924e9 /meta-oe/recipes-support
parentc28f0b8fc8b7afe4576006fdedc2f51c185a5dab (diff)
downloadmeta-openembedded-110f60fff7af288490ac3734685a1422d2724a5c.tar.gz
libgpiod: add myself as maintainer
While RECIPE_MAINTAINER doesn't seem to be used anywhere, let's add it in hopes that it will at least make people Cc me on any recipe patches in the future. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/libgpiod/libgpiod.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod.inc b/meta-oe/recipes-support/libgpiod/libgpiod.inc
index 0329caafdf..a2d1f57a8b 100644
--- a/meta-oe/recipes-support/libgpiod/libgpiod.inc
+++ b/meta-oe/recipes-support/libgpiod/libgpiod.inc
@@ -1,5 +1,6 @@
1SUMMARY = "C library and tools for interacting with the linux GPIO character device" 1SUMMARY = "C library and tools for interacting with the linux GPIO character device"
2AUTHOR = "Bartosz Golaszewski <brgl@bgdev.pl>" 2AUTHOR = "Bartosz Golaszewski <brgl@bgdev.pl>"
3RECIPE_MAINTAINER = "Bartosz Golaszewski <brgl@bgdev.pl>"
3 4
4inherit autotools pkgconfig ptest 5inherit autotools pkgconfig ptest
5 6