From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SmO0z-0008Oh-BA for openembedded-core@lists.openembedded.org; Wed, 04 Jul 2012 13:45:01 +0200 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 04 Jul 2012 04:33:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="166822240" Received: from sentry (HELO localhost.localdomain) ([10.237.105.53]) by orsmga002.jf.intel.com with ESMTP; 04 Jul 2012 04:33:57 -0700 From: Cristian Iorga To: openembedded-core@lists.openembedded.org Date: Wed, 4 Jul 2012 14:34:02 +0300 Message-Id: <1341401643-4395-5-git-send-email-cristian.iorga@intel.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1341401643-4395-1-git-send-email-cristian.iorga@intel.com> References: <1341401643-4395-1-git-send-email-cristian.iorga@intel.com> Subject: [PATCH 4/5] gst-plugin-bluetooth: update to ver. 4.101 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2012 11:45:01 -0000 Signed-off-by: Cristian Iorga --- ...tooth_4.99.bb => gst-plugin-bluetooth_4.101.bb} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename meta/recipes-connectivity/bluez/{gst-plugin-bluetooth_4.99.bb => gst-plugin-bluetooth_4.101.bb} (81%) diff --git a/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.99.bb b/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb similarity index 81% rename from meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.99.bb rename to meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb index f8dab52..49135ab 100644 --- a/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.99.bb +++ b/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb @@ -1,10 +1,10 @@ require bluez4.inc require recipes-multimedia/gstreamer/gst-plugins-package.inc -PR = "r2" +PR = "r0" -SRC_URI[md5sum] = "570aa10692ed890aa0a4297b37824912" -SRC_URI[sha256sum] = "d884b9aa5d3d9653c076b7646ca14a3e43eb84bccfe8193c49690f802bbd827c" +SRC_URI[md5sum] = "fb42cb7038c380eb0e2fa208987c96ad" +SRC_URI[sha256sum] = "59738410ade9f0e61a13c0f77d9aaffaafe49ba9418107e4ad75fe52846f7487" DEPENDS = "bluez4 gst-plugins-base" @@ -36,4 +36,3 @@ FILES_${PN}-dbg += "\ ${libdir}/*/.debug \ " - -- 1.7.9.5