diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-09-16 20:47:26 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-19 17:56:26 +0100 |
commit | 2c5079be86b6f32fd8a8193ce13ec44c549768f3 (patch) | |
tree | b68b93d29c94ede2d91feabc2f4fe1f6d486c323 /meta/recipes-connectivity/gypsy/gypsy_0.9.bb | |
parent | 913944d904266bf90af0cad94b4f0fb3652bd29d (diff) | |
download | poky-2c5079be86b6f32fd8a8193ce13ec44c549768f3.tar.gz |
recipes: bump PR to rebuild after libffi5 -> libffi6
(From OE-Core rev: 211200fb98a72ba815e7c411fbebfd781879064c)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.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/gypsy/gypsy_0.9.bb')
-rw-r--r-- | meta/recipes-connectivity/gypsy/gypsy_0.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/gypsy/gypsy_0.9.bb b/meta/recipes-connectivity/gypsy/gypsy_0.9.bb index 9b99267ef4..51207c9a06 100644 --- a/meta/recipes-connectivity/gypsy/gypsy_0.9.bb +++ b/meta/recipes-connectivity/gypsy/gypsy_0.9.bb | |||
@@ -14,7 +14,7 @@ SECTION = "x11" | |||
14 | DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt" | 14 | DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt" |
15 | 15 | ||
16 | SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz" | 16 | SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz" |
17 | PR = "r0" | 17 | PR = "r1" |
18 | 18 | ||
19 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
20 | 20 | ||