From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Q7wve-0008M4-W8 for openembedded-core@lists.openembedded.org; Thu, 07 Apr 2011 23:39:51 +0200 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 07 Apr 2011 14:37:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.63,319,1299484800"; d="scan'208";a="676541253" Received: from unknown (HELO localhost) ([10.255.12.228]) by fmsmga002.fm.intel.com with ESMTP; 07 Apr 2011 14:37:34 -0700 Message-Id: Old-Date: Thu, 7 Apr 2011 14:25:49 -0700 Date: Thu, 07 Apr 2011 14:37:33 -0700 To: openembedded-core@lists.openembedded.org From: Saul Wold Cc: Paul Eggleton , Darren Hart Subject: [PATCH 00/11] Recipe Update and Distro Tracking 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: Thu, 07 Apr 2011 21:39:51 -0000 From: Saul Wold Richard, This is a bacth of recipe updates done by me since these do not have maintainers currently. I started adding Upstream-Status:. This also contains distro_tracking_fields.inc updates. Thanks Sau! Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: oe-work Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=oe-work Thanks, Saul Wold --- Darren Hart (1): Update trace-cmd and kernelshark distro_tracking Paul Eggleton (1): Update distro-tracking-fields.inc for recent qt4 changes Saul Wold (9): createrepo: Update to 0.9.9 directfb: Update to 1.4.6 qmmp: update to version .4.3 mc: update to version 4.7.5.1 gthumb: update to 2.12.1 chkconfig: Update to 1.3.49 liburi-perl: update to 1.58 distro tracking update lsb: fix lic_files_chksum .../conf/distro/include/distro_tracking_fields.inc | 73 ++++++++++++---- .../{liburi-perl_1.56.bb => liburi-perl_1.58.bb} | 0 .../{chkconfig_1.3.49.bb => chkconfig_1.3.51.bb} | 5 +- meta/recipes-extended/lsb/lsbsetup_0.9.bb | 2 +- .../mc/{mc_4.7.5.bb => mc_4.7.5.1.bb} | 6 +- .../gthumb/{gthumb_2.12.1.bb => gthumb_2.12.2.bb} | 4 +- .../directfb/directfb-1.4.6/mkdfiff.patch | 24 ------ meta/recipes-graphics/directfb/directfb.inc | 11 +-- meta/recipes-graphics/directfb/directfb_1.4.12.bb | 22 +++++ meta/recipes-graphics/directfb/directfb_1.4.6.bb | 27 ------ .../directfb-1.2.x-fix-pkgconfig-cflags.patch | 33 ++++---- .../directfb/files/dont-use-linux-config.patch | 11 +++ .../qt-apps/{qmmp_0.4.3.bb => qmmp_0.5.0.bb} | 4 +- .../createrepo/createrepo/fix-native-install.patch | 88 ++++++++++--------- .../{createrepo_0.4.11.bb => createrepo_0.9.9.bb} | 7 +- 15 files changed, 169 insertions(+), 148 deletions(-) rename meta/recipes-devtools/perl/{liburi-perl_1.56.bb => liburi-perl_1.58.bb} (100%) rename meta/recipes-extended/chkconfig/{chkconfig_1.3.49.bb => chkconfig_1.3.51.bb} (83%) rename meta/recipes-extended/mc/{mc_4.7.5.bb => mc_4.7.5.1.bb} (76%) rename meta/recipes-gnome/gthumb/{gthumb_2.12.1.bb => gthumb_2.12.2.bb} (76%) delete mode 100644 meta/recipes-graphics/directfb/directfb-1.4.6/mkdfiff.patch create mode 100644 meta/recipes-graphics/directfb/directfb_1.4.12.bb delete mode 100644 meta/recipes-graphics/directfb/directfb_1.4.6.bb rename meta/recipes-qt/qt-apps/{qmmp_0.4.3.bb => qmmp_0.5.0.bb} (92%) rename meta/recipes-support/createrepo/{createrepo_0.4.11.bb => createrepo_0.9.9.bb} (73%)