diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-04-15 18:04:47 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-15 16:08:20 +0100 |
commit | 2d56006cd88233c7f1f15a44f72a04bd0e441b25 (patch) | |
tree | c381518268563ac2e84f965cb240227dbf369d77 | |
parent | a608d74e69ca1efe5f2b176c000fb8212797d056 (diff) | |
download | openembedded-core-2d56006cd88233c7f1f15a44f72a04bd0e441b25.tar.gz openembedded-core-2d56006cd88233c7f1f15a44f72a04bd0e441b25.tar.bz2 openembedded-core-2d56006cd88233c7f1f15a44f72a04bd0e441b25.zip |
connman: Fix wrong INC_PR reset
Other recipe versions in other layers
may be using connman.inc, so by resetting
INC_PR they go backwards in version.
Set the INC_PR correctly.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 5d35bc2185..589ece8583 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc @@ -20,7 +20,7 @@ DEPENDS = "dbus glib-2.0 ppp iptables gnutls \ ${@base_contains('DISTRO_FEATURES', '3g','ofono', '', d)} \ " -INC_PR = "r1" +INC_PR = "r19" TIST = "--enable-tist" TIST_powerpc = "" |