[oe] [PATCH 13/18] libcddb-1.3.2: initial recipe

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Sun Oct 3 20:37:27 UTC 2010


2010/9/29 Andreas Oberritter <obi at opendreambox.org>:
> Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
> ---
>  recipes/libcddb/libcddb_1.3.2.bb |   14 ++++++++++++++
>  1 files changed, 14 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/libcddb/libcddb_1.3.2.bb
>
> diff --git a/recipes/libcddb/libcddb_1.3.2.bb b/recipes/libcddb/libcddb_1.3.2.bb
> new file mode 100644
> index 0000000..8539569
> --- /dev/null
> +++ b/recipes/libcddb/libcddb_1.3.2.bb
> @@ -0,0 +1,14 @@
> +DESCRIPTION = "A library for accessing a CDDB server"
> +HOMEPAGE = "http://libcddb.sourceforge.net"
> +SECTION = "libs"
> +PRIORITY = "optional"
> +LICENSE = "LGPLv2"
> +MAINTAINER = "Andreas Frisch <andreas.frisch at multimedia-labs.de>"
> +
> +SRC_URI = "http://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
> +
> +SRC_URI[md5sum] = "8bb4a6f542197e8e9648ae597cd6bc8a"
> +SRC_URI[sha256sum] = "35ce0ee1741ea38def304ddfe84a958901413aa829698357f0bee5bb8f0a223b"
> +
> +inherit autotools pkgconfig
> +
> --

build and tested this (and the libcdio patch), then pushed it.
saw a patch from koen, but actually that one is not really good either.
both libcdio and libcddb do not depend on each other, the issue is
that they come with example progs that depend on both.
I suggest splitting the recipe in a real lib recipe (which does not
depend on the other) and a recipe for the examples (which then could
depend on both libcdio and libcddb).

Frans




More information about the Openembedded-devel mailing list