[oe] [PATCH v2] libmpdclient: new recipe

Khem Raj raj.khem at gmail.com
Fri Sep 21 15:33:45 UTC 2018


There are packaging errors on aarch64 see
http://errors.yoctoproject.org/Errors/Details/193773/

On Fri, Sep 21, 2018 at 2:28 AM Max Kellermann
<max+openembedded at blarg.de> wrote:
>
> From: Max Kellermann <max.kellermann at gmail.com>
>
> Signed-off-by: Max Kellermann <max.kellermann at gmail.com>
> ---
>  .../recipes-multimedia/musicpd/libmpdclient_2.15.bb  | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
>  create mode 100644 meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.15.bb
>
> diff --git a/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.15.bb b/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.15.bb
> new file mode 100644
> index 000000000..dbee66e8d
> --- /dev/null
> +++ b/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.15.bb
> @@ -0,0 +1,12 @@
> +SUMMARY = "C client library for the Music Player Daemon"
> +LICENSE = "BSD"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=06b9dfd2f197dc514d8ef06549684b77"
> +HOMEPAGE = "https://www.musicpd.org/libs/libmpdclient/"
> +
> +inherit meson
> +
> +SRC_URI = " \
> +    git://github.com/MusicPlayerDaemon/libmpdclient \
> +"
> +SRCREV = "7754ffdfb9371cd398371cb2670a54e9e1e623e2"
> +S = "${WORKDIR}/git"
> --
> 2.18.0



More information about the Openembedded-devel mailing list