]> code.ossystems Code Review - openembedded-core.git/commitdiff
avahi: bump INC_PR to avoid do_configure failure in existing workdir
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 20 Sep 2013 14:49:22 +0000 (14:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Sep 2013 11:22:11 +0000 (12:22 +0100)
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@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/avahi/avahi.inc

index 6495ee9ed8fe5605223a583955f6d83f640c6e0f..cf063db8b04addefe2999c163bc285f37890da66 100644 (file)
@@ -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"