All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dbus-daemon-proxy: inherit pkgconfig and unblacklist
@ 2017-05-14 23:04 wei.tee.ng
  0 siblings, 0 replies; only message in thread
From: wei.tee.ng @ 2017-05-14 23:04 UTC (permalink / raw)
  To: openembedded-devel

From: "Ng, Wei Tee" <wei.tee.ng@intel.com>

The pkgconfig is not found in recipes specific sysroot. Therefore
inherit pkgconfig is added to fix it.

Signed-off-by: Ng, Wei Tee <wei.tee.ng@intel.com>
---
 meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb | 5 ++---
 1 file changed, 2 insertions(+), 3 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..b216410 100644
--- a/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb
+++ b/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb
@@ -11,6 +11,8 @@ 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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-15  6:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-14 23:04 [PATCH] dbus-daemon-proxy: inherit pkgconfig and unblacklist wei.tee.ng

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.