diff options
| author | Bartosz Golaszewski <brgl@bgdev.pl> | 2023-06-02 10:37:45 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-04 22:29:45 -0700 |
| commit | 110f60fff7af288490ac3734685a1422d2724a5c (patch) | |
| tree | 3b9e291ae2b22b320a634bbfbb3820546d8924e9 /meta-oe/recipes-support | |
| parent | c28f0b8fc8b7afe4576006fdedc2f51c185a5dab (diff) | |
| download | meta-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.inc | 1 |
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 @@ | |||
| 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 | AUTHOR = "Bartosz Golaszewski <brgl@bgdev.pl>" | 2 | AUTHOR = "Bartosz Golaszewski <brgl@bgdev.pl>" |
| 3 | RECIPE_MAINTAINER = "Bartosz Golaszewski <brgl@bgdev.pl>" | ||
| 3 | 4 | ||
| 4 | inherit autotools pkgconfig ptest | 5 | inherit autotools pkgconfig ptest |
| 5 | 6 | ||
