All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH 12/16] picocom: Upgrade to 2.2
Date: Thu, 30 Mar 2017 11:45:19 +0200	[thread overview]
Message-ID: <20170330094519.GC3060@jama> (raw)
In-Reply-To: <20170320053152.29352-12-raj.khem@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 4241 bytes --]

On Sun, Mar 19, 2017 at 10:31:48PM -0700, Khem Raj wrote:
> Package has moved to github
> License file got some cosmetic changes see
> https://github.com/npat-efault/picocom/commit/13fd331d410c2e8c39fa041bd54c3b0a93df64e1
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  meta-oe/recipes-extended/lcdproc/lcdproc_0.5.7.bb | 22 ++++++++++++++++++++++

lcdproc doesn't belong here

>  meta-oe/recipes-support/picocom/picocom_1.7.bb    | 19 -------------------
>  meta-oe/recipes-support/picocom/picocom_git.bb    | 23 +++++++++++++++++++++++
>  3 files changed, 45 insertions(+), 19 deletions(-)
>  create mode 100644 meta-oe/recipes-extended/lcdproc/lcdproc_0.5.7.bb
>  delete mode 100644 meta-oe/recipes-support/picocom/picocom_1.7.bb
>  create mode 100644 meta-oe/recipes-support/picocom/picocom_git.bb
> 
> diff --git a/meta-oe/recipes-extended/lcdproc/lcdproc_0.5.7.bb b/meta-oe/recipes-extended/lcdproc/lcdproc_0.5.7.bb
> new file mode 100644
> index 000000000..96fbd350b
> --- /dev/null
> +++ b/meta-oe/recipes-extended/lcdproc/lcdproc_0.5.7.bb
> @@ -0,0 +1,22 @@
> +require lcdproc5.inc
> +SRC_URI[md5sum] = "2f8e064233ef1d03e98c0b426595750d"
> +SRC_URI[sha256sum] = "843007d377adc856529ed0c7c42c9a7563043f06b1b73add0372bba3a3029804"
> +
> +PACKAGECONFIG[g15] = ",,libg15 g15daemon libg15render,"
> +PACKAGECONFIG[hid] = "--enable-libhid,--disable-libhid,libhid"
> +PACKAGECONFIG[png] = "--enable-libpng,--disable-libpng,libpng"
> +
> +LCD_DRIVERS_append = "${@bb.utils.contains('PACKAGECONFIG', 'g15', '', ',!g15', d)}"
> +
> +do_install_append () {
> +    # binaries
> +    install -D -m 0755 clients/lcdvc/lcdvc ${D}${sbindir}/lcdvc
> +
> +    # configuration files
> +    install -D -m 0644 ${S}/clients/lcdvc/lcdvc.conf ${D}${sysconfdir}/lcdvc.conf
> +}
> +
> +PACKAGES =+ "lcdvc"
> +CONFFILES_lcdvc = "${sysconfdir}/lcdvc.conf"
> +FILES_lcdvc = "${sysconfdir}/lcdvc.conf ${sbindir}/lcdvc"
> +
> diff --git a/meta-oe/recipes-support/picocom/picocom_1.7.bb b/meta-oe/recipes-support/picocom/picocom_1.7.bb
> deleted file mode 100644
> index d2a76c0a9..000000000
> --- a/meta-oe/recipes-support/picocom/picocom_1.7.bb
> +++ /dev/null
> @@ -1,19 +0,0 @@
> -SUMMARY = "Lightweight and minimal (~20K) dumb-terminal emulation program"
> -SECTION = "console/utils"
> -LICENSE = "GPLv2+"
> -HOMEPAGE = "http://code.google.com/p/picocom/"
> -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=393a5ca445f6965873eca0259a17f833"
> -
> -SRC_URI = "http://picocom.googlecode.com/files/picocom-${PV}.tar.gz"
> -
> -SRC_URI[md5sum] = "8eaba1d31407e8408674d6e57af447ef"
> -SRC_URI[sha256sum] = "d0f31c8f7a215a76922d30c81a52b9a2348c89e02a84935517002b3bc2c1129e"
> -
> -EXTRA_OEMAKE = "'CC=${CC}' 'LD=${LD}' 'VERSION=${PV}' \
> -		'CFLAGS=${CFLAGS}' 'LDFLAGS=${LDFLAGS}' "
> -
> -do_install () {
> -    install -d ${D}${bindir}
> -    install -m 0755 ${BPN} pcasc pcxm pcym pczm ${D}${bindir}/
> -}
> -
> diff --git a/meta-oe/recipes-support/picocom/picocom_git.bb b/meta-oe/recipes-support/picocom/picocom_git.bb
> new file mode 100644
> index 000000000..e091094cf
> --- /dev/null
> +++ b/meta-oe/recipes-support/picocom/picocom_git.bb
> @@ -0,0 +1,23 @@
> +SUMMARY = "Lightweight and minimal (~20K) dumb-terminal emulation program"
> +SECTION = "console/utils"
> +LICENSE = "GPLv2+"
> +HOMEPAGE = "http://code.google.com/p/picocom/"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3000e4830620e310fe65c0eb69df9e8a"
> +
> +BASEPV = "2.2"
> +PV = "${BASEPV}+git${SRCPV}"
> +
> +SRCREV = "deffd18c24145bd6f965f44e735a50b65810ccdc"
> +
> +SRC_URI = "git://github.com/npat-efault/picocom"
> +
> +S = "${WORKDIR}/git"
> +
> +EXTRA_OEMAKE = "'CC=${CC}' 'LD=${CC}' 'VERSION=${BASEPV}' \
> +		'CFLAGS=${CFLAGS}' 'LDFLAGS=${LDFLAGS}' "
> +
> +do_install () {
> +    install -d ${D}${bindir}
> +    install -m 0755 ${BPN} pcasc pcxm pcym pczm ${D}${bindir}/
> +}
> +
> -- 
> 2.12.0
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 201 bytes --]

  reply	other threads:[~2017-03-30  9:45 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-20  5:31 [meta-oe][PATCH V2 01/16] gpm: Update to use git src uri Khem Raj
2017-03-20  5:31 ` [meta-oe][PATCH V2 02/16] rapidjson: Update to 1.1.0 + git Khem Raj
2017-03-20 21:30   ` Andre McCurdy
2017-03-20 21:39     ` Khem Raj
2017-03-20  5:31 ` [meta-oe][PATCH V2 03/16] libtorrent, rtorrent: Update to latest Khem Raj
2017-03-20  5:31 ` [meta-xfce][PATCH V2 04/16] core-image-minimal-xfce: Drop ROOTFS_PKGMANAGE_BOOTSTRAP Khem Raj
2017-03-20  5:31 ` [meta-oe][PATCH 05/16] sgio: Fix missing GNU_HASH errors Khem Raj
2017-03-20  5:31 ` [meta-multimedia][PATCH 06/16] libmatroska: " Khem Raj
2017-03-20  5:31 ` [meta-oe][PATCH 07/16] smstools3: Fix " Khem Raj
2017-03-20  5:31 ` [meta-oe][PATCH 08/16] procmail: Fix GNU_HASH errors, pass LDFLAGS Khem Raj
2017-03-20  5:31 ` [meta-oe][PATCH 09/16] gradm: Fix GNU_HASH QA errors Khem Raj
2017-03-20  5:31 ` [meta-oe][PATCH 10/16] zile: Fix build with musl Khem Raj
2017-03-20  5:31 ` [meta-networking][PATCH 11/16] libmemcached: Upgrade to 1.0.18 Khem Raj
2017-03-20  5:31 ` [meta-oe][PATCH 12/16] picocom: Upgrade to 2.2 Khem Raj
2017-03-30  9:45   ` Martin Jansa [this message]
2017-03-30 16:37     ` Khem Raj
2017-03-20  5:31 ` [meta-oe][PATCH 13/16] samsung-soc-utils: Remove -static Khem Raj
2017-03-20  5:31 ` [meta-oe][PATCH 14/16] digitemp: Update past 3.7.1 release Khem Raj
2017-03-20  5:31 ` [meta-oe][PATCH 15/16] memstat: Fix build with musl Khem Raj
2017-03-20  5:31 ` [meta-oe][PATCH 16/16] libexecinfo: Add recipe Khem Raj
2017-03-30  9:46   ` Martin Jansa
2017-03-30 16:38     ` Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170330094519.GC3060@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.