From: Denys Dmytriyenko <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-extras/recipes-connectivity/{obex => obexd}/obexd_0.34.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-arago-extras/recipes-connectivity/{obex => obexd}/obexd_0.34.bb (93%)
diff --git a/meta-arago-extras/recipes-connectivity/obex/obexd_0.34.bb b/meta-arago-extras/recipes-connectivity/obexd/obexd_0.34.bb similarity index 93% rename from meta-arago-extras/recipes-connectivity/obex/obexd_0.34.bb rename to meta-arago-extras/recipes-connectivity/obexd/obexd_0.34.bb index 8de34e9..388a6dd 100644 --- a/meta-arago-extras/recipes-connectivity/obex/obexd_0.34.bb +++ b/meta-arago-extras/recipes-connectivity/obexd/obexd_0.34.bb @@ -4,7 +4,7 @@ DEPENDS = "openobex glib-2.0 dbus bluez4 libical" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "files://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" -PR = "r0" +PR = "r1" SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/obexd-${PV}.tar.gz \ " @@ -12,7 +12,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/obexd-${PV}.tar.gz \ SRC_URI[md5sum] = "36080a767e63e54878cd6bcfb20c4f3b" SRC_URI[sha256sum] = "f99fb58562a3d7edef6fd9e63ca04510e241bbdab37fdb122c2c7a112a09100a" -inherit autotools +inherit autotools-brokensep pkgconfig PACKAGES =+ "obex-client obex-plugins" -- 2.2.0 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
