[oe] [PATCH][meta-oe] recipes-support: Move libgpiod to meta-oe directory

Belisko Marek marek.belisko at gmail.com
Fri May 26 06:34:41 UTC 2017


On Fri, May 26, 2017 at 8:29 AM, Andrea Galbusera <gizero at gmail.com> wrote:
>
>
> On Fri, May 26, 2017 at 8:21 AM, Marek Belisko
> <marek.belisko at open-nandra.com> wrote:
>>
>> Previously it was placed in meta directory which is
>> wrong. Move to meta-oe.
>>
>> Signed-off-by: Marek Belisko <marek.belisko at open-nandra.com>
>> ---
>>  meta-oe/recipes-support/libgpiod/libgpiod.bb | 30
>> ++++++++++++++++++++++++++++
>>  meta/recipes-support/libgpiod/libgpiod.bb    | 30
>> ----------------------------
>>  2 files changed, 30 insertions(+), 30 deletions(-)
>>  create mode 100644 meta-oe/recipes-support/libgpiod/libgpiod.bb
>>  delete mode 100644 meta/recipes-support/libgpiod/libgpiod.bb
>>
>> diff --git a/meta-oe/recipes-support/libgpiod/libgpiod.bb
>> b/meta-oe/recipes-support/libgpiod/libgpiod.bb
>> new file mode 100644
>> index 0000000..fe56f7b
>> --- /dev/null
>> +++ b/meta-oe/recipes-support/libgpiod/libgpiod.bb
>> @@ -0,0 +1,30 @@
>> +SUMMARY = "C library and tools for interacting with the linux GPIO
>> character device"
>> +HOMEPAGE = "https://github.com/brgl/libgpiod"
>> +
>> +LICENSE = "LGPLv2.1+"
>> +LIC_FILES_CHKSUM = "file://COPYING;md5=2caced0b25dfefd4c601d92bd15116de"
>> +
>> +UPSTREAM_CHECK_URI = "git://github.com/brgl/libgpiod/releases"
>> +
>> +SRC_URI = "git://github.com/brgl/libgpiod.git"
>> +
>> +SRCREV = "7ab5e53b69cce313ba87033a442cabd417f5d895"
>> +
>> +PV = "0.2+git${SRCPV}"
>> +
>> +S = "${WORKDIR}/git"
>> +
>> +SRC_URI[md5sum] = "68f039487e940c15bbfc50a10ab4715b"
>> +SRC_URI[sha256sum] =
>> "7d7085d4e9cb811742ca8c5fe03458067efaeaa8abc23968d2e3c56bcc2d2ef8"
>> +
>> +inherit autotools pkgconfig
>> +
>> +# enable tools
>> +PACKAGECONFIG ?= "tools"
>> +
>> +PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev"
>> +PACKAGECONFIG[tools] = "--enable-tools,--disable-tools,"
>> +
>> +PACKAGES += " ${PN}-tools"
>> +
>> +FILES_${PN}-tools = "${bindir}/*"
>> diff --git a/meta/recipes-support/libgpiod/libgpiod.bb
>> b/meta/recipes-support/libgpiod/libgpiod.bb
>> deleted file mode 100644
>> index fe56f7b..0000000
>> --- a/meta/recipes-support/libgpiod/libgpiod.bb
>> +++ /dev/null
>> @@ -1,30 +0,0 @@
>> -SUMMARY = "C library and tools for interacting with the linux GPIO
>> character device"
>> -HOMEPAGE = "https://github.com/brgl/libgpiod"
>> -
>> -LICENSE = "LGPLv2.1+"
>> -LIC_FILES_CHKSUM = "file://COPYING;md5=2caced0b25dfefd4c601d92bd15116de"
>> -
>> -UPSTREAM_CHECK_URI = "git://github.com/brgl/libgpiod/releases"
>> -
>> -SRC_URI = "git://github.com/brgl/libgpiod.git"
>> -
>> -SRCREV = "7ab5e53b69cce313ba87033a442cabd417f5d895"
>> -
>> -PV = "0.2+git${SRCPV}"
>> -
>> -S = "${WORKDIR}/git"
>> -
>> -SRC_URI[md5sum] = "68f039487e940c15bbfc50a10ab4715b"
>> -SRC_URI[sha256sum] =
>> "7d7085d4e9cb811742ca8c5fe03458067efaeaa8abc23968d2e3c56bcc2d2ef8"
>> -
>> -inherit autotools pkgconfig
>> -
>> -# enable tools
>> -PACKAGECONFIG ?= "tools"
>> -
>> -PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev"
>> -PACKAGECONFIG[tools] = "--enable-tools,--disable-tools,"
>> -
>> -PACKAGES += " ${PN}-tools"
>> -
>> -FILES_${PN}-tools = "${bindir}/*"
>> --
>> 2.7.4
>>
>
> I'm not a maintainer here, but you should probably send v2 with -M to detect
> renames (see
> http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/README)
Oh OK thanks. Done.

BR,

marek

-- 
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com



More information about the Openembedded-devel mailing list