[oe] [meta-oe][PATCH] dbus-daemon-proxy: inherit pkgconfig, unblacklist and set package version

Khem Raj raj.khem at gmail.com
Mon May 22 03:51:27 UTC 2017


On Sun, May 21, 2017 at 7:26 PM <wei.tee.ng at intel.com> wrote:

> From: "Ng, Wei Tee" <wei.tee.ng at intel.com>
>
> The pkgconfig is not found in recipes specific sysroot. Therefore
> inherit pkgconfig is added to fix it. Package version is updated
> to avoid package dbus-daemon-proxy-dbg went backwards which would
> break package feeds.
>
> Signed-off-by: Ng, Wei Tee <wei.tee.ng at intel.com>
> ---
>  meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb
> b/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb
> index a953ebc..4571b44 100644
> --- a/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb
> +++ b/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb
> @@ -4,13 +4,15 @@ LIC_FILES_CHKSUM =
> "file://dbus-daemon-proxy.c;endline=19;md5=41df6d21fe1c97d6a1
>  DEPENDS = "dbus dbus-glib"
>  SRCREV = "1226a0a1374628ff191f6d8a56000be5e53e7608"
>  PV = "0.0.0+gitr${SRCPV}"
> -PR = "r1"
> +PR = "r1.59"
>

Why not r2

>
>  ASNEEDED_pn-dbus-daemon-proxy = ""
>
>  SRC_URI = "git://git.collabora.co.uk/git/user/alban/dbus-daemon-proxy"
>  S = "${WORKDIR}/git"
>
> +inherit pkgconfig
> +
>  do_compile() {
>      ${CC} ${LDFLAGS} `pkg-config --cflags --libs dbus-glib-1` -o
> dbus-daemon-proxy dbus-daemon-proxy.c
>  }
> @@ -19,6 +21,3 @@ do_install() {
>      install -d ${D}${bindir}
>      install -m 0755 dbus-daemon-proxy ${D}${bindir}
>  }
> -
> -
> -PNBLACKLIST[dbus-daemon-proxy] ?= "Fails to build with RSS
> http://errors.yoctoproject.org/Errors/Details/130613/ - the recipe will
> be removed on 2017-09-01 unless the issue is fixed"
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list