[oe] [PATCH 1/9] onboard: initial add 1.3.0

Martin Jansa martin.jansa at gmail.com
Sat Jan 21 11:04:29 UTC 2017


On Thu, Jan 19, 2017 at 08:53:24AM +0100, Andreas Müller wrote:
> Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
> ---
>  meta-oe/recipes-support/onboard/onboard_1.3.0.bb | 25 ++++++++++++++++++++++++
>  1 file changed, 25 insertions(+)
>  create mode 100644 meta-oe/recipes-support/onboard/onboard_1.3.0.bb
> 
> diff --git a/meta-oe/recipes-support/onboard/onboard_1.3.0.bb b/meta-oe/recipes-support/onboard/onboard_1.3.0.bb
> new file mode 100644
> index 0000000..82393c3
> --- /dev/null
> +++ b/meta-oe/recipes-support/onboard/onboard_1.3.0.bb
> @@ -0,0 +1,25 @@
> +SUMMARY = "An onscreen keyboard"
> +LICENSE = "GPLv3"
> +LIC_FILES_CHKSUM = "file://COPYING.GPL3;md5=8521fa4dd51909b407c5150498d34f4e"
> +
> +DEPENDS += "gtk+3 hunspell libcanberra libxkbfile dconf"

It depends on dconf which is in meta-gnome and meta-oe cannot depend on
meta-gnome.

Can you move this to meta-gnome as well?

> +SRC_URI = "https://launchpad.net/onboard/1.3/${PV}/+download/${BPN}-${PV}.tar.gz"
> +SRC_URI[md5sum] = "8000df3e789512a90fcb227580fd60ff"
> +SRC_URI[sha256sum] = "fd74b54b8bd7a075cf5f6e1a8ca3e6de5cd2663507adb690d7b1a85e71afa2e4"
> +
> +inherit setuptools3 pkgconfig gtk-icon-cache gsettings
> +
> +FILES_${PN} += " \
> +    ${datadir}/dbus-1 \
> +    ${datadir}/icons \
> +    ${datadir}/gnome-shell \
> +    ${datadir}/help \
> +"
> +
> +RDEPENDS_${PN} += " \
> +    ncurses \
> +    python3-dbus \
> +    python3-pycairo \
> +    python3-pygobject \
> +"
> -- 
> 2.7.4
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20170121/1f3abc05/attachment-0002.sig>


More information about the Openembedded-devel mailing list