From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id 551F8723A4 for ; Mon, 29 Dec 2014 05:47:38 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.9/8.14.5) with ESMTP id sBT5lagw014312 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=FAIL); Sun, 28 Dec 2014 21:47:36 -0800 (PST) Received: from pek-hjia-d1.corp.ad.wrs.com (128.224.162.194) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.174.1; Sun, 28 Dec 2014 21:47:35 -0800 From: Hongxu Jia To: , Date: Mon, 29 Dec 2014 13:47:21 +0800 Message-ID: X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Subject: [PATCH V2 0/4] Packages upgrade: groff and directfb 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: Mon, 29 Dec 2014 05:47:41 -0000 Content-Type: text/plain Changed in V2: - Follow Saul's suggestions, investigate groff's README, double check its DEPENDS; - Follow Richard's suggestions, correctly set the path to perl in the recipe. - Fix qt4-embedded build failure which caused by the upgraded directfb. (thanks Richard and Otavio for pointing it out) //Hongxu The following changes since commit e3a623bfe39fda16420d2042647af75877bb6f70: runqemu-internal: increase memory for qemuarm64 (2014-12-25 08:27:13 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/upgrade-packages http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/upgrade-packages Hongxu Jia (4): groff: upgrade 1.22.3 groff: fix native perl path directfb: upgrade to 1.7.6 qt4-embedded: support c++0x stand for directfb ...off-1.22.2-correct-man.local-install-path.patch | 32 -- .../groff-correct-man.local-install-path.patch | 45 +++ .../groff/{groff_1.22.2.bb => groff_1.22.3.bb} | 23 +- .../directfb/directfb/fixsepbuild.patch | 19 -- .../rename-no-instrument-function-macro.patch | 345 --------------------- .../{directfb_1.7.4.bb => directfb_1.7.6.bb} | 8 +- ...figure-support-c-0x-standard-for-directfd.patch | 40 +++ meta/recipes-qt/qt4/qt4-embedded.inc | 4 +- 8 files changed, 99 insertions(+), 417 deletions(-) delete mode 100644 meta/recipes-extended/groff/groff-1.22.2/groff-1.22.2-correct-man.local-install-path.patch create mode 100644 meta/recipes-extended/groff/groff-1.22.3/groff-correct-man.local-install-path.patch rename meta/recipes-extended/groff/{groff_1.22.2.bb => groff_1.22.3.bb} (72%) delete mode 100644 meta/recipes-graphics/directfb/directfb/fixsepbuild.patch delete mode 100644 meta/recipes-graphics/directfb/directfb/rename-no-instrument-function-macro.patch rename meta/recipes-graphics/directfb/{directfb_1.7.4.bb => directfb_1.7.6.bb} (58%) create mode 100644 meta/recipes-qt/qt4/qt4-4.8.6/0033-configure-support-c-0x-standard-for-directfd.patch -- 1.9.1