diff options
-rw-r--r-- | recipes/connman/connman_0.51.bb (renamed from recipes/connman/connman_0.46.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/connman/connman_0.46.bb b/recipes/connman/connman_0.51.bb index 9fcd7a780f..cde0210a1c 100644 --- a/recipes/connman/connman_0.46.bb +++ b/recipes/connman/connman_0.51.bb @@ -1,5 +1,5 @@ require connman.inc -PR = "r5" +PR = "r1" EXTRA_OECONF += "\ --disable-gtk-doc \ @@ -33,6 +33,5 @@ EXTRA_OECONF += "\ SRC_URI = "\ http://www.kernel.org/pub/linux/network/connman/connman-${PV}.tar.gz \ file://link-against-libnl2.patch;patch=1 \ - file://no_system_user_perms.patch;patch=1 \ file://connman \ " |