[oe-commits] [openembedded-core] 19/47: avahi: add extra path to GIR_EXTRA_LIBS_PATH

git at git.openembedded.org git at git.openembedded.org
Sun Jun 12 22:48:01 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 2c904fa47e1b020f9b004cd54fe39e47bfdf7879
Author: Dmitriy Falko <d.falko.work at gmail.com>
AuthorDate: Thu Jun 9 11:35:33 2016 +0300

    avahi: add extra path to GIR_EXTRA_LIBS_PATH
    
    Signed-off-by: Dmitriy Falko <d.falko.work at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-connectivity/avahi/avahi.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc
index 81aad79..340b3e6 100644
--- a/meta/recipes-connectivity/avahi/avahi.inc
+++ b/meta/recipes-connectivity/avahi/avahi.inc
@@ -71,7 +71,7 @@ do_configure_prepend() {
 }
 
 do_compile_prepend() {
-    export GIR_EXTRA_LIBS_PATH="${B}/avahi-common/.libs:${B}/avahi-client/.libs:${B}/avahi-glib/.libs"
+    export GIR_EXTRA_LIBS_PATH="${B}/avahi-gobject/.libs:${B}/avahi-common/.libs:${B}/avahi-client/.libs:${B}/avahi-glib/.libs"
 }
 
 PACKAGES =+ "avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib libavahi-ui avahi-autoipd avahi-utils"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list