diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-04-08 14:17:23 +0200 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-04-08 14:17:23 +0200 |
commit | 23fd24919418a8ae23ed1fc1a3f665f46a72aca5 (patch) | |
tree | d37817a41e7f24596374f1f2587556b774c8ce72 /recipes | |
parent | 55693a05e9e52261aadd851730533a3e0f5ccf87 (diff) |
connman: bump v0.46 to v0.51
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'recipes')
-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 \ " |