From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mail.openembedded.org (Postfix) with ESMTP id CCF0E6B325 for ; Thu, 25 Jul 2013 17:16:31 +0000 (UTC) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 25 Jul 2013 10:16:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.89,744,1367996400"; d="scan'208";a="376428649" Received: from work.rb.intel.com ([10.237.105.51]) by orsmga002.jf.intel.com with ESMTP; 25 Jul 2013 10:15:20 -0700 From: Ionut Radu To: openembedded-core@lists.openembedded.org Date: Thu, 25 Jul 2013 20:17:44 +0300 Message-Id: <1374772664-9304-4-git-send-email-ionutx.radu@intel.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1374772664-9304-1-git-send-email-ionutx.radu@intel.com> References: <1374772664-9304-1-git-send-email-ionutx.radu@intel.com> Subject: [PATCH 3/3] fix-gcc-4.6-null-not-defined.patch: Added Upstream Status 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: Thu, 25 Jul 2013 17:16:31 -0000 Signed-off-by: Ionut Radu --- .../apt/apt-0.9.8.2/fix-gcc-4.6-null-not-defined.patch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/apt/apt-0.9.8.2/fix-gcc-4.6-null-not-defined.patch b/meta/recipes-devtools/apt/apt-0.9.8.2/fix-gcc-4.6-null-not-defined.patch index 70ecd95..801ae6d 100644 --- a/meta/recipes-devtools/apt/apt-0.9.8.2/fix-gcc-4.6-null-not-defined.patch +++ b/meta/recipes-devtools/apt/apt-0.9.8.2/fix-gcc-4.6-null-not-defined.patch @@ -1,3 +1,5 @@ +Upstream-Status: Pending + --- a/apt-pkg/contrib/weakptr.h +++ b/apt-pkg/contrib/weakptr.h @@ -21,6 +21,7 @@ -- 1.7.10.4