[oe-commits] Paul Eggleton : avahi: bump INC_PR to avoid do_configure failure in existing workdir

git at git.openembedded.org git at git.openembedded.org
Sun Sep 22 11:11:11 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: bdcddb4fa7ceb3408d687d4c39b0f631d3b31f96
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=bdcddb4fa7ceb3408d687d4c39b0f631d3b31f96

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Fri Sep 20 14:49:22 2013 +0000

avahi: bump INC_PR to avoid do_configure failure in existing workdir

When we split S and B for avahi in OE-Core commit
6112a07f4e9865f7ae0e5a953669c1adf789f9f0, files left over in the workdir
from a previous build seem to break re-execution of do_configure. Bump
PR to give a fresh workdir and avoid this problem.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-connectivity/avahi/avahi.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc
index 6495ee9..cf063db 100644
--- a/meta/recipes-connectivity/avahi/avahi.inc
+++ b/meta/recipes-connectivity/avahi/avahi.inc
@@ -14,7 +14,7 @@ SECTION = "network"
 # python scripts are under GPLv2+
 LICENSE = "GPLv2+ & LGPLv2.1+"
 
-INC_PR = "r6"
+INC_PR = "r7"
 
 DEPENDS = "expat libcap libdaemon dbus glib-2.0"
 



More information about the Openembedded-commits mailing list