* [PATCH 00/11] Recipe Update and Distro Tracking
@ 2011-04-07 21:37 Saul Wold
2011-04-07 21:37 ` [PATCH 01/11] createrepo: Update to 0.9.9 Saul Wold
` (12 more replies)
0 siblings, 13 replies; 17+ messages in thread
From: Saul Wold @ 2011-04-07 21:37 UTC (permalink / raw)
To: openembedded-core; +Cc: Paul Eggleton, Darren Hart
From: Saul Wold <sgw@linux.intel.com>
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 <sgw@linux.intel.com>
---
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%)
^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 01/11] createrepo: Update to 0.9.9
2011-04-07 21:37 [PATCH 00/11] Recipe Update and Distro Tracking Saul Wold
@ 2011-04-07 21:37 ` Saul Wold
2011-04-07 21:37 ` [PATCH 03/11] qmmp: update to version .4.3 Saul Wold
` (11 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Saul Wold @ 2011-04-07 21:37 UTC (permalink / raw)
To: openembedded-core; +Cc: Paul Eggleton, Darren Hart
From: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../createrepo/createrepo/fix-native-install.patch | 88 ++++++++++---------
.../{createrepo_0.4.11.bb => createrepo_0.9.9.bb} | 7 +-
2 files changed, 49 insertions(+), 46 deletions(-)
rename meta/recipes-support/createrepo/{createrepo_0.4.11.bb => createrepo_0.9.9.bb} (73%)
diff --git a/meta/recipes-support/createrepo/createrepo/fix-native-install.patch b/meta/recipes-support/createrepo/createrepo/fix-native-install.patch
index 2ed2202..53266b5 100644
--- a/meta/recipes-support/createrepo/createrepo/fix-native-install.patch
+++ b/meta/recipes-support/createrepo/createrepo/fix-native-install.patch
@@ -4,19 +4,24 @@ There are two fixes:
1. -native needs to customize prefix
2. needs to change python reference in binaries
+Upstream-Status: Inappropriate [native]
+
Signed-off-by: Qing He <qing.he@intel.com>
+Signed-off-by: Saul Wold <sgw@linux.intel.com>
-diff --git a/Makefile b/Makefile
-index b2d1a32..3c3639f 100644
---- a/Makefile
-+++ b/Makefile
-@@ -3,22 +3,22 @@ VERSION = 0.4.11
+Index: createrepo-0.9.9/Makefile
+===================================================================
+--- createrepo-0.9.9.orig/Makefile 2011-01-26 09:14:30.000000000 -0800
++++ createrepo-0.9.9/Makefile 2011-04-06 14:12:06.608923997 -0700
+@@ -10,22 +10,22 @@
SHELL = /bin/sh
top_srcdir = .
srcdir = .
-prefix = /usr
-exec_prefix = ${prefix}
--
++prefix ?= /usr
++exec_prefix ?= ${prefix}
+
-bindir = ${exec_prefix}/bin
-sbindir = ${exec_prefix}/sbin
-libexecdir = ${exec_prefix}/libexec
@@ -26,9 +31,6 @@ index b2d1a32..3c3639f 100644
-localstatedir = ${prefix}/var
-libdir = ${exec_prefix}/lib
-infodir = ${prefix}/info
-+prefix ?= /usr
-+exec_prefix ?= ${prefix}
-+
+bindir ?= ${exec_prefix}/bin
+sbindir ?= ${exec_prefix}/sbin
+libexecdir ?= ${exec_prefix}/libexec
@@ -45,19 +47,21 @@ index b2d1a32..3c3639f 100644
-mandir = ${prefix}/share/man
+mandir ?= ${prefix}/share/man
- pkgdatadir = $(datadir)/$(PACKAGE)
- pkglibdir = $(libdir)/$(PACKAGE)
-diff --git a/bin/Makefile b/bin/Makefile
-index 52c1f50..e30610e 100644
---- a/bin/Makefile
-+++ b/bin/Makefile
+ pkgdatadir = $(datadir)/$(PKGNAME)
+ pkglibdir = $(libdir)/$(PKGNAME)
+Index: createrepo-0.9.9/bin/Makefile
+===================================================================
+--- createrepo-0.9.9.orig/bin/Makefile 2011-01-26 09:14:30.000000000 -0800
++++ createrepo-0.9.9/bin/Makefile 2011-04-06 14:15:07.212923998 -0700
@@ -1,22 +1,22 @@
SHELL = /bin/sh
top_srcdir = ..
srcdir = ../bin
-prefix = /usr
-exec_prefix = ${prefix}
--
++prefix ?= /usr
++exec_prefix ?= ${prefix}
+
-bindir = ${exec_prefix}/bin
-sbindir = ${exec_prefix}/sbin
-libexecdir = ${exec_prefix}/libexec
@@ -67,9 +71,6 @@ index 52c1f50..e30610e 100644
-localstatedir = ${prefix}/var
-libdir = ${exec_prefix}/lib
-infodir = ${prefix}/info
-+prefix ?= /usr
-+exec_prefix ?= ${prefix}
-+
+bindir ?= ${exec_prefix}/bin
+sbindir ?= ${exec_prefix}/sbin
+libexecdir ?= ${exec_prefix}/libexec
@@ -86,49 +87,55 @@ index 52c1f50..e30610e 100644
-mandir = ${prefix}/man
+mandir ?= ${prefix}/man
- pkgdatadir = $(datadir)/$(PACKAGE)
- pkglibdir = $(libdir)/$(PACKAGE)
-@@ -40,8 +40,11 @@ all: $(srcdir)/$(PACKAGE)
+ pkgdatadir = $(datadir)/$(PKGNAME)
+ pkglibdir = $(libdir)/$(PKGNAME)
+@@ -41,9 +41,14 @@
install: all installdirs
-- $(INSTALL_BIN) $(srcdir)/$(PACKAGE) $(DESTDIR)$(bindir)/$(PACKAGE)
+- $(INSTALL_BIN) $(srcdir)/$(PKGNAME) $(DESTDIR)$(bindir)/$(PKGNAME)
- $(INSTALL_BIN) $(srcdir)/modifyrepo $(DESTDIR)$(bindir)/modifyrepo
+- $(INSTALL_BIN) $(srcdir)/mergerepo $(DESTDIR)$(bindir)/mergerepo
+ sed -e "s|@DATADIR@|$(datadir)|" $(srcdir)/$(PACKAGE) > $(srcdir)/$(PACKAGE).tmp
+ sed -e "s|@DATADIR@|$(datadir)|" $(srcdir)/modifyrepo > $(srcdir)/modifyrepo.tmp
++ sed -e "s|@DATADIR@|$(datadir)|" $(srcdir)/mergerepo > $(srcdir)/mergerepo.tmp
+ $(INSTALL_BIN) $(srcdir)/$(PACKAGE).tmp $(DESTDIR)$(bindir)/$(PACKAGE)
+ $(INSTALL_BIN) $(srcdir)/modifyrepo.tmp $(DESTDIR)$(bindir)/modifyrepo
-+ rm -f $(srcdir)/$(PACKAGE).tmp $(srcdir)/modifyrepo.tmp
++ $(INSTALL_BIN) $(srcdir)/mergerepo.tmp $(DESTDIR)$(bindir)/mergerepo
++ rm -f $(srcdir)/$(PACKAGE).tmp $(srcdir)/modifyrepo.tmp $(srcdir)/mergerepo.tmp
++
uninstall:
-diff --git a/bin/createrepo b/bin/createrepo
-index b0de515..eaacb39 100755
---- a/bin/createrepo
-+++ b/bin/createrepo
+Index: createrepo-0.9.9/bin/createrepo
+===================================================================
+--- createrepo-0.9.9.orig/bin/createrepo 2011-01-26 09:14:30.000000000 -0800
++++ createrepo-0.9.9/bin/createrepo 2011-04-06 14:12:06.608923997 -0700
@@ -1,2 +1,2 @@
#!/bin/sh
-exec /usr/share/createrepo/genpkgmetadata.py "$@"
+exec @DATADIR@/createrepo/genpkgmetadata.py "$@"
-diff --git a/bin/modifyrepo b/bin/modifyrepo
-index c9732d8..6f7c1d4 100755
---- a/bin/modifyrepo
-+++ b/bin/modifyrepo
+Index: createrepo-0.9.9/bin/modifyrepo
+===================================================================
+--- createrepo-0.9.9.orig/bin/modifyrepo 2011-01-26 09:14:30.000000000 -0800
++++ createrepo-0.9.9/bin/modifyrepo 2011-04-06 14:12:06.608923997 -0700
@@ -1,2 +1,2 @@
#!/bin/sh
-exec /usr/share/createrepo/modifyrepo.py "$@"
+exec @DATADIR@/createrepo/modifyrepo.py "$@"
-diff --git a/docs/Makefile b/docs/Makefile
-index 0a41179..e128c85 100644
---- a/docs/Makefile
-+++ b/docs/Makefile
+Index: createrepo-0.9.9/docs/Makefile
+===================================================================
+--- createrepo-0.9.9.orig/docs/Makefile 2011-01-26 09:14:30.000000000 -0800
++++ createrepo-0.9.9/docs/Makefile 2011-04-06 14:12:06.608923997 -0700
@@ -1,22 +1,22 @@
SHELL = /bin/sh
top_srcdir = ..
srcdir = ../docs
-prefix = /usr
-exec_prefix = ${prefix}
--
++prefix ?= /usr
++exec_prefix ?= ${prefix}
+
-bindir = ${exec_prefix}/bin
-sbindir = ${exec_prefix}/sbin
-libexecdir = ${exec_prefix}/libexec
@@ -138,9 +145,6 @@ index 0a41179..e128c85 100644
-localstatedir = ${prefix}/var
-libdir = ${exec_prefix}/lib
-infodir = ${prefix}/info
-+prefix ?= /usr
-+exec_prefix ?= ${prefix}
-+
+bindir ?= ${exec_prefix}/bin
+sbindir ?= ${exec_prefix}/sbin
+libexecdir ?= ${exec_prefix}/libexec
@@ -157,5 +161,5 @@ index 0a41179..e128c85 100644
-mandir = ${datadir}/man
+mandir ?= ${datadir}/man
- pkgdatadir = $(datadir)/$(PACKAGE)
- pkglibdir = $(libdir)/$(PACKAGE)
+ pkgdatadir = $(datadir)/$(PKGNAME)
+ pkglibdir = $(libdir)/$(PKGNAME)
diff --git a/meta/recipes-support/createrepo/createrepo_0.4.11.bb b/meta/recipes-support/createrepo/createrepo_0.9.9.bb
similarity index 73%
rename from meta/recipes-support/createrepo/createrepo_0.4.11.bb
rename to meta/recipes-support/createrepo/createrepo_0.9.9.bb
index ba1d04b..89f18f4 100644
--- a/meta/recipes-support/createrepo/createrepo_0.4.11.bb
+++ b/meta/recipes-support/createrepo/createrepo_0.9.9.bb
@@ -4,14 +4,13 @@ HOMEPAGE = "http://createrepo.baseurl.org/"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760"
-PR = "r1"
+PR = "r0"
SRC_URI= "http://createrepo.baseurl.org/download/${BP}.tar.gz \
file://fix-native-install.patch \
"
-
-SRC_URI[md5sum] = "3e9ccf4abcffe3f49af078c83611eda2"
-SRC_URI[sha256sum] = "a73ae11a0dcde8bde36d900bc3f7f8f1083ba752c70a5c61b72d1e1e7608f21b"
+SRC_URI[md5sum] = "10641f19a40e9f633b300e23dde00349"
+SRC_URI[sha256sum] = "ee897463837b299fb20bf6e970f8c5324cd8b7f26ad3675a9938a2d7ae42ff03"
BBCLASSEXTEND = "native"
--
1.7.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 02/11] directfb: Update to 1.4.6
2011-04-07 21:37 [PATCH 00/11] Recipe Update and Distro Tracking Saul Wold
2011-04-07 21:37 ` [PATCH 01/11] createrepo: Update to 0.9.9 Saul Wold
2011-04-07 21:37 ` [PATCH 03/11] qmmp: update to version .4.3 Saul Wold
@ 2011-04-07 21:37 ` Saul Wold
2011-04-08 9:10 ` Henning Heinold
2011-04-07 21:37 ` [PATCH 04/11] mc: update to version 4.7.5.1 Saul Wold
` (9 subsequent siblings)
12 siblings, 1 reply; 17+ messages in thread
From: Saul Wold @ 2011-04-07 21:37 UTC (permalink / raw)
To: openembedded-core; +Cc: Paul Eggleton, Darren Hart
From: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../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 ++++++
6 files changed, 55 insertions(+), 73 deletions(-)
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
diff --git a/meta/recipes-graphics/directfb/directfb-1.4.6/mkdfiff.patch b/meta/recipes-graphics/directfb/directfb-1.4.6/mkdfiff.patch
deleted file mode 100644
index 28bd534..0000000
--- a/meta/recipes-graphics/directfb/directfb-1.4.6/mkdfiff.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -uNr DirectFB-1.4.6.orig/tools/mkdfiff.c DirectFB-1.4.6/tools/mkdfiff.c
---- DirectFB-1.4.6.orig/tools/mkdfiff.c 2010-10-15 10:54:57.000000000 +0200
-+++ DirectFB-1.4.6/tools/mkdfiff.c 2010-10-15 10:54:15.000000000 +0200
-@@ -50,6 +50,8 @@
-
- #include <dfiff.h>
-
-+#include <unistd.h>
-+
- static DirectFBPixelFormatNames( format_names );
-
- static const char *filename;
-diff -uNr DirectFB-1.4.6.orig/tools/mkdgifft.cpp DirectFB-1.4.6/tools/mkdgifft.cpp
---- DirectFB-1.4.6.orig/tools/mkdgifft.cpp 2010-10-08 14:02:57.000000000 +0200
-+++ DirectFB-1.4.6/tools/mkdgifft.cpp 2010-10-15 10:56:06.000000000 +0200
-@@ -40,6 +40,8 @@
- #include <errno.h>
- #include <stdio.h>
- #include <stdlib.h>
-+#include <sys/stat.h>
-+#include <sys/types.h>
- #include <unistd.h>
- #include <fcntl.h>
- #include <sys/mman.h>
diff --git a/meta/recipes-graphics/directfb/directfb.inc b/meta/recipes-graphics/directfb/directfb.inc
index e4cd006..d45159f 100644
--- a/meta/recipes-graphics/directfb/directfb.inc
+++ b/meta/recipes-graphics/directfb/directfb.inc
@@ -12,14 +12,11 @@ HOMEPAGE = "http://directfb.org"
DEPENDS = "jpeg libpng freetype zlib tslib"
SRC_URI = " \
- http://www.directfb.org/downloads/Old/DirectFB-${PV}.tar.gz \
- file://fix-pkgconfig-cflags.patch \
- file://fix-font-missing-char.patch \
- file://getpagesize.patch \
- file://mkdfiff.patch \
+ http://directfb.org/downloads/Core/DirectFB-1.4/DirectFB-${PV}.tar.gz \
+ file://directfb-1.2.x-fix-pkgconfig-cflags.patch \
file://dont-use-linux-config.patch \
- file://ts_lib_autotools.patch \
-"
+ "
+
S = "${WORKDIR}/DirectFB-${PV}"
LDFLAGS_append =" -lts -lm"
diff --git a/meta/recipes-graphics/directfb/directfb_1.4.12.bb b/meta/recipes-graphics/directfb/directfb_1.4.12.bb
new file mode 100644
index 0000000..4e8203b
--- /dev/null
+++ b/meta/recipes-graphics/directfb/directfb_1.4.12.bb
@@ -0,0 +1,22 @@
+require directfb.inc
+
+RV = "1.4-5"
+PR = "r0"
+
+DEPENDS += "sysfsutils"
+
+EXTRA_OECONF = "\
+ --enable-freetype=yes \
+ --enable-zlib \
+ --with-gfxdrivers=none \
+ --disable-sdl \
+ --disable-vnc \
+ --disable-x11 \
+"
+
+LEAD_SONAME = "libdirectfb-1.4.so.5"
+
+SRC_URI[md5sum] = "2c779c9a8456790c6c29ad85459b2600"
+SRC_URI[sha256sum] = "b119ab9c5c0c505c23e32d41ae54bd04cb474c5e58900ec0f1cf9482f892f9b2"
+
+
diff --git a/meta/recipes-graphics/directfb/directfb_1.4.6.bb b/meta/recipes-graphics/directfb/directfb_1.4.6.bb
deleted file mode 100644
index 70c0225..0000000
--- a/meta/recipes-graphics/directfb/directfb_1.4.6.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-require directfb.inc
-
-RV = "1.4-5"
-PR = "r2"
-
-DEPENDS += "sysfsutils"
-
-SRC_URI = " \
- http://directfb.org/downloads/Core/DirectFB-1.4/DirectFB-${PV}.tar.gz \
- file://directfb-1.2.x-fix-pkgconfig-cflags.patch \
- file://mkdfiff.patch \
- file://dont-use-linux-config.patch \
- "
-
-EXTRA_OECONF = "\
- --enable-freetype=yes \
- --enable-zlib \
- --with-gfxdrivers=none \
- --disable-sdl \
- --disable-vnc \
- --disable-x11 \
-"
-
-LEAD_SONAME = "libdirectfb-1.4.so.5"
-
-SRC_URI[md5sum] = "dbe1957932f81790742b58b94c1c7b84"
-SRC_URI[sha256sum] = "b18121e60e9a084ee347037a53a46cfaea1c09505bd99d673c2e65eca285e69b"
diff --git a/meta/recipes-graphics/directfb/files/directfb-1.2.x-fix-pkgconfig-cflags.patch b/meta/recipes-graphics/directfb/files/directfb-1.2.x-fix-pkgconfig-cflags.patch
index 745c561..274ad50 100644
--- a/meta/recipes-graphics/directfb/files/directfb-1.2.x-fix-pkgconfig-cflags.patch
+++ b/meta/recipes-graphics/directfb/files/directfb-1.2.x-fix-pkgconfig-cflags.patch
@@ -1,7 +1,9 @@
-Index: DirectFB-1.1.1/directfb-internal.pc.in
+Upstream-Status: Inappropriate [configuration]
+
+Index: DirectFB-1.4.11/directfb-internal.pc.in
===================================================================
---- DirectFB-1.1.1.orig/directfb-internal.pc.in 2007-08-07 21:43:00.000000000 +0200
-+++ DirectFB-1.1.1/directfb-internal.pc.in 2008-07-17 21:00:47.424654304 +0200
+--- DirectFB-1.4.11.orig/directfb-internal.pc.in 2010-10-08 05:43:46.000000000 -0700
++++ DirectFB-1.4.11/directfb-internal.pc.in 2011-04-06 13:48:23.120923997 -0700
@@ -2,10 +2,10 @@
exec_prefix=@exec_prefix@
moduledir=@MODULEDIR@
@@ -15,30 +17,31 @@ Index: DirectFB-1.1.1/directfb-internal.pc.in
Requires: directfb = @VERSION@
-Cflags: @DFB_INTERNAL_CFLAGS@ -I@INTERNALINCLUDEDIR@
+Cflags: @DFB_INTERNAL_CFLAGS@ -I${includedir}/directfb -I${includedir}
-Index: DirectFB-1.1.1/directfb.pc.in
+Index: DirectFB-1.4.11/directfb.pc.in
===================================================================
---- DirectFB-1.1.1.orig/directfb.pc.in 2007-12-15 16:23:16.000000000 +0100
-+++ DirectFB-1.1.1/directfb.pc.in 2008-07-17 20:59:58.044985193 +0200
-@@ -9,4 +9,4 @@
- Requires: fusion direct
+--- DirectFB-1.4.11.orig/directfb.pc.in 2010-11-15 13:13:59.000000000 -0800
++++ DirectFB-1.4.11/directfb.pc.in 2011-04-06 14:09:33.528923998 -0700
+@@ -9,4 +9,5 @@
+ Requires: @DEP_VOODOO@ fusion direct
Libs: -L${libdir} -ldirectfb @THREADLIB@ @OSX_LIBS@
- Libs.private: -L${libdir} @DYNLIB@ @ZLIB_LIBS@
+ Libs.private: -L${libdir} @MEDIALIB@ @DYNLIB@ @ZLIB_LIBS@
-Cflags: @THREADFLAGS@ -I@INCLUDEDIR@
+Cflags: @THREADFLAGS@ -I${includedir}/directfb
-Index: DirectFB-1.1.1/lib/fusion/fusion.pc.in
++
+Index: DirectFB-1.4.11/lib/fusion/fusion.pc.in
===================================================================
---- DirectFB-1.1.1.orig/lib/fusion/fusion.pc.in 2007-08-07 21:43:00.000000000 +0200
-+++ DirectFB-1.1.1/lib/fusion/fusion.pc.in 2008-07-17 20:58:07.051338866 +0200
+--- DirectFB-1.4.11.orig/lib/fusion/fusion.pc.in 2010-10-08 05:43:46.000000000 -0700
++++ DirectFB-1.4.11/lib/fusion/fusion.pc.in 2011-04-06 13:48:23.120923997 -0700
@@ -8,4 +8,4 @@
Version: @VERSION@
Requires: direct
Libs: -L${libdir} -lfusion
-Cflags: -I@INCLUDEDIR@
+Cflags: -I${includedir}/directfb -I${includedir}
-Index: DirectFB-1.1.1/lib/voodoo/voodoo.pc.in
+Index: DirectFB-1.4.11/lib/voodoo/voodoo.pc.in
===================================================================
---- DirectFB-1.1.1.orig/lib/voodoo/voodoo.pc.in 2007-08-07 21:43:00.000000000 +0200
-+++ DirectFB-1.1.1/lib/voodoo/voodoo.pc.in 2008-07-17 20:58:07.054671842 +0200
+--- DirectFB-1.4.11.orig/lib/voodoo/voodoo.pc.in 2010-10-08 05:43:46.000000000 -0700
++++ DirectFB-1.4.11/lib/voodoo/voodoo.pc.in 2011-04-06 13:48:23.120923997 -0700
@@ -8,4 +8,4 @@
Version: @VERSION@
Requires: direct
diff --git a/meta/recipes-graphics/directfb/files/dont-use-linux-config.patch b/meta/recipes-graphics/directfb/files/dont-use-linux-config.patch
index f971660..ba8ead8 100644
--- a/meta/recipes-graphics/directfb/files/dont-use-linux-config.patch
+++ b/meta/recipes-graphics/directfb/files/dont-use-linux-config.patch
@@ -1,3 +1,14 @@
+
+directfb: don't use linux/config.h in powerpc assembly
+
+Author: jeremy_laine at openembedded.org
+Branch: org.openembedded.dev
+Revision: 73964f8e6912f066c224fed54daeeb44836d9cdf
+ViewMTN: http://monotone.openembedded.org/revision/info/73964f8e6912f066c224fed54daeeb44836d9cdf
+
+Upstream-Status: Inappropriate [configuration]
+Signed-off-by: Saul Wold <sgw@linux.intel.com>
+
diff -urN DirectFB-1.1.0.orig/lib/direct/ppcasm_memcpy_cachable.S DirectFB-1.1.0/lib/direct/ppcasm_memcpy_cachable.S
--- DirectFB-1.1.0.orig/lib/direct/ppcasm_memcpy_cachable.S 2007-08-07 21:43:00.000000000 +0200
+++ DirectFB-1.1.0/lib/direct/ppcasm_memcpy_cachable.S 2008-06-07 04:14:26.000000000 +0200
--
1.7.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 03/11] qmmp: update to version .4.3
2011-04-07 21:37 [PATCH 00/11] Recipe Update and Distro Tracking Saul Wold
2011-04-07 21:37 ` [PATCH 01/11] createrepo: Update to 0.9.9 Saul Wold
@ 2011-04-07 21:37 ` Saul Wold
2011-04-07 21:37 ` [PATCH 02/11] directfb: Update to 1.4.6 Saul Wold
` (10 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Saul Wold @ 2011-04-07 21:37 UTC (permalink / raw)
To: openembedded-core; +Cc: Paul Eggleton, Darren Hart
From: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../qt-apps/{qmmp_0.4.3.bb => qmmp_0.5.0.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-qt/qt-apps/{qmmp_0.4.3.bb => qmmp_0.5.0.bb} (92%)
diff --git a/meta/recipes-qt/qt-apps/qmmp_0.4.3.bb b/meta/recipes-qt/qt-apps/qmmp_0.5.0.bb
similarity index 92%
rename from meta/recipes-qt/qt-apps/qmmp_0.4.3.bb
rename to meta/recipes-qt/qt-apps/qmmp_0.5.0.bb
index ea70312..055bfd5 100644
--- a/meta/recipes-qt/qt-apps/qmmp_0.4.3.bb
+++ b/meta/recipes-qt/qt-apps/qmmp_0.5.0.bb
@@ -11,8 +11,8 @@ RDEPENDS_${PN} += "taglib alsa-lib curl"
SRC_URI = "http://qmmp.ylsoftware.com/files/${BPN}-${PV}.tar.bz2"
-SRC_URI[md5sum] = "b79ce55ed8aca31a29360ff828ce1881"
-SRC_URI[sha256sum] = "a75c2c676515182ecfbe811cba29ba4ca736912e52fde283db4d03eb116457a4"
+SRC_URI[md5sum] = "e4cce9e0b70230c02263ebcbe958e9c0"
+SRC_URI[sha256sum] = "0fc75012546744657c2cdcea7f30f1be371a9d812811b6901019faa9427f7ba9"
PARALLEL_MAKE = ""
--
1.7.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 04/11] mc: update to version 4.7.5.1
2011-04-07 21:37 [PATCH 00/11] Recipe Update and Distro Tracking Saul Wold
` (2 preceding siblings ...)
2011-04-07 21:37 ` [PATCH 02/11] directfb: Update to 1.4.6 Saul Wold
@ 2011-04-07 21:37 ` Saul Wold
2011-04-07 21:37 ` [PATCH 06/11] chkconfig: Update to 1.3.49 Saul Wold
` (8 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Saul Wold @ 2011-04-07 21:37 UTC (permalink / raw)
To: openembedded-core; +Cc: Paul Eggleton, Darren Hart
From: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../mc/{mc_4.7.5.bb => mc_4.7.5.1.bb} | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
rename meta/recipes-extended/mc/{mc_4.7.5.bb => mc_4.7.5.1.bb} (76%)
diff --git a/meta/recipes-extended/mc/mc_4.7.5.bb b/meta/recipes-extended/mc/mc_4.7.5.1.bb
similarity index 76%
rename from meta/recipes-extended/mc/mc_4.7.5.bb
rename to meta/recipes-extended/mc/mc_4.7.5.1.bb
index ec84b01..9e790df 100644
--- a/meta/recipes-extended/mc/mc_4.7.5.bb
+++ b/meta/recipes-extended/mc/mc_4.7.5.1.bb
@@ -6,14 +6,12 @@ SECTION = "console/utils"
DEPENDS = "ncurses glib-2.0"
RDEPENDS_${PN} = "ncurses-terminfo"
-PR = "r1"
-
PR = "r0"
SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2"
-SRC_URI[md5sum] = "4eb2438b168fb0f93b748889a9294f54"
-SRC_URI[sha256sum] = "0d2b4e87b8a4158edf54380df9402b4a1a19f7494ef06dd0a0a3e3ff6a2b50f1"
+SRC_URI[md5sum] = "2ffe4771e94569d497010eea298b13cd"
+SRC_URI[sha256sum] = "4d60a9fcd186b70f52d4e730ae3d43408a73e3f0647968e9f4af8005f13369e9"
inherit autotools gettext
--
1.7.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 06/11] chkconfig: Update to 1.3.49
2011-04-07 21:37 [PATCH 00/11] Recipe Update and Distro Tracking Saul Wold
` (3 preceding siblings ...)
2011-04-07 21:37 ` [PATCH 04/11] mc: update to version 4.7.5.1 Saul Wold
@ 2011-04-07 21:37 ` Saul Wold
2011-04-07 21:37 ` [PATCH 05/11] gthumb: update to 2.12.1 Saul Wold
` (7 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Saul Wold @ 2011-04-07 21:37 UTC (permalink / raw)
To: openembedded-core; +Cc: Paul Eggleton, Darren Hart
From: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../{chkconfig_1.3.49.bb => chkconfig_1.3.51.bb} | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
rename meta/recipes-extended/chkconfig/{chkconfig_1.3.49.bb => chkconfig_1.3.51.bb} (83%)
diff --git a/meta/recipes-extended/chkconfig/chkconfig_1.3.49.bb b/meta/recipes-extended/chkconfig/chkconfig_1.3.51.bb
similarity index 83%
rename from meta/recipes-extended/chkconfig/chkconfig_1.3.49.bb
rename to meta/recipes-extended/chkconfig/chkconfig_1.3.51.bb
index 83adb14..3f810b6 100644
--- a/meta/recipes-extended/chkconfig/chkconfig_1.3.49.bb
+++ b/meta/recipes-extended/chkconfig/chkconfig_1.3.51.bb
@@ -15,8 +15,9 @@ DEPENDS = "libnewt popt"
PR = "r0"
SRC_URI = "http://fedorahosted.org/releases/c/h/chkconfig/${P}.tar.bz2"
-SRC_URI[md5sum] = "9b5e91d25f4f3b21f4c0bdf55a721431"
-SRC_URI[sha256sum] = "775100a9d6f70fbd8f33ed24b560b6842161fc496c21b1fc6d2aed646f9d855f"
+
+SRC_URI[md5sum] = "0a7e5b271084abf368919b51fd917750"
+SRC_URI[sha256sum] = "bfa83a8f69f5127ab772eee33a48f3c1839efac1a622ab484d2f688264d13929"
inherit autotools gettext
--
1.7.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 05/11] gthumb: update to 2.12.1
2011-04-07 21:37 [PATCH 00/11] Recipe Update and Distro Tracking Saul Wold
` (4 preceding siblings ...)
2011-04-07 21:37 ` [PATCH 06/11] chkconfig: Update to 1.3.49 Saul Wold
@ 2011-04-07 21:37 ` Saul Wold
2011-04-07 21:37 ` [PATCH 07/11] liburi-perl: update to 1.58 Saul Wold
` (6 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Saul Wold @ 2011-04-07 21:37 UTC (permalink / raw)
To: openembedded-core; +Cc: Paul Eggleton, Darren Hart
From: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../gthumb/{gthumb_2.12.1.bb => gthumb_2.12.2.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-gnome/gthumb/{gthumb_2.12.1.bb => gthumb_2.12.2.bb} (76%)
diff --git a/meta/recipes-gnome/gthumb/gthumb_2.12.1.bb b/meta/recipes-gnome/gthumb/gthumb_2.12.2.bb
similarity index 76%
rename from meta/recipes-gnome/gthumb/gthumb_2.12.1.bb
rename to meta/recipes-gnome/gthumb/gthumb_2.12.2.bb
index 68437fc..0b3bd1a 100644
--- a/meta/recipes-gnome/gthumb/gthumb_2.12.1.bb
+++ b/meta/recipes-gnome/gthumb/gthumb_2.12.2.bb
@@ -12,5 +12,5 @@ inherit gnome pkgconfig
FILES_${PN} += "${datadir}/icons"
FILES_${PN}-dbg += "${libdir}/gthumb/modules/.debug"
-SRC_URI[archive.md5sum] = "a89be18a9e6f7f9d65cef56f34eb3022"
-SRC_URI[archive.sha256sum] = "94d186db48e4527f1ba1dad41b860fc34b8f13da4228319dc742c91f45ddea64"
+SRC_URI[archive.md5sum] = "5f6cb5957a4dcf196cedc6bb836169dc"
+SRC_URI[archive.sha256sum] = "bce8111e4d699620ae0399963798ff25929df8c8546f4949e2a871b330277091"
--
1.7.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 07/11] liburi-perl: update to 1.58
2011-04-07 21:37 [PATCH 00/11] Recipe Update and Distro Tracking Saul Wold
` (5 preceding siblings ...)
2011-04-07 21:37 ` [PATCH 05/11] gthumb: update to 2.12.1 Saul Wold
@ 2011-04-07 21:37 ` Saul Wold
2011-04-07 21:37 ` [PATCH 08/11] distro tracking update Saul Wold
` (5 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Saul Wold @ 2011-04-07 21:37 UTC (permalink / raw)
To: openembedded-core; +Cc: Paul Eggleton, Darren Hart
From: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../{liburi-perl_1.56.bb => liburi-perl_1.58.bb} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
rename meta/recipes-devtools/perl/{liburi-perl_1.56.bb => liburi-perl_1.58.bb} (100%)
diff --git a/meta/recipes-devtools/perl/liburi-perl_1.56.bb b/meta/recipes-devtools/perl/liburi-perl_1.58.bb
similarity index 100%
rename from meta/recipes-devtools/perl/liburi-perl_1.56.bb
rename to meta/recipes-devtools/perl/liburi-perl_1.58.bb
--
1.7.1
^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 08/11] distro tracking update
2011-04-07 21:37 [PATCH 00/11] Recipe Update and Distro Tracking Saul Wold
` (6 preceding siblings ...)
2011-04-07 21:37 ` [PATCH 07/11] liburi-perl: update to 1.58 Saul Wold
@ 2011-04-07 21:37 ` Saul Wold
2011-04-07 21:37 ` [PATCH 09/11] lsb: fix lic_files_chksum Saul Wold
` (4 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Saul Wold @ 2011-04-07 21:37 UTC (permalink / raw)
To: openembedded-core; +Cc: Paul Eggleton, Darren Hart
From: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../conf/distro/include/distro_tracking_fields.inc | 20 ++++++++++++++++++--
1 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index cadfac2..ebc835f 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -5489,7 +5489,7 @@ RECIPE_LATEST_RELEASE_DATE_pn-lighttpd = "08/2010"
RECIPE_COMMENTS_pn-lighttpd = ""
RECIPE_LATEST_VERSION_pn-adt-installer = "1.0"
-RECIPE_MANUAL_CHECK_DATE_adt-installer = "Jan 17, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-adt-installer = "Jan 17, 2011"
DISTRO_PN_ALIAS_pn-adt-installer = "Intel"
RECIPE_LATEST_VERSION_pn-glew = "1.5.7"
RECIPE_MANUAL_CHECK_DATE_pn-glew = "Feb 28, 2011"
@@ -5497,7 +5497,7 @@ RECIPE_LATEST_VERSION_pn-mpeg2dec = "0.4.1"
RECIPE_MANUAL_CHECK_DATE_pn-mpeg2dec = "Jan 17, 2011"
RECIPE_LATEST_VERSION_pn-lame = "3.98.4"
RECIPE_LATEST_VERSION_pn-libmad = "0.15.1b"
-RECIPE_MANUAL_CHECK_DATE_pn-libmad = "Jan 17, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-libmad = "Apr 6, 2011"
RECIPE_LATEST_VERSION_pn-libxml-perl = "0.08"
RECIPE_LATEST_VERSION_pn-lsb = "1.4"
RECIPE_MANUAL_CHECK_DATE_pn-lsb = "Jan 17, 2011"
@@ -5533,6 +5533,7 @@ RECIPE_LATEST_VERSION_pn-bind = "9.7.2-P3"
RECIPE_NO_UPDATE_REASON_pn-bind = "Latest Stable version, newer versions are Alpha/Beta"
RECIPE_LATEST_VERSION_pn-man = "1.6f"
RECIPE_LATEST_VERSION_pn-mc = "4.7.5-pre1"
+RECIPE_MAINTAINER_pn-mc = "Saul Wold <sgw@linux.intel.com>"
RECIPE_NO_UPDATE_REASON_pn-bind = "Latest Stable version, 4.7.5-pre1 is Alpha/Beta"
RECIPE_STATUS_pn-sgml-common = "green"
@@ -5632,3 +5633,18 @@ RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-linuxdoc-tools = "unknown"
RECIPE_COMMENTS_pn-linuxdoc-tools = ""
RECIPE_LAST_UPDATE_pn-linuxdoc-tools = "Feb 25, 2011"
RECIPE_MAINTAINER_pn-linuxdoc-tools = "Scott Garman <scott.a.garman@intel.com>"
+
+RECIPE_STATUS_pn-slang = "green"
+RECIPE_LATEST_VERSION_pn-slang = "2.2.3"
+RECIPE_LAST_UPDATE_pn-slang = "Feb 25, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-slang = "Apr 6, 2011"
+
+RECIPE_STATUS_pn-libnewt = "green"
+RECIPE_LATEST_VERSION_pn-libnewt = "2.2.3"
+RECIPE_LAST_UPDATE_pn-libnewt = "Feb 25, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-libnewt = "Apr 6, 2011"
+
+RECIPE_STATUS_pn-createrepo = "green"
+RECIPE_LATEST_VERSION_pn-createrepo = "2.2.3"
+RECIPE_MAINTAINER_pn-createrepo = "Qing He <qing.he@intel.com>"
+RECIPE_LAST_UPDATE_pn-createrepo = "Apr 6, 2011"
--
1.7.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 09/11] lsb: fix lic_files_chksum
2011-04-07 21:37 [PATCH 00/11] Recipe Update and Distro Tracking Saul Wold
` (7 preceding siblings ...)
2011-04-07 21:37 ` [PATCH 08/11] distro tracking update Saul Wold
@ 2011-04-07 21:37 ` Saul Wold
2011-04-07 21:37 ` [PATCH 10/11] Update distro-tracking-fields.inc for recent qt4 changes Saul Wold
` (3 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Saul Wold @ 2011-04-07 21:37 UTC (permalink / raw)
To: openembedded-core; +Cc: Paul Eggleton, Darren Hart
From: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-extended/lsb/lsbsetup_0.9.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/lsb/lsbsetup_0.9.bb b/meta/recipes-extended/lsb/lsbsetup_0.9.bb
index 08e1d99..8cbaf1e 100644
--- a/meta/recipes-extended/lsb/lsbsetup_0.9.bb
+++ b/meta/recipes-extended/lsb/lsbsetup_0.9.bb
@@ -4,7 +4,7 @@ PRIORITY = "required"
LICENSE = "GPLv2"
PR = "r0"
-LIC_FILES_CHKSUM = "file://LSB_Setup.sh;md5=9cc166e6ee4b327fb94d6da63af9556c"
+LIC_FILES_CHKSUM = "file://LSB_Setup.sh;md5=7391be3e70a02d44e1b183fa103b0585"
SRC_URI = "file://LSB_Setup.sh"
--
1.7.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 10/11] Update distro-tracking-fields.inc for recent qt4 changes
2011-04-07 21:37 [PATCH 00/11] Recipe Update and Distro Tracking Saul Wold
` (8 preceding siblings ...)
2011-04-07 21:37 ` [PATCH 09/11] lsb: fix lic_files_chksum Saul Wold
@ 2011-04-07 21:37 ` Saul Wold
2011-04-07 21:37 ` [PATCH 11/11] Update trace-cmd and kernelshark distro_tracking Saul Wold
` (2 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Saul Wold @ 2011-04-07 21:37 UTC (permalink / raw)
To: openembedded-core; +Cc: Paul Eggleton, Darren Hart
From: Paul Eggleton <paul.eggleton@linux.intel.com>
* Add qt4-embedded and qt4-tools-native
* Latest version is 4.7.2
* Move all qt4 definitions to the same place
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
.../conf/distro/include/distro_tracking_fields.inc | 39 ++++++++++++++------
1 files changed, 27 insertions(+), 12 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index ebc835f..5d282fe 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -3336,15 +3336,35 @@ RECIPE_LAST_UPDATE_pn-imake = "Nov 21, 2010"
RECIPE_MAINTAINER_pn-imake = "Yu Ke <ke.yu@intel.com>"
RECIPE_STATUS_pn-qt4-tools-native = "green" # no update needed
-RECIPE_LATEST_VERSION_pn-qt4-tools-native = "4.6.3"
-RECIPE_NO_OF_PATCHES_pn-qt4-tools-native = "3"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-qt4-tools-native = "4 monthes"
-RECIPE_LATEST_RELEASE_DATE_pn-qt4-tools-native = "2010/06/02"
-RECIPE_INTEL_SECTION_pn-qt4-tools-native = "graphic app"
-RECIPE_LAST_UPDATE_pn-qt4-tools-native = "Aug 25, 2010"
-RECIPE_MAINTAINER_pn-qt4-tools-native = "Yu Ke <ke.yu@intel.com>"
+RECIPE_LATEST_VERSION_pn-qt4-tools-native = "4.7.2"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-qt4-tools-native = "4 months"
+RECIPE_LATEST_RELEASE_DATE_pn-qt4-tools-native = "2011/03/01"
+RECIPE_LAST_UPDATE_pn-qt4-tools-native = "Apr 6, 2011"
+RECIPE_MAINTAINER_pn-qt4-tools-native = "Paul Eggleton <paul.eggleton@linux.intel.com>"
DISTRO_PN_ALIAS_pn-qt4-tools-native = "Mandriva=libqt4-devel Ubuntu=libqt4-dev"
+RECIPE_STATUS_pn-qt4-tools-nativesdk = "green"
+RECIPE_LATEST_VERSION_pn-qt4-tools-nativesdk = "4.7.2"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-qt4-tools-nativesdk = "4 months"
+RECIPE_LATEST_RELEASE_DATE_pn-qt4-tools-nativesdk = "2011/03/01"
+RECIPE_LAST_UPDATE_pn-qt4-tools-nativesdk = "Apr 6, 2011"
+RECIPE_MAINTAINER_pn-qt4-tools-nativesdk = "Paul Eggleton <paul.eggleton@linux.intel.com>"
+
+RECIPE_STATUS_pn-qt4-embedded = "green"
+RECIPE_LATEST_VERSION_pn-qt4-embedded = "4.7.2"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-qt4-embedded = "4 months"
+RECIPE_LATEST_RELEASE_DATE_pn-qt4-embedded = "2011/03/01"
+RECIPE_LAST_UPDATE_pn-qt4-embedded = "Apr 6, 2011"
+RECIPE_MAINTAINER_pn-qt4-embedded = "Paul Eggleton <paul.eggleton@linux.intel.com>"
+
+RECIPE_STATUS_pn-qt4-x11-free = "green"
+RECIPE_LATEST_VERSION_pn-qt4-x11-free = "4.7.2"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-qt4-x11-free = "4 months"
+RECIPE_LATEST_RELEASE_DATE_pn-qt4-x11-free = "2011/03/01"
+RECIPE_LAST_UPDATE_pn-qt4-x11-free = "Apr 6, 2011"
+RECIPE_MAINTAINER_pn-qt4-x11-free = "Paul Eggleton <paul.eggleton@linux.intel.com"
+DISTRO_PN_ALIAS_pn-qt4-x11-free = "Ubuntu=qt-x11-free Debian=qt-x11-free"
+
RECIPE_STATUS_pn-quicky = "green" # no update needed
RECIPE_LATEST_VERSION_pn-quicky = "0.4"
RECIPE_NO_OF_PATCHES_pn-quicky = "0"
@@ -5334,11 +5354,6 @@ RECIPE_LATEST_VERSION_pn-mutter = "2.29.1_0.4"
RECIPE_LAST_UPDATE_pn-mutter = "Jan 13, 2010"
RECIPE_MAINTAINER_pn-mutter = "Edwin Zhai <edwin.zhai@intel.com>"
-RECIPE_STATUS_pn-qt4-x11-free = "green"
-DISTRO_PN_ALIAS_pn-qt4-x11-free = "Ubuntu=qt-x11-free Debian=qt-x11-free"
-RECIPE_LATEST_VERSION_pn-qt4-x11-free = "4.6.3"
-RECIPE_LAST_UPDATE_pn-qt4-x11-free = "Aug 25, 2010"
-RECIPE_MAINTAINER_pn-qt4-x11-free = "Yu Ke <ke.yu@intel.com>"
DISTRO_PN_ALIAS_pn-poky-feed-config-opkg = "Poky"
DISTRO_PN_ALIAS_pn-poky-image-base = "Poky"
DISTRO_PN_ALIAS_pn-poky-image-basic = "Poky"
--
1.7.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 11/11] Update trace-cmd and kernelshark distro_tracking
2011-04-07 21:37 [PATCH 00/11] Recipe Update and Distro Tracking Saul Wold
` (9 preceding siblings ...)
2011-04-07 21:37 ` [PATCH 10/11] Update distro-tracking-fields.inc for recent qt4 changes Saul Wold
@ 2011-04-07 21:37 ` Saul Wold
2011-04-07 22:08 ` [PATCH 00/11] Recipe Update and Distro Tracking Saul Wold
2011-04-08 13:15 ` Richard Purdie
12 siblings, 0 replies; 17+ messages in thread
From: Saul Wold @ 2011-04-07 21:37 UTC (permalink / raw)
To: openembedded-core; +Cc: Paul Eggleton, Darren Hart
From: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../conf/distro/include/distro_tracking_fields.inc | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index 5d282fe..8469e96 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -113,11 +113,17 @@ RECIPE_LATEST_VERSION_pn-subversion = "1.6.15"
RECIPE_MANUAL_CHECK_DATE_pn-subversion = "Jan 25, 2011"
RECIPE_MAINTAINER_pn-subversion = "Nitin A Kamble <nitin.a.kamble@intel.com>"
-RECIPE_STATUS_pn-trace-cmd = "red"
-RECIPE_LATEST_VERSION_pn-trace-cmd = "check"
+RECIPE_STATUS_pn-trace-cmd = "green"
+RECIPE_LATEST_VERSION_pn-trace-cmd = "1.1.1"
DISTRO_PN_ALIAS_pn-trace-cmd = "Mandriva=trace-cmd Ubuntu=trace-cmd"
-RECIPE_LAST_UPDATE_pn-trace-cmd = "Aug 20, 2010"
-RECIPE_MAINTAINER_pn-trace-cmd = "Bruce"
+RECIPE_LAST_UPDATE_pn-trace-cmd = "Jan 11, 2011"
+RECIPE_MAINTAINER_pn-trace-cmd = "Darren Hart <dvhart@linux.intel.com>"
+
+RECIPE_STATUS_pn-kernelshark = "green"
+RECIPE_LATEST_VERSION_pn-kernelshark = "0.2"
+DISTRO_PN_ALIAS_pn-kernelshark = "Mandriva=kernelshark Ubuntu=kernelshark"
+RECIPE_LAST_UPDATE_pn-kernelshark = "Jan 11, 2011"
+RECIPE_MAINTAINER_pn-kernelshark = "Darren Hart <dvhart@linux.intel.com>"
RECIPE_STATUS_pn-web = "green"
RECIPE_LATEST_VERSION_pn-web = "0.0+svnr129"
--
1.7.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* Re: [PATCH 00/11] Recipe Update and Distro Tracking
2011-04-07 21:37 [PATCH 00/11] Recipe Update and Distro Tracking Saul Wold
` (10 preceding siblings ...)
2011-04-07 21:37 ` [PATCH 11/11] Update trace-cmd and kernelshark distro_tracking Saul Wold
@ 2011-04-07 22:08 ` Saul Wold
2011-04-08 13:15 ` Richard Purdie
12 siblings, 0 replies; 17+ messages in thread
From: Saul Wold @ 2011-04-07 22:08 UTC (permalink / raw)
To: Saul Wold; +Cc: Paul Eggleton, Darren Hart, openembedded-core
On 04/07/2011 02:37 PM, Saul Wold wrote:
> From: Saul Wold<sgw@linux.intel.com>
>
> 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<sgw@linux.intel.com>
> ---
>
>
> 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
Fixed the subject of the patch to be 1.4.12
> qmmp: update to version .4.3
Fixed the subject to be version 0.5.0
> 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%)
>
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 02/11] directfb: Update to 1.4.6
2011-04-07 21:37 ` [PATCH 02/11] directfb: Update to 1.4.6 Saul Wold
@ 2011-04-08 9:10 ` Henning Heinold
2011-04-08 13:16 ` Richard Purdie
0 siblings, 1 reply; 17+ messages in thread
From: Henning Heinold @ 2011-04-08 9:10 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Cc: Paul Eggleton, Darren Hart
Hi please adjust the commit-msg you are adding 1.4.6 and 1.4.12
Bye Henning
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 00/11] Recipe Update and Distro Tracking
2011-04-07 21:37 [PATCH 00/11] Recipe Update and Distro Tracking Saul Wold
` (11 preceding siblings ...)
2011-04-07 22:08 ` [PATCH 00/11] Recipe Update and Distro Tracking Saul Wold
@ 2011-04-08 13:15 ` Richard Purdie
12 siblings, 0 replies; 17+ messages in thread
From: Richard Purdie @ 2011-04-08 13:15 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Cc: Paul Eggleton, Darren Hart
On Thu, 2011-04-07 at 14:37 -0700, Saul Wold wrote:
> From: Saul Wold <sgw@linux.intel.com>
>
> 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.
[...]
>
> 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
I took these and noticed you'd changed the directfb commit. I had to
edit chkconfig and gthumb to contain the right versions in the commit
messages though ;-)
Cheers,
Richard
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 02/11] directfb: Update to 1.4.6
2011-04-08 9:10 ` Henning Heinold
@ 2011-04-08 13:16 ` Richard Purdie
2011-04-08 13:20 ` Henning Heinold
0 siblings, 1 reply; 17+ messages in thread
From: Richard Purdie @ 2011-04-08 13:16 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Cc: Paul Eggleton, Darren Hart
On Fri, 2011-04-08 at 11:10 +0200, Henning Heinold wrote:
> Hi please adjust the commit-msg you are adding 1.4.6 and 1.4.12
Saul did fix this :)
Cheers,
Richard
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 02/11] directfb: Update to 1.4.6
2011-04-08 13:16 ` Richard Purdie
@ 2011-04-08 13:20 ` Henning Heinold
0 siblings, 0 replies; 17+ messages in thread
From: Henning Heinold @ 2011-04-08 13:20 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Cc: Paul Eggleton, Darren Hart
On Fri, Apr 08, 2011 at 06:16:49AM -0700, Richard Purdie wrote:
> On Fri, 2011-04-08 at 11:10 +0200, Henning Heinold wrote:
> > Hi please adjust the commit-msg you are adding 1.4.6 and 1.4.12
>
> Saul did fix this :)
>
> Cheers,
>
> Richard
Yes,
I saw the email later.
Bye Henning
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2011-04-08 13:22 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-07 21:37 [PATCH 00/11] Recipe Update and Distro Tracking Saul Wold
2011-04-07 21:37 ` [PATCH 01/11] createrepo: Update to 0.9.9 Saul Wold
2011-04-07 21:37 ` [PATCH 03/11] qmmp: update to version .4.3 Saul Wold
2011-04-07 21:37 ` [PATCH 02/11] directfb: Update to 1.4.6 Saul Wold
2011-04-08 9:10 ` Henning Heinold
2011-04-08 13:16 ` Richard Purdie
2011-04-08 13:20 ` Henning Heinold
2011-04-07 21:37 ` [PATCH 04/11] mc: update to version 4.7.5.1 Saul Wold
2011-04-07 21:37 ` [PATCH 06/11] chkconfig: Update to 1.3.49 Saul Wold
2011-04-07 21:37 ` [PATCH 05/11] gthumb: update to 2.12.1 Saul Wold
2011-04-07 21:37 ` [PATCH 07/11] liburi-perl: update to 1.58 Saul Wold
2011-04-07 21:37 ` [PATCH 08/11] distro tracking update Saul Wold
2011-04-07 21:37 ` [PATCH 09/11] lsb: fix lic_files_chksum Saul Wold
2011-04-07 21:37 ` [PATCH 10/11] Update distro-tracking-fields.inc for recent qt4 changes Saul Wold
2011-04-07 21:37 ` [PATCH 11/11] Update trace-cmd and kernelshark distro_tracking Saul Wold
2011-04-07 22:08 ` [PATCH 00/11] Recipe Update and Distro Tracking Saul Wold
2011-04-08 13:15 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox