From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mail.openembedded.org (Postfix) with ESMTP id D1E396DC01 for ; Wed, 22 Jan 2014 09:02:10 +0000 (UTC) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 22 Jan 2014 00:58:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.95,698,1384329600"; d="scan'208";a="442767899" Received: from sentry.rb.intel.com ([10.237.105.54]) by orsmga001.jf.intel.com with ESMTP; 22 Jan 2014 01:01:45 -0800 From: Cristian Iorga To: openembedded-core@lists.openembedded.org Date: Wed, 22 Jan 2014 11:04:21 +0200 Message-Id: X-Mailer: git-send-email 1.8.3.2 Subject: [PATCH 0/4] Comms PUs X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list 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, 22 Jan 2014 09:02:11 -0000 The following changes since commit 6e7047434fc1570146ebc94254412b99b1c4cab4: poky.ent: Fixed broken OE_LISTS_URL. (2014-01-21 21:58:03 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/PUs http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/PUs Cristian Iorga (4): neard: upgrade to 0.14 libpcap: upgrade to 1.5.3 minicom: upgrade to 2.7 connman: upgrade to 1.21 meta/recipes-connectivity/connman/connman.inc | 7 ++----- .../connman/{connman_1.20.bb => connman_1.21.bb} | 5 ++--- .../libpcap/{libpcap_1.5.2.bb => libpcap_1.5.3.bb} | 7 ++----- meta/recipes-connectivity/neard/neard_0.10.bb | 10 ---------- meta/recipes-connectivity/neard/neard_0.14.bb | 9 +++++++++ .../0001-fix-minicom-h-v-return-value-is-not-0.patch | 0 .../{minicom-2.6.2 => minicom}/allow.to.disable.lockdev.patch | 0 .../minicom/{minicom_2.6.2.bb => minicom_2.7.bb} | 6 +++--- 8 files changed, 18 insertions(+), 26 deletions(-) rename meta/recipes-connectivity/connman/{connman_1.20.bb => connman_1.21.bb} (68%) rename meta/recipes-connectivity/libpcap/{libpcap_1.5.2.bb => libpcap_1.5.3.bb} (77%) delete mode 100644 meta/recipes-connectivity/neard/neard_0.10.bb create mode 100644 meta/recipes-connectivity/neard/neard_0.14.bb rename meta/recipes-extended/minicom/{minicom-2.6.2 => minicom}/0001-fix-minicom-h-v-return-value-is-not-0.patch (100%) rename meta/recipes-extended/minicom/{minicom-2.6.2 => minicom}/allow.to.disable.lockdev.patch (100%) rename meta/recipes-extended/minicom/{minicom_2.6.2.bb => minicom_2.7.bb} (77%) -- 1.8.3.2