From patchwork Fri Dec 23 17:31:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/2] Upgrade chrpath and libevent Date: Fri, 23 Dec 2011 17:31:15 -0000 From: Scott Garman X-Patchwork-Id: 17585 Message-Id: To: openembedded-core@lists.openembedded.org Hello, This pull request upgrades the chrpath and libevent recipes. It has been build-tested on all 5 of our qemu architectures. Scott The following changes since commit c38693f78c968ab5f4bb557c20d1c8c55393ed6b: opkg: Fix installation order in feeds with mutiple providers of packages (2011-12-22 22:38:09 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib sgarman/recipe-upgrades-final http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/recipe-upgrades-final Scott Garman (2): chrpath: upgrade to 0.14 libevent: upgrade to 2.0.16 meta/recipes-devtools/chrpath/chrpath_0.13.bb | 23 --------------------- meta/recipes-devtools/chrpath/chrpath_0.14.bb | 23 +++++++++++++++++++++ meta/recipes-support/libevent/libevent_1.4.14b.bb | 19 ----------------- meta/recipes-support/libevent/libevent_2.0.16.bb | 22 ++++++++++++++++++++ 4 files changed, 45 insertions(+), 42 deletions(-) delete mode 100644 meta/recipes-devtools/chrpath/chrpath_0.13.bb create mode 100644 meta/recipes-devtools/chrpath/chrpath_0.14.bb delete mode 100644 meta/recipes-support/libevent/libevent_1.4.14b.bb create mode 100644 meta/recipes-support/libevent/libevent_2.0.16.bb