diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-09-20 14:49:22 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-22 12:22:11 +0100 |
commit | bdcddb4fa7ceb3408d687d4c39b0f631d3b31f96 (patch) | |
tree | c1e354fa308a6e6a933817d00423475e1a9eeb95 /meta/recipes-connectivity/avahi | |
parent | a3b665a80abed4c0659925e1cceb1568af023711 (diff) | |
download | openembedded-core-bdcddb4fa7ceb3408d687d4c39b0f631d3b31f96.tar.gz openembedded-core-bdcddb4fa7ceb3408d687d4c39b0f631d3b31f96.tar.bz2 openembedded-core-bdcddb4fa7ceb3408d687d4c39b0f631d3b31f96.zip |
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@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/avahi')
-rw-r--r-- | 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 6495ee9ed8..cf063db8b0 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" |