diff options
author | Fabio Estevam <festevam@gmail.com> | 2024-01-02 10:51:06 -0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-01-02 08:24:09 -0800 |
commit | 3f166bfbb79115f4973cee43210a80ea7732d95a (patch) | |
tree | 9ab267bbb2f7aeb4d0f03ab1bcfcc4f75ef3aea1 | |
parent | 0f4a2e7606e5440a59e1f326bab4ced8da3f03d3 (diff) | |
download | meta-openembedded-3f166bfbb79115f4973cee43210a80ea7732d95a.tar.gz |
i2cdev_git: Remove AUTHOR field
The AUTHOR field is no longer used in generating packages.
It may also create a possible confusion with the recipe maintainer
name, so let's remove it.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb b/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb index b1f8a7f805..b41ecffae4 100644 --- a/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb +++ b/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb | |||
@@ -3,7 +3,6 @@ DESCRIPTION = "\ | |||
3 | This package contains an I2C dev library and the i2c bus scanning \ | 3 | This package contains an I2C dev library and the i2c bus scanning \ |
4 | utility lsi2c. \ | 4 | utility lsi2c. \ |
5 | " | 5 | " |
6 | AUTHOR = "Danielle Costantino" | ||
7 | HOMEPAGE = "https://github.com/costad2/i2cdev" | 6 | HOMEPAGE = "https://github.com/costad2/i2cdev" |
8 | LICENSE = "GPL-2.0-or-later" | 7 | LICENSE = "GPL-2.0-or-later" |
9 | LIC_FILES_CHKSUM = "\ | 8 | LIC_FILES_CHKSUM = "\ |