* [PATCH 00/14] [V2] Upgrade 12 more packages, Dec 30, 2011
@ 2011-12-30 13:49 Shane Wang
2011-12-30 14:33 ` [PATCH 01/14] freetype: upgrade to 2.4.8 Shane Wang
` (14 more replies)
0 siblings, 15 replies; 19+ messages in thread
From: Shane Wang @ 2011-12-30 13:49 UTC (permalink / raw)
To: openembedded-core
This is the second version of the patch set which I sent out with the title "[V1] Upgrade 4 more packages, Dec 27, 2011",
I upgrade 8 more packages. So, totally 12 for this round, it includes freetype, minicom, libical, libsamplerate0, hdparm, oprofileui, libomxil, linux-firmware, matchbox-wm-2, quota, watchdog, and puzzles.
So, the previous patchset "[V1] Upgrade 4 more packages, Dec 27, 2011" can be skipped.
Please review.
The following changes since commit d107ab4a11db3df9018d7795aef31e3484367607:
coreutils: ensure --color works so DEPEND on libcap (2011-12-30 14:22:50 +0800)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib shane/upgrade2
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=shane/upgrade2
Shane Wang (14):
freetype: upgrade to 2.4.8
minicom: upgrade to 2.5
libical: upgrade to 0.48
libsamplerate0: upgrade to 0.1.8
distro_tracking_fields: update the info for recipe upgrade.
hdparm: upgrade to 9.37
oprofileui: upgrade to 82ecf8c6b53b84f80682a8312f9defa83a95f2a3
libomxil: upgrade to 0.9.3
linux-firmware: upgrade to 15888a2eab052ac3d3f49334e4f6f05f347a516e
matchbox-wm-2: ugrade to 01fa5465743c9ee43d040350f4405d35293e4869
quota: upgrade to 4.00
watchdog: upgrade to 5.11
puzzles: upgrade to r9375.
distro_tracking_fields: update the info for this round of package
upgrade
.../conf/distro/include/distro_tracking_fields.inc | 53 +++---
.../recipes-extended/hdparm/hdparm-6.3/bswap.patch | 37 ----
.../hdparm/hdparm-6.3/uclibc.patch | 34 ---
meta/recipes-extended/hdparm/hdparm_6.3.bb | 18 --
meta/recipes-extended/hdparm/hdparm_9.37.bb | 35 +++
.../{minicom-2.4 => minicom-2.5}/gcc4-scope.patch | 0
.../rename-conflicting-functions.patch | 0
.../minicom/{minicom_2.4.bb => minicom_2.5.bb} | 6 +-
.../quota/{quota_4.00-pre1.bb => quota_4.00.bb} | 8 +-
meta/recipes-extended/stat/stat_3.3.bb | 27 +++
.../watchdog/{watchdog_5.9.bb => watchdog_5.11.bb} | 6 +-
.../no-hardcode.patch | 0
.../{freetype_2.4.6.bb => freetype_2.4.8.bb} | 6 +-
.../matchbox-wm-2/matchbox-wm-2_git.bb | 2 +-
.../linux-firmware/linux-firmware_git.bb | 4 +-
.../oprofileui/dso_linking_change_build_fix.patch | 27 ---
.../oprofileui/migrate-from-gnomevfs-to-gio.patch | 219 --------------------
meta/recipes-kernel/oprofile/oprofileui_git.bb | 2 +-
.../libomxil/libomxil-0.9.3/configure-fix.patch | 58 +++++
.../libomxil-0.9.3/makefile-docdir-fix.patch | 19 ++
.../libomxil/libomxil-0.9.3/parallel-make.patch | 18 ++
meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb | 23 --
meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 33 +++
.../libsamplerate-0.1.7-macro-quoting.patch | 22 --
...amplerate0_0.1.7.bb => libsamplerate0_0.1.8.bb} | 9 +-
.../libical/{libical_0.47.bb => libical_0.48.bb} | 6 +-
.../puzzles/{puzzles_r9306.bb => puzzles_r9375.bb} | 6 +-
27 files changed, 246 insertions(+), 432 deletions(-)
delete mode 100644 meta/recipes-extended/hdparm/hdparm-6.3/bswap.patch
delete mode 100644 meta/recipes-extended/hdparm/hdparm-6.3/uclibc.patch
delete mode 100644 meta/recipes-extended/hdparm/hdparm_6.3.bb
create mode 100644 meta/recipes-extended/hdparm/hdparm_9.37.bb
rename meta/recipes-extended/minicom/{minicom-2.4 => minicom-2.5}/gcc4-scope.patch (100%)
rename meta/recipes-extended/minicom/{minicom-2.4 => minicom-2.5}/rename-conflicting-functions.patch (100%)
rename meta/recipes-extended/minicom/{minicom_2.4.bb => minicom_2.5.bb} (75%)
rename meta/recipes-extended/quota/{quota_4.00-pre1.bb => quota_4.00.bb} (78%)
create mode 100644 meta/recipes-extended/stat/stat_3.3.bb
rename meta/recipes-extended/watchdog/{watchdog_5.9.bb => watchdog_5.11.bb} (70%)
rename meta/recipes-graphics/freetype/{freetype-2.4.6 => freetype-2.4.8}/no-hardcode.patch (100%)
rename meta/recipes-graphics/freetype/{freetype_2.4.6.bb => freetype_2.4.8.bb} (91%)
delete mode 100644 meta/recipes-kernel/oprofile/oprofileui/dso_linking_change_build_fix.patch
delete mode 100644 meta/recipes-kernel/oprofile/oprofileui/migrate-from-gnomevfs-to-gio.patch
create mode 100644 meta/recipes-multimedia/libomxil/libomxil-0.9.3/configure-fix.patch
create mode 100644 meta/recipes-multimedia/libomxil/libomxil-0.9.3/makefile-docdir-fix.patch
create mode 100644 meta/recipes-multimedia/libomxil/libomxil-0.9.3/parallel-make.patch
delete mode 100644 meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb
create mode 100644 meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb
delete mode 100644 meta/recipes-multimedia/libsamplerate/libsamplerate0-0.1.7/libsamplerate-0.1.7-macro-quoting.patch
rename meta/recipes-multimedia/libsamplerate/{libsamplerate0_0.1.7.bb => libsamplerate0_0.1.8.bb} (61%)
rename meta/recipes-sato/libical/{libical_0.47.bb => libical_0.48.bb} (78%)
rename meta/recipes-sato/puzzles/{puzzles_r9306.bb => puzzles_r9375.bb} (91%)
--
1.7.6
^ permalink raw reply [flat|nested] 19+ messages in thread
* [PATCH 01/14] freetype: upgrade to 2.4.8
2011-12-30 13:49 [PATCH 00/14] [V2] Upgrade 12 more packages, Dec 30, 2011 Shane Wang
@ 2011-12-30 14:33 ` Shane Wang
2011-12-30 14:33 ` [PATCH 02/14] minicom: upgrade to 2.5 Shane Wang
` (13 subsequent siblings)
14 siblings, 0 replies; 19+ messages in thread
From: Shane Wang @ 2011-12-30 14:33 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
.../no-hardcode.patch | 0
.../{freetype_2.4.6.bb => freetype_2.4.8.bb} | 6 +++---
2 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-graphics/freetype/{freetype-2.4.6 => freetype-2.4.8}/no-hardcode.patch (100%)
rename meta/recipes-graphics/freetype/{freetype_2.4.6.bb => freetype_2.4.8.bb} (91%)
diff --git a/meta/recipes-graphics/freetype/freetype-2.4.6/no-hardcode.patch b/meta/recipes-graphics/freetype/freetype-2.4.8/no-hardcode.patch
similarity index 100%
rename from meta/recipes-graphics/freetype/freetype-2.4.6/no-hardcode.patch
rename to meta/recipes-graphics/freetype/freetype-2.4.8/no-hardcode.patch
diff --git a/meta/recipes-graphics/freetype/freetype_2.4.6.bb b/meta/recipes-graphics/freetype/freetype_2.4.8.bb
similarity index 91%
rename from meta/recipes-graphics/freetype/freetype_2.4.6.bb
rename to meta/recipes-graphics/freetype/freetype_2.4.8.bb
index f002103..bce01cf 100644
--- a/meta/recipes-graphics/freetype/freetype_2.4.6.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.4.8.bb
@@ -13,13 +13,13 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE.TXT;md5=28d5381b1bef2649c59f20c20bae4f39
SECTION = "libs"
-PR = "r2"
+PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
file://no-hardcode.patch"
-SRC_URI[md5sum] = "5e6510613f612809d2d7862592b92ab7"
-SRC_URI[sha256sum] = "24a4a57f3a6859887e91f90f93f754cfc7bf9ab9246a3a696435a0c6a7a1e92a"
+SRC_URI[md5sum] = "dbf2caca1d3afd410a29217a9809d397"
+SRC_URI[sha256sum] = "a9eb7da3875fcb2f022a9c280c01b94ae45ac83d8102838c05dce1277948fb71"
S = "${WORKDIR}/freetype-${PV}"
--
1.7.6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH 02/14] minicom: upgrade to 2.5
2011-12-30 13:49 [PATCH 00/14] [V2] Upgrade 12 more packages, Dec 30, 2011 Shane Wang
2011-12-30 14:33 ` [PATCH 01/14] freetype: upgrade to 2.4.8 Shane Wang
@ 2011-12-30 14:33 ` Shane Wang
2011-12-30 14:33 ` [PATCH 03/14] libical: upgrade to 0.48 Shane Wang
` (12 subsequent siblings)
14 siblings, 0 replies; 19+ messages in thread
From: Shane Wang @ 2011-12-30 14:33 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
.../{minicom-2.4 => minicom-2.5}/gcc4-scope.patch | 0
.../rename-conflicting-functions.patch | 0
.../minicom/{minicom_2.4.bb => minicom_2.5.bb} | 6 +++---
3 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-extended/minicom/{minicom-2.4 => minicom-2.5}/gcc4-scope.patch (100%)
rename meta/recipes-extended/minicom/{minicom-2.4 => minicom-2.5}/rename-conflicting-functions.patch (100%)
rename meta/recipes-extended/minicom/{minicom_2.4.bb => minicom_2.5.bb} (75%)
diff --git a/meta/recipes-extended/minicom/minicom-2.4/gcc4-scope.patch b/meta/recipes-extended/minicom/minicom-2.5/gcc4-scope.patch
similarity index 100%
rename from meta/recipes-extended/minicom/minicom-2.4/gcc4-scope.patch
rename to meta/recipes-extended/minicom/minicom-2.5/gcc4-scope.patch
diff --git a/meta/recipes-extended/minicom/minicom-2.4/rename-conflicting-functions.patch b/meta/recipes-extended/minicom/minicom-2.5/rename-conflicting-functions.patch
similarity index 100%
rename from meta/recipes-extended/minicom/minicom-2.4/rename-conflicting-functions.patch
rename to meta/recipes-extended/minicom/minicom-2.5/rename-conflicting-functions.patch
diff --git a/meta/recipes-extended/minicom/minicom_2.4.bb b/meta/recipes-extended/minicom/minicom_2.5.bb
similarity index 75%
rename from meta/recipes-extended/minicom/minicom_2.4.bb
rename to meta/recipes-extended/minicom/minicom_2.5.bb
index 38b5154..8e93d4d 100644
--- a/meta/recipes-extended/minicom/minicom_2.4.bb
+++ b/meta/recipes-extended/minicom/minicom_2.5.bb
@@ -6,13 +6,13 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \
file://src/minicom.h;beginline=1;endline=12;md5=a58838cb709f0db517f4e42730c49e81"
-SRC_URI = "http://alioth.debian.org/frs/download.php/3195/minicom-${PV}.tar.gz \
+SRC_URI = "http://alioth.debian.org/frs/download.php/3487/minicom-${PV}.tar.gz \
file://rename-conflicting-functions.patch \
"
# file://gcc4-scope.patch
-SRC_URI[md5sum] = "700976a3c2dcc8bbd50ab9bb1c08837b"
-SRC_URI[sha256sum] = "6b7af240b073ba847b091fd75aed4bf720eb94d30e188d23bb098d016bf40a48"
+SRC_URI[md5sum] = "a5117d4d21e2c9e825edb586ee2fe8d2"
+SRC_URI[sha256sum] = "2aa43f98580d3c9c59b12895f15783695cde85472f6bfc7974bcc0935af0a8fd"
inherit autotools gettext
--
1.7.6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH 03/14] libical: upgrade to 0.48
2011-12-30 13:49 [PATCH 00/14] [V2] Upgrade 12 more packages, Dec 30, 2011 Shane Wang
2011-12-30 14:33 ` [PATCH 01/14] freetype: upgrade to 2.4.8 Shane Wang
2011-12-30 14:33 ` [PATCH 02/14] minicom: upgrade to 2.5 Shane Wang
@ 2011-12-30 14:33 ` Shane Wang
2011-12-30 14:33 ` [PATCH 04/14] libsamplerate0: upgrade to 0.1.8 Shane Wang
` (11 subsequent siblings)
14 siblings, 0 replies; 19+ messages in thread
From: Shane Wang @ 2011-12-30 14:33 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
.../libical/{libical_0.47.bb => libical_0.48.bb} | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-sato/libical/{libical_0.47.bb => libical_0.48.bb} (78%)
diff --git a/meta/recipes-sato/libical/libical_0.47.bb b/meta/recipes-sato/libical/libical_0.48.bb
similarity index 78%
rename from meta/recipes-sato/libical/libical_0.47.bb
rename to meta/recipes-sato/libical/libical_0.48.bb
index ee4351a..80f629c 100644
--- a/meta/recipes-sato/libical/libical_0.47.bb
+++ b/meta/recipes-sato/libical/libical_0.48.bb
@@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d4fc58309d8ed46587ac63bb449d82f8 \
file://LICENSE;md5=d1a0891cd3e582b3e2ec8fe63badbbb6"
SECTION = "libs"
-PR = "r1"
+PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/project/freeassociation/${BPN}/${P}/${BPN}-${PV}.tar.gz\
file://pthread-fix.patch"
-SRC_URI[md5sum] = "21f7f8a21e3d857c9476be732e52dc32"
-SRC_URI[sha256sum] = "af4cbb4bb13d9ed3f2262181da9199823feba70802b15cc3e89b263d95da2888"
+SRC_URI[md5sum] = "e549f434d5fbf9cd156c60ed4943618f"
+SRC_URI[sha256sum] = "2ae78b0757f0dd13431acf42a9a8d038339fd4767fd5134e650bf60ee0b4dff0"
inherit autotools
--
1.7.6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH 04/14] libsamplerate0: upgrade to 0.1.8
2011-12-30 13:49 [PATCH 00/14] [V2] Upgrade 12 more packages, Dec 30, 2011 Shane Wang
` (2 preceding siblings ...)
2011-12-30 14:33 ` [PATCH 03/14] libical: upgrade to 0.48 Shane Wang
@ 2011-12-30 14:33 ` Shane Wang
2011-12-30 14:33 ` [PATCH 05/14] distro_tracking_fields: update the info for recipe upgrade Shane Wang
` (10 subsequent siblings)
14 siblings, 0 replies; 19+ messages in thread
From: Shane Wang @ 2011-12-30 14:33 UTC (permalink / raw)
To: openembedded-core
This patch is to upgrade libsamplerate0 to 0.1.8 and remove the patch for 0.1.7.
In the new code, the fix is there in M4/endian.m4 (which is part of acinclude.m4 in 0.1.7)
The license is changed from "Copyright (C) 2002-2008 Erik de Castro Lopo <erikd@mega-nerd.com>" to "Copyright (C) 2002-2011 Erik de Castro Lopo <erikd@mega-nerd.com>".
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
.../libsamplerate-0.1.7-macro-quoting.patch | 22 --------------------
...amplerate0_0.1.7.bb => libsamplerate0_0.1.8.bb} | 9 +++----
2 files changed, 4 insertions(+), 27 deletions(-)
delete mode 100644 meta/recipes-multimedia/libsamplerate/libsamplerate0-0.1.7/libsamplerate-0.1.7-macro-quoting.patch
rename meta/recipes-multimedia/libsamplerate/{libsamplerate0_0.1.7.bb => libsamplerate0_0.1.8.bb} (61%)
diff --git a/meta/recipes-multimedia/libsamplerate/libsamplerate0-0.1.7/libsamplerate-0.1.7-macro-quoting.patch b/meta/recipes-multimedia/libsamplerate/libsamplerate0-0.1.7/libsamplerate-0.1.7-macro-quoting.patch
deleted file mode 100644
index 1518d7e..0000000
--- a/meta/recipes-multimedia/libsamplerate/libsamplerate0-0.1.7/libsamplerate-0.1.7-macro-quoting.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Upstream-Status: Inappropriate [configuration]
-
-diff -ruN libsamplerate-0.1.7-orig//acinclude.m4 libsamplerate-0.1.7/acinclude.m4
---- libsamplerate-0.1.7-orig//acinclude.m4 2011-04-20 15:04:25.147664992 +0800
-+++ libsamplerate-0.1.7/acinclude.m4 2011-04-20 15:04:45.397665029 +0800
-@@ -135,7 +135,6 @@
- fi
-
- )
--]
-
- if test $ac_cv_c_byte_order = big ; then
- ac_cv_c_big_endian=1
-@@ -154,7 +153,7 @@
- AC_MSG_WARN([[*****************************************************************]])
- fi
-
--)# AC_C_FIND_ENDIAN
-+])# AC_C_FIND_ENDIAN
-
-
-
diff --git a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.8.bb
similarity index 61%
rename from meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb
rename to meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.8.bb
index d08640f..949b3d0 100644
--- a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb
+++ b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.8.bb
@@ -2,15 +2,14 @@ DESCRIPTION = "An audio Sample Rate Conversion library"
SECTION = "libs"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
- file://src/samplerate.c;beginline=1;endline=17;md5=ed4dfdaa3bdf0f817ebc70cee0cccc88"
+ file://src/samplerate.c;beginline=1;endline=17;md5=d0807c35fc906466d24a50463534815a"
DEPENDS = "flac"
PR = "r0"
-SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz \
- file://libsamplerate-0.1.7-macro-quoting.patch"
+SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz"
-SRC_URI[md5sum] = "6731a81cb0c622c483b28c0d7f90867d"
-SRC_URI[sha256sum] = "78ed5d9ff1bf162c4a078f6a3e7432a537dd2f22dc58872b081fb01156027fcc"
+SRC_URI[md5sum] = "1c7fb25191b4e6e3628d198a66a84f47"
+SRC_URI[sha256sum] = "93b54bdf46d5e6d2354b7034395fe329c222a966790de34520702bb9642f1c06"
S = "${WORKDIR}/libsamplerate-${PV}"
inherit autotools pkgconfig
--
1.7.6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH 05/14] distro_tracking_fields: update the info for recipe upgrade.
2011-12-30 13:49 [PATCH 00/14] [V2] Upgrade 12 more packages, Dec 30, 2011 Shane Wang
` (3 preceding siblings ...)
2011-12-30 14:33 ` [PATCH 04/14] libsamplerate0: upgrade to 0.1.8 Shane Wang
@ 2011-12-30 14:33 ` Shane Wang
2011-12-30 14:33 ` [PATCH 06/14] hdparm: upgrade to 9.37 Shane Wang
` (9 subsequent siblings)
14 siblings, 0 replies; 19+ messages in thread
From: Shane Wang @ 2011-12-30 14:33 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
.../conf/distro/include/distro_tracking_fields.inc | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index 28670e4..e8215b7 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -87,7 +87,7 @@ RECIPE_LATEST_VERSION_pn-minicom = "2.5"
RECIPE_NO_OF_PATCHES_pn-minicom = "1"
RECIPE_LATEST_RELEASE_DATE_pn-minicom = "Jan 29, 2011"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-minicom = "22 months"
-RECIPE_LAST_UPDATE_pn-minicom = "Nov 24, 2010"
+RECIPE_LAST_UPDATE_pn-minicom = "Dec 27, 2011"
RECIPE_MANUAL_CHECK_DATE_pn-minicom = "Dec 24, 2011"
RECIPE_MAINTAINER_pn-minicom = "Dongxiao Xu <dongxiao.xu@intel.com>"
@@ -2392,7 +2392,7 @@ RECIPE_LATEST_VERSION_pn-libical = "0.48"
RECIPE_NO_OF_PATCHES_pn-libical = "0"
RECIPE_LATEST_RELEASE_DATE_pn-libical = "Dec 13, 2011"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libical = "2 months"
-RECIPE_LAST_UPDATE_pn-libical = "Nov 16, 2010"
+RECIPE_LAST_UPDATE_pn-libical = "Dec 26, 2011"
RECIPE_MANUAL_CHECK_DATE_pn-libical = "Dec 24, 2011"
RECIPE_MAINTAINER_pn-libical = "Dongxiao Xu <dongxiao.xu@intel.com>"
@@ -2806,8 +2806,8 @@ RECIPE_STATUS_pn-libsamplerate0 = "green"
DISTRO_PN_ALIAS_pn-libsamplerate0 = "Meego=libsamplerate Fedora=libsamplerate OpenSuSE=libsamplerate Ubuntu=libsamplerate Mandriva=libsamplerate Debian=libsamplerate"
RECIPE_LATEST_VERSION_pn-libsamplerate0 = "0.1.8"
RECIPE_LATEST_RELEASE_DATE_pn-libsamplerate0 = "Aug 15, 2011"
-RECIPE_LAST_UPDATE_pn-libsamplerate0 = "Apr 26, 2011"
RECIPE_MANUAL_CHECK_DATE_pn-libsamplerate0 = "Dec 24, 2011"
+RECIPE_LAST_UPDATE_pn-libsamplerate0 = "Dec 27, 2011"
RECIPE_MAINTAINER_pn-libsamplerate0 = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-oprofileui = "green"
@@ -4645,7 +4645,7 @@ RECIPE_INTEL_SECTION_pn-freetype = "libs"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-freetype = "1+ months"
RECIPE_LATEST_RELEASE_DATE_pn-freetype = "Nov 15, 2011"
RECIPE_COMMENTS_pn-freetype = ""
-RECIPE_LAST_UPDATE_pn-freetype = "Aug 16, 2011"
+RECIPE_LAST_UPDATE_pn-freetype = "Dec 27, 2011"
RECIPE_MANUAL_CHECK_DATE_pn-freetype = "Dec 24, 2011"
RECIPE_MAINTAINER_pn-freetype = "Dexuan Cui <dexuan.cui@intel.com>"
--
1.7.6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH 06/14] hdparm: upgrade to 9.37
2011-12-30 13:49 [PATCH 00/14] [V2] Upgrade 12 more packages, Dec 30, 2011 Shane Wang
` (4 preceding siblings ...)
2011-12-30 14:33 ` [PATCH 05/14] distro_tracking_fields: update the info for recipe upgrade Shane Wang
@ 2011-12-30 14:33 ` Shane Wang
2012-01-02 17:32 ` Saul Wold
2011-12-30 14:33 ` [PATCH 07/14] oprofileui: upgrade to 82ecf8c6b53b84f80682a8312f9defa83a95f2a3 Shane Wang
` (8 subsequent siblings)
14 siblings, 1 reply; 19+ messages in thread
From: Shane Wang @ 2011-12-30 14:33 UTC (permalink / raw)
To: openembedded-core
Because hdparm depends on stat, stat is brought into Yocto.
Part of this patch comes from oe
http://git.openembedded.org/openembedded/tree/recipes/hdparm, and
http://git.openembedded.org/openembedded/tree/recipes/stat.
But, changes include:
- upgrade to the latest version 9.37 from 9.35.
- added license checksum for both recipes.
- for hdparm, the license for wiper which is in hdparm is GPLv2. So, hdparm license in its bb file is changed accordingly.
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
.../recipes-extended/hdparm/hdparm-6.3/bswap.patch | 37 --------------------
.../hdparm/hdparm-6.3/uclibc.patch | 34 ------------------
meta/recipes-extended/hdparm/hdparm_6.3.bb | 18 ---------
meta/recipes-extended/hdparm/hdparm_9.37.bb | 35 ++++++++++++++++++
meta/recipes-extended/stat/stat_3.3.bb | 27 ++++++++++++++
5 files changed, 62 insertions(+), 89 deletions(-)
delete mode 100644 meta/recipes-extended/hdparm/hdparm-6.3/bswap.patch
delete mode 100644 meta/recipes-extended/hdparm/hdparm-6.3/uclibc.patch
delete mode 100644 meta/recipes-extended/hdparm/hdparm_6.3.bb
create mode 100644 meta/recipes-extended/hdparm/hdparm_9.37.bb
create mode 100644 meta/recipes-extended/stat/stat_3.3.bb
diff --git a/meta/recipes-extended/hdparm/hdparm-6.3/bswap.patch b/meta/recipes-extended/hdparm/hdparm-6.3/bswap.patch
deleted file mode 100644
index 715886a..0000000
--- a/meta/recipes-extended/hdparm/hdparm-6.3/bswap.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-Upstream-Status: Backport
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- hdparm-5.8/hdparm.c~bswap
-+++ hdparm-5.8/hdparm.c
-@@ -20,7 +20,9 @@
- #include <linux/types.h>
- #include <linux/hdreg.h>
- #include <linux/major.h>
--#include <asm/byteorder.h>
-+#include <byteswap.h>
-+
-+#define le16_to_cpus(x) bswap_16(htons(x))
-
- #include "hdparm.h"
-
-@@ -1160,7 +1162,7 @@
- }
- } else {
- for(i = 0; i < 0x100; ++i) {
-- __le16_to_cpus(&id[i]);
-+ le16_to_cpus(&id[i]);
- }
- identify((void *)id, NULL);
- }
-@@ -1380,7 +1382,7 @@
- }
- for (i = 0; count >= 4; ++i) {
- sbuf[i] = (fromhex(b[0]) << 12) | (fromhex(b[1]) << 8) | (fromhex(b[2]) << 4) | fromhex(b[3]);
-- __le16_to_cpus((__u16 *)(&sbuf[i]));
-+ le16_to_cpus((__u16 *)(&sbuf[i]));
- b += 5;
- count -= 5;
- }
diff --git a/meta/recipes-extended/hdparm/hdparm-6.3/uclibc.patch b/meta/recipes-extended/hdparm/hdparm-6.3/uclibc.patch
deleted file mode 100644
index d5f9298..0000000
--- a/meta/recipes-extended/hdparm/hdparm-6.3/uclibc.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Upstream-Status: Inappropriate [embedded specific]
-
---- hdparm-5.8/hdparm.c.ark 2005-05-22 19:48:34.000000000 +0000
-+++ hdparm-5.8/hdparm.c 2005-05-22 19:52:18.000000000 +0000
-@@ -17,7 +17,9 @@
- #include <sys/times.h>
- #include <sys/types.h>
- #include <sys/mount.h>
-+#ifndef __UCLIBC__
- #include <linux/types.h>
-+#endif
- #include <linux/hdreg.h>
- #include <linux/major.h>
- #include <byteswap.h>
---- hdparm-5.8/hdparm.h.ark 2005-05-22 19:51:49.000000000 +0000
-+++ hdparm-5.8/hdparm.h 2005-05-22 19:54:54.000000000 +0000
-@@ -1,6 +1,6 @@
- /* Some prototypes for extern functions. */
-
--#include <linux/types.h> /* for __u16 */
-+#include <stdint.h>
-
- #if !defined(__GNUC__) && !defined(__attribute__)
- #define __attribute__(x) /* if not using GCC, turn off the __attribute__
-@@ -11,7 +11,7 @@
- others, though, were declared in hdparm.c with global scope; since other
- functions in that file have static (file) scope, I assume the difference is
- intentional. */
--extern void identify (__u16 *id_supplied, const char *devname);
-+extern void identify (uint16_t *id_supplied, const char *devname);
-
- extern void usage_error(int out) __attribute__((noreturn));
- extern int main(int argc, char **argv) __attribute__((noreturn));
-
diff --git a/meta/recipes-extended/hdparm/hdparm_6.3.bb b/meta/recipes-extended/hdparm/hdparm_6.3.bb
deleted file mode 100644
index 62ae4c0..0000000
--- a/meta/recipes-extended/hdparm/hdparm_6.3.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-SUMMARY = "Utility for displaying and setting hard disk parameters"
-DESCRIPTION = "hdparm is a system utility for viewing \
-and manipulating various IDE drive and driver parameters."
-SECTION = "console/utils"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/hdparm-${PV}.tar.gz \
- file://bswap.patch \
- file://uclibc.patch"
-
-SRC_URI[md5sum] = "0c12672f3a09c14ad0b0882f15fc9389"
-SRC_URI[sha256sum] = "08688a6a46ba495494bf838f8f26103e797584c1888eca94e43a171e1b37246d"
-
-do_install () {
- install -d ${D}/${sbindir} ${D}/${mandir}/man8
- oe_runmake 'DESTDIR=${D}' install
-}
diff --git a/meta/recipes-extended/hdparm/hdparm_9.37.bb b/meta/recipes-extended/hdparm/hdparm_9.37.bb
new file mode 100644
index 0000000..fdda67f
--- /dev/null
+++ b/meta/recipes-extended/hdparm/hdparm_9.37.bb
@@ -0,0 +1,35 @@
+DESCRIPTION = "hdparm is a Linux shell utility for viewing \
+and manipulating various IDE drive and driver parameters."
+SECTION = "console/utils"
+PRIORITY = "optional"
+LICENSE = "BSD & GPLv2"
+LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24 \
+ file://debian/copyright;md5=a82d7ba3ade9e8ec902749db98c592f3 \
+ file://wiper/GPLv2.txt;md5=fcb02dc552a041dee27e4b85c7396067 \
+ file://wiper/wiper.sh;beginline=7;endline=31;md5=b7bc642addc152ea307505bf1a296f09"
+
+PACKAGES += "wiper"
+
+FILES_wiper = "${bindir}/wiper.sh"
+FILES_${PN} = "${base_sbindir} ${mandir}"
+
+RDEPENDS_wiper = "bash gawk stat"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/hdparm-${PV}.tar.gz "
+SRC_URI[md5sum] = "0bb94ddd1bedd5c02b1ca62f1caaf6de"
+SRC_URI[sha256sum] = "87ede0a7cb5b4de500748232e9d251b75acfccce078e1d42c8d125b9e5b4ccd3"
+
+do_install () {
+ install -d ${D}/${base_sbindir} ${D}/${mandir}/man8 ${D}/${bindir}
+ oe_runmake 'DESTDIR=${D}' 'sbindir=${base_sbindir}' install
+ mv ${D}${base_sbindir}/hdparm ${D}${base_sbindir}/hdparm.${PN}
+ cp ${S}/wiper/wiper.sh ${D}/${bindir}
+}
+
+pkg_postinst_${PN} () {
+ update-alternatives --install ${base_sbindir}/hdparm hdparm hdparm.${PN} 100
+}
+
+pkg_prerm_${PN} () {
+ update-alternatives --remove hdparm hdparm.${PN}
+}
diff --git a/meta/recipes-extended/stat/stat_3.3.bb b/meta/recipes-extended/stat/stat_3.3.bb
new file mode 100644
index 0000000..dc553ea
--- /dev/null
+++ b/meta/recipes-extended/stat/stat_3.3.bb
@@ -0,0 +1,27 @@
+SECTION = "console/utils"
+DESCRIPTION = "Display all information about a file that the stat() call provides and all information a filesystem that statfs() provides."
+LICENSE = "GPL"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=39886b077fd072e876e5c4c16310b631 \
+ file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+BBCLASSEXTEND = "native"
+
+PR = "r1"
+
+SRC_URI = "ftp://metalab.unc.edu/pub/Linux/utils/file/stat-3.3.tar.gz"
+SRC_URI[md5sum] = "37e247e8e400ad9205f1b0500b728fd3"
+SRC_URI[sha256sum] = "7071f0384a423a938dd542c1f08547a02824f6359acd3ef3f944b2c4c2d1ee09"
+
+do_install() {
+ install -d ${D}${bindir} ${D}${mandir}/man1
+ install -m 755 stat ${D}${bindir}
+ install -m 644 stat.1 ${D}${mandir}/man1
+}
+
+#do_install_virtclass-native() {
+# install -d ${D}${bindir}
+# install -m 755 stat ${D}${bindir}
+#}
+
+NATIVE_INSTALL_WORKS = "1"
+
--
1.7.6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH 07/14] oprofileui: upgrade to 82ecf8c6b53b84f80682a8312f9defa83a95f2a3
2011-12-30 13:49 [PATCH 00/14] [V2] Upgrade 12 more packages, Dec 30, 2011 Shane Wang
` (5 preceding siblings ...)
2011-12-30 14:33 ` [PATCH 06/14] hdparm: upgrade to 9.37 Shane Wang
@ 2011-12-30 14:33 ` Shane Wang
2011-12-30 14:33 ` [PATCH 08/14] libomxil: upgrade to 0.9.3 Shane Wang
` (7 subsequent siblings)
14 siblings, 0 replies; 19+ messages in thread
From: Shane Wang @ 2011-12-30 14:33 UTC (permalink / raw)
To: openembedded-core
This patch removed two patches because those are there in the upstream.
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
.../oprofileui/dso_linking_change_build_fix.patch | 27 ---
.../oprofileui/migrate-from-gnomevfs-to-gio.patch | 219 --------------------
meta/recipes-kernel/oprofile/oprofileui_git.bb | 2 +-
3 files changed, 1 insertions(+), 247 deletions(-)
delete mode 100644 meta/recipes-kernel/oprofile/oprofileui/dso_linking_change_build_fix.patch
delete mode 100644 meta/recipes-kernel/oprofile/oprofileui/migrate-from-gnomevfs-to-gio.patch
diff --git a/meta/recipes-kernel/oprofile/oprofileui/dso_linking_change_build_fix.patch b/meta/recipes-kernel/oprofile/oprofileui/dso_linking_change_build_fix.patch
deleted file mode 100644
index 39ceb22..0000000
--- a/meta/recipes-kernel/oprofile/oprofileui/dso_linking_change_build_fix.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-With dso linking change in gcc, all the libraries are needed to be explicitely specified to linker now. It breaks this package in following way. The libm library needs to be specified explicitely.
-
-| make[2]: Entering directory `/disk0/pokybuild/build1/tmp/work/i586-poky-linux/oprofileui-0.0+svnr197-r0/trunk/src'^M
-| ccache i586-poky-linux-gcc -march=i586 --sysroot=/disk0/pokybuild/build1/tmp/sysroots/i586-poky-linux -Wall -g -std=gnu99 -DPKG_DATA_DIR=\""/usr/share/oprofileui"\" -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o oprofile-viewer main.o client.o archive.o archive_window.o archive_save_window.o view.o report.o parser.o image.o symbol.o module.o symbol_instance.o module_instance.o callee_symbol_instance.o caller_symbol_instance.o state-util.o -pthread -lglade-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lxml2 -lgnomevfs-2 -lgmodule-2.0 -lgconf-2 -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -lavahi-ui -lgtk-x11-2.0 -lavahi-common -lavahi-client -lavahi-glib -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 ../protocol/libop.a^M
-| /disk0/pokybuild/build1/tmp/sysroots/x86_64-linux/usr/libexec/i586-poky-linux/gcc/i586-poky-linux/4.5.1/ld: ^X^B: invalid DSO for symbol `log@@GLIBC_2.0' definition^M
-| /disk0/pokybuild/build1/tmp/sysroots/i586-poky-linux/lib/libm.so.6: could not read symbols: Bad value^M
-| collect2: ld returned 1 exit status^M
-| make[2]: *** [oprofile-viewer] Error 1^M
-
-Upstream-Status: Inappropriate [configuration]
-
-Nitin A Kamble <nitin.a.kamble@intel.com>
-Date: 2011/01/11
-
-Index: trunk/src/Makefile.am
-===================================================================
---- trunk.orig/src/Makefile.am
-+++ trunk/src/Makefile.am
-@@ -56,7 +56,7 @@ oprofile_viewer_SOURCES = \
-
- oprofile_viewer_LDFLAGS =
-
--oprofile_viewer_LDADD = $(OPROFILEUI_LIBS) $(AVAHI_LIBS) $(top_builddir)/protocol/libop.a
-+oprofile_viewer_LDADD = $(OPROFILEUI_LIBS) -lm $(AVAHI_LIBS) $(top_builddir)/protocol/libop.a
-
- testparser_SOURCES = \
- parser.c \
diff --git a/meta/recipes-kernel/oprofile/oprofileui/migrate-from-gnomevfs-to-gio.patch b/meta/recipes-kernel/oprofile/oprofileui/migrate-from-gnomevfs-to-gio.patch
deleted file mode 100644
index bf3979f..0000000
--- a/meta/recipes-kernel/oprofile/oprofileui/migrate-from-gnomevfs-to-gio.patch
+++ /dev/null
@@ -1,219 +0,0 @@
-migrate from gnome-vfs to gio, as gnome-vfs is obsolete.
-
-Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
-
-Upstream-Status: Pending
-
-Index: git/src/main.c
-===================================================================
---- git.orig/src/main.c 2011-06-21 10:35:31.000000000 +0800
-+++ git/src/main.c 2011-06-21 10:44:12.000000000 +0800
-@@ -44,7 +44,6 @@
- #include <gtk/gtk.h>
- #include <glade/glade.h>
- #include <glib.h>
--#include <libgnomevfs/gnome-vfs.h>
- #include <gconf/gconf-client.h>
- #include <glib/gi18n.h>
-
-@@ -1005,8 +1004,7 @@
- /* Cleanup the old archive */
- archive_full_cleanup ();
-
-- if (gnome_vfs_initialized())
-- gnome_vfs_shutdown ();
-+ g_type_init();
-
- g_free(opui_config->host);
- g_free(opui_config->opcontrol_params);
-Index: git/src/archive.c
-===================================================================
---- git.orig/src/archive.c 2011-06-21 10:38:57.000000000 +0800
-+++ git/src/archive.c 2011-06-21 10:54:16.000000000 +0800
-@@ -45,7 +45,6 @@
- #include <glade/glade.h>
- #include <glib.h>
- #include <glib/gstdio.h>
--#include <libgnomevfs/gnome-vfs.h>
-
- #include "oprofileui.h"
- #include "response.h"
-@@ -86,56 +85,113 @@
-
- if (ret < 0)
- {
-- /* Use gnomevfs to copy the file as a fallback */
-- GnomeVFSURI *src_uri, *dst_uri;
-- GnomeVFSResult res;
--
-- src_uri = gnome_vfs_uri_new (gnome_vfs_get_uri_from_local_path(src));
-- dst_uri = gnome_vfs_uri_new (gnome_vfs_get_uri_from_local_path(dest));
-- res = gnome_vfs_xfer_uri (src_uri, dst_uri,
-- GNOME_VFS_XFER_DEFAULT |
-- GNOME_VFS_XFER_NEW_UNIQUE_DIRECTORY,
-- GNOME_VFS_XFER_ERROR_MODE_ABORT,
-- GNOME_VFS_XFER_OVERWRITE_MODE_REPLACE,
-- NULL, NULL);
-- if (res != GNOME_VFS_OK)
-+ /* Use gio to copy the file as a fallback */
-+ GFile *src_file, *dst_file;
-+ gboolean res;
-+ GError *error = NULL;
-+
-+ src_file = g_file_new_for_path (src);
-+ dst_file = g_file_new_for_path (dest);
-+
-+ res = g_file_copy(src_file, dst_file,
-+ G_FILE_COPY_NOFOLLOW_SYMLINKS |
-+ G_FILE_COPY_OVERWRITE,
-+ NULL,
-+ NULL,
-+ NULL,
-+ &error);
-+
-+ if (!res && error)
- {
-- const gchar *err_string = gnome_vfs_result_to_string (res);
-+ printf ("GIO: error %s (%s to %s)\n", error->message, src, dest);
-
-- printf ("GNOME-VFS: error %s (%s to %s)\n", err_string, src, dest);
-+ g_error_free(error);
- }
-+
-+ g_object_unref(src_file);
-+ g_object_unref(dst_file);
-+
-+ }
-+}
-+
-+#define IS_IO_ERROR(__error, KIND) (((__error)->domain == G_IO_ERROR && (__error)->code == G_IO_ERROR_ ## KIND))
-+
-+static gboolean
-+remove_target_recursively(GFile *file)
-+{
-+ GFileEnumerator *enumerator;
-+ GError *error = NULL;
-+ GFile *child;
-+ GFileInfo *info;
-+ gboolean stop = FALSE;
-+
-+ enumerator = g_file_enumerate_children(file,
-+ G_FILE_ATTRIBUTE_STANDARD_NAME,
-+ G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS,
-+ NULL,
-+ &error);
-+
-+ if (enumerator)
-+ {
-+ error = NULL;
-+
-+ while ( (info = g_file_enumerator_next_file(enumerator, NULL, &error))
-+ != NULL ) {
-+
-+ child = g_file_get_child(file, g_file_info_get_name(info));
-+ if (!remove_target_recursively(child))
-+ {
-+ stop = TRUE;
-+ break;
-+ }
-+ g_object_unref(child);
-+ g_object_unref(info);
-+ }
-+
-+ g_object_unref(enumerator);
-+ }
-+ else if (IS_IO_ERROR(error, NOT_DIRECTORY))
-+ {
-+ g_error_free(error);
- }
-+ else
-+ {
-+ g_error_free(error);
-+ stop = TRUE;
-+ }
-+
-+ if (stop)
-+ return FALSE;
-+
-+ error = NULL;
-+ if (!g_file_delete(file, NULL, &error))
-+ {
-+ char *path = g_file_get_path(file);
-+ printf ("GIO: error %s when deleteing file %s.\n", error->message, path);
-+ g_free(path);
-+
-+ g_error_free(error);
-+ return FALSE;
-+ }
-+
-+ return TRUE;
-+
- }
-
- /* Delete the directory specified by path */
- static void
- archive_removedir(gchar *path)
- {
-- GnomeVFSResult res;
-- GnomeVFSURI *src_uri;
-- GList uri_list;
-+ GFile *src_file;
-
- if (path == NULL)
- return;
-
-- gnome_vfs_init ();
--
-- src_uri = gnome_vfs_uri_new (gnome_vfs_get_uri_from_local_path(path));
--
-- uri_list.data = src_uri;
-- uri_list.next = NULL;
-- uri_list.prev = NULL;
-+ src_file = g_file_new_for_path (path);
-
-- res = gnome_vfs_xfer_delete_list (&uri_list,
-- GNOME_VFS_XFER_ERROR_MODE_ABORT,
-- GNOME_VFS_XFER_EMPTY_DIRECTORIES,
-- NULL, NULL);
--
-- if (res != GNOME_VFS_OK)
-+ if (! remove_target_recursively(src_file))
- {
-- const gchar *err_string = gnome_vfs_result_to_string (res);
--
-- printf ("GNOME-VFS: error %s\n", err_string);
-+ printf ("GIO:remove %s failed", path);
- }
- }
-
-@@ -242,8 +298,6 @@
- gchar **tmp;
- int i;
-
-- gnome_vfs_init ();
--
- tmp = g_strsplit (reply->payload, "\n", 0);
-
- for (i=0; i < g_strv_length (tmp); i++)
-@@ -436,8 +490,6 @@
- {
- gint counter;
-
-- gnome_vfs_init ();
--
- downloaded_files = g_slist_append (downloaded_files, g_strdup("/var/lib/oprofile/.converted"));
-
- archive_save_window_show (g_slist_length (downloaded_files) +
-Index: git/configure.ac
-===================================================================
---- git.orig/configure.ac 2011-06-21 10:49:40.000000000 +0800
-+++ git/configure.ac 2011-06-21 10:49:58.000000000 +0800
-@@ -29,7 +29,7 @@
- AM_CONDITIONAL(ENABLE_SERVER, test x$enable_server = xyes)
- AM_CONDITIONAL(ENABLE_CLIENT, test x$enable_client = xyes)
-
--PKG_CHECK_MODULES(OPROFILEUI, [glib-2.0 libglade-2.0 gtk+-2.0 libxml-2.0 gnome-vfs-2.0 gconf-2.0])
-+PKG_CHECK_MODULES(OPROFILEUI, [glib-2.0 libglade-2.0 gtk+-2.0 libxml-2.0 gconf-2.0])
- AC_SUBST(OPROFILEUI_CFLAGS)
- AC_SUBST(OPROFILEUI_LIBS)
-
diff --git a/meta/recipes-kernel/oprofile/oprofileui_git.bb b/meta/recipes-kernel/oprofile/oprofileui_git.bb
index 2b56981..3fe9bb4 100644
--- a/meta/recipes-kernel/oprofile/oprofileui_git.bb
+++ b/meta/recipes-kernel/oprofile/oprofileui_git.bb
@@ -1,6 +1,6 @@
require oprofileui.inc
-SRCREV = "b3116a4f80ae64bd280e6434d66f33ed492d449a"
+SRCREV = "82ecf8c6b53b84f80682a8312f9defa83a95f2a3"
PV = "0.0+git${SRCPV}"
PR = "r0"
--
1.7.6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH 08/14] libomxil: upgrade to 0.9.3
2011-12-30 13:49 [PATCH 00/14] [V2] Upgrade 12 more packages, Dec 30, 2011 Shane Wang
` (6 preceding siblings ...)
2011-12-30 14:33 ` [PATCH 07/14] oprofileui: upgrade to 82ecf8c6b53b84f80682a8312f9defa83a95f2a3 Shane Wang
@ 2011-12-30 14:33 ` Shane Wang
2011-12-30 14:33 ` [PATCH 09/14] linux-firmware: upgrade to 15888a2eab052ac3d3f49334e4f6f05f347a516e Shane Wang
` (6 subsequent siblings)
14 siblings, 0 replies; 19+ messages in thread
From: Shane Wang @ 2011-12-30 14:33 UTC (permalink / raw)
To: openembedded-core
This patch is to upgrade libomxil from 0.3.3 to 0.9.3.
The following is the licence change:
2c2
< @file src/omxcore.h
---
> src/omxcore.h
4c4
< OpenMax Integration Layer Core. This library implements the OpenMAX core
---
> OpenMAX Integration Layer Core. This library implements the OpenMAX core
7c7,8
< Copyright (C) 2007 STMicroelectronics and Nokia
---
> Copyright (C) 2007-2009 STMicroelectronics
> Copyright (C) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
24,26d24
< $Date: 2007-05-22 16:48:41 +0200 (Tue, 22 May 2007) $
< Revision $Rev: 239 $
< Author $Author: gsent $
34d31
<
36d32
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
.../libomxil/libomxil-0.9.3/configure-fix.patch | 58 ++++++++++++++++++++
.../libomxil-0.9.3/makefile-docdir-fix.patch | 19 +++++++
.../libomxil/libomxil-0.9.3/parallel-make.patch | 18 ++++++
meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb | 23 --------
meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 33 +++++++++++
5 files changed, 128 insertions(+), 23 deletions(-)
create mode 100644 meta/recipes-multimedia/libomxil/libomxil-0.9.3/configure-fix.patch
create mode 100644 meta/recipes-multimedia/libomxil/libomxil-0.9.3/makefile-docdir-fix.patch
create mode 100644 meta/recipes-multimedia/libomxil/libomxil-0.9.3/parallel-make.patch
delete mode 100644 meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb
create mode 100644 meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb
diff --git a/meta/recipes-multimedia/libomxil/libomxil-0.9.3/configure-fix.patch b/meta/recipes-multimedia/libomxil/libomxil-0.9.3/configure-fix.patch
new file mode 100644
index 0000000..876e80e
--- /dev/null
+++ b/meta/recipes-multimedia/libomxil/libomxil-0.9.3/configure-fix.patch
@@ -0,0 +1,58 @@
+To enable --disable-Werror for libomxil to avoid some compilers which check code strictly.
+
+For example, at least the following errors happened to some compilers:
+
+1) OMX_INDEXTYPE in include/OMX_Index.h IS NOT OMX_INDEXVENDORTYPE in src/base/omx_base_component.h
+| i586-poky-linux-libtool: compile: i586-poky-linux-gcc -m32 -march=i586 --sysroot=/home/yocto-build5/poky/build/tmp/sysroots/qemux86 -DHAVE_Climinate-unused-debug-types -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c OMXComponentRMExt.c -fPIC -DPIC -o .libs/libomxbase_la-OMXComponentRMExt.o
+| omx_base_component.c: In function 'omx_base_component_GetParameter':
+| omx_base_component.c:991:3: error: case value '2130706435' not in enumerated type 'OMX_INDEXTYPE' [-Werror=switch]
+| omx_base_component.c:918:3: error: case value '2130706436' not in enumerated type 'OMX_INDEXTYPE' [-Werror=switch]
+
+2)
+| i586-poky-linux-gcc -m32 -march=i586 --sysroot=/home/yocto-build5/poky/build/tmp/sysroots/qemux86 -DHAVE_CONFIG_H -I. -I.. -DOMXILCOMPOminate-unused-debug-types -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c -o omxregister_bellagio-omxregister.o `test -f 'omxregister.c' || echo './'`o
+| omxregister.c: In function 'buildComponentsList':
+| omxregister.c:175:7: error: variable 'err' set but not used [-Werror=unused-but-set-variable]
+| cc1: all warnings being treated as errors
+
+Upstream-Status: Inappropriate [configuration]
+
+Signed-off-by: Shane Wang <shane.wang@intel.com>
+
+diff -r 82d742d3ea90 configure.ac
+--- a/configure.ac Tue Dec 27 15:30:35 2011 +0800
++++ b/configure.ac Tue Dec 27 16:26:03 2011 +0800
+@@ -5,7 +5,7 @@
+ AC_PREREQ([2.59])
+
+ AC_CONFIG_HEADERS([config.h])
+-CFLAGS="${CFLAGS} -Wall -Werror"
++CFLAGS="${CFLAGS} -Wall"
+
+ ################################################################################
+ # Set the shared versioning info, according to section 6.3 of the libtool info #
+@@ -122,6 +122,14 @@
+ [with_android=$enableval],
+ [with_android=no])
+
++AC_ARG_ENABLE(
++ [Werror],
++ [AC_HELP_STRING(
++ [--disable-Werror],
++ [whether to diable treating gcc warnings as errors])],
++ [with_Werror=$enableval],
++ [with_Werror=yes])
++
+ ################################################################################
+ # Check for programs #
+ ################################################################################
+@@ -193,6 +201,10 @@
+ CFG_DEBUG_LEVEL=255
+ fi
+
++if test "x$with_Werror" = "xyes"; then
++ CFLAGS="${CFLAGS} -Werror"
++fi
++
+ AC_SUBST(CFG_DEBUG_LEVEL)
+ CFLAGS="${CFLAGS} -DCONFIG_DEBUG_LEVEL=$CFG_DEBUG_LEVEL"
+
diff --git a/meta/recipes-multimedia/libomxil/libomxil-0.9.3/makefile-docdir-fix.patch b/meta/recipes-multimedia/libomxil/libomxil-0.9.3/makefile-docdir-fix.patch
new file mode 100644
index 0000000..dbe8c41
--- /dev/null
+++ b/meta/recipes-multimedia/libomxil/libomxil-0.9.3/makefile-docdir-fix.patch
@@ -0,0 +1,19 @@
+This patch is to remove DESTDIR in docdir.
+Otherwise, when users install by running `make install DESTDIR=/alternate/directory' specified in the file INSTALL, the doc will go into /alternate/directory/alternate/directory, which is not expected.
+
+Upstream-Status: Pending
+
+Signed-off-by: Shane Wang <shane.wang@intel.com>
+
+diff -r 30b597e4e70d Makefile.am
+--- a/Makefile.am Wed Dec 28 15:38:35 2011 +0800
++++ b/Makefile.am Wed Dec 28 15:39:25 2011 +0800
+@@ -7,7 +7,7 @@
+ pkgconfigdir = $(libdir)/pkgconfig
+ pkgconfig_DATA = libomxil-bellagio.pc
+
+-docdir = $(DESTDIR)$(prefix)/share/doc/@PACKAGE@
++docdir = $(prefix)/share/doc/@PACKAGE@
+ doc_DATA = README \
+ ChangeLog \
+ TODO
diff --git a/meta/recipes-multimedia/libomxil/libomxil-0.9.3/parallel-make.patch b/meta/recipes-multimedia/libomxil/libomxil-0.9.3/parallel-make.patch
new file mode 100644
index 0000000..483ca13
--- /dev/null
+++ b/meta/recipes-multimedia/libomxil/libomxil-0.9.3/parallel-make.patch
@@ -0,0 +1,18 @@
+This patch is to make libomxil Makefile support "make -jN".
+The omxregister_bellagio stuffs depend on libomxil_bellagio library.
+
+Upstream-Status: Pending
+
+Signed-off-by: Shane Wang <shane.wang@intel.com>
+
+diff -r f59d077d3dd5 Makefile.am
+--- a/src/Makefile.am Wed Dec 28 10:54:36 2011 +0800
++++ b/src/Makefile.am Wed Dec 28 10:55:46 2011 +0800
+@@ -7,6 +7,7 @@
+ omxregister_bellagio_SOURCES = omxregister.c common.c common.h
+ omxregister_bellagio_CFLAGS = -DOMXILCOMPONENTSPATH=\"$(plugindir)/\" \
+ -I$(top_srcdir)/include
++omxregister_bellagio_LDADD = $(lib_LTLIBRARIES)
+ omxregister_bellagio_LDFLAGS = -lomxil-bellagio -L$(builddir)
+
+ lib_LTLIBRARIES = libomxil-bellagio.la
diff --git a/meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb b/meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb
deleted file mode 100644
index da3ddde..0000000
--- a/meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "Bellagio OpenMAX Integration Layer"
-HOMEPAGE = "http://omxil.sourceforge.net/"
-LICENSE = "LGPLv2.1+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=ae6f0f4dbc7ac193b50f323a6ae191cb \
- file://src/omxcore.h;beginline=1;endline=27;md5=c2e37f68ba9652ca9b2431f466944174"
-DEPENDS = "libvorbis libogg alsa-lib libmad"
-
-PR = "r1"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/libomxil-B-${PV}.tar.gz"
-
-S = "${WORKDIR}/${BPN}-B-${PV}"
-
-inherit autotools
-
-EXTRA_OECONF += "--disable-ffmpegcomponents"
-
-FILES_${PN} += "${libdir}/omxilcomponents/*${SOLIBS} \
- ${datadir}/libomxil-B"
-FILES_${PN}-staticdev += "${libdir}/omxilcomponents/*.a"
-FILES_${PN}-dev += "${libdir}/omxilcomponents/*.la \
- ${libdir}/omxilcomponents/*${SOLIBSDEV}"
-FILES_${PN}-dbg += "${libdir}/omxilcomponents/.debug/"
diff --git a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb
new file mode 100644
index 0000000..bb31c56
--- /dev/null
+++ b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb
@@ -0,0 +1,33 @@
+DESCRIPTION = "Bellagio OpenMAX Integration Layer"
+HOMEPAGE = "http://omxil.sourceforge.net/"
+LICENSE = "LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=ae6f0f4dbc7ac193b50f323a6ae191cb \
+ file://src/omxcore.h;beginline=1;endline=27;md5=806b1e5566c06486fe8e42b461e03a90"
+DEPENDS = "libvorbis libogg alsa-lib libmad"
+
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/libomxil-bellagio-${PV}.tar.gz \
+ file://configure-fix.patch \
+ file://parallel-make.patch \
+ file://makefile-docdir-fix.patch"
+
+SRC_URI[md5sum] = "a1de827fdb75c02c84e55f740ca27cb8"
+SRC_URI[sha256sum] = "593c0729c8ef8c1467b3bfefcf355ec19a46dd92e31bfc280e17d96b0934d74c"
+
+S = "${WORKDIR}/${BPN}-bellagio-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF += "--disable-ffmpegcomponents --disable-Werror"
+
+FILES_${PN} += "${libdir}/bellagio/*${SOLIBS} \
+ ${libdir}/omxloaders/*${SOLIBS}"
+FILES_${PN}-staticdev += "${libdir}/bellagio/*.a \
+ ${libdir}/omxloaders/*.a"
+FILES_${PN}-dev += "${libdir}/bellagio/*.la \
+ ${libdir}/bellagio/*${SOLIBSDEV} \
+ ${libdir}/omxloaders/*.la \
+ ${libdir}/omxloaders/*${SOLIBSDEV}"
+FILES_${PN}-dbg += "${libdir}/bellagio/.debug/ \
+ ${libdir}/omxloaders/.debug/"
--
1.7.6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH 09/14] linux-firmware: upgrade to 15888a2eab052ac3d3f49334e4f6f05f347a516e
2011-12-30 13:49 [PATCH 00/14] [V2] Upgrade 12 more packages, Dec 30, 2011 Shane Wang
` (7 preceding siblings ...)
2011-12-30 14:33 ` [PATCH 08/14] libomxil: upgrade to 0.9.3 Shane Wang
@ 2011-12-30 14:33 ` Shane Wang
2011-12-30 14:33 ` [PATCH 10/14] matchbox-wm-2: ugrade to 01fa5465743c9ee43d040350f4405d35293e4869 Shane Wang
` (5 subsequent siblings)
14 siblings, 0 replies; 19+ messages in thread
From: Shane Wang @ 2011-12-30 14:33 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
.../linux-firmware/linux-firmware_git.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
index 1534cd9..a99dc7e 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
@@ -19,9 +19,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.radeon_rlc;md5=4c243f7854d2884b483abda991adef
file://LICENCE.rtlwifi_firmware.txt;md5=00d06cfd3eddd5a2698948ead2ad54a5 \
"
-SRCREV = "d543c1d98fc240267ee59fff93f7a0f36d9e2fc3"
+SRCREV = "15888a2eab052ac3d3f49334e4f6f05f347a516e"
PV = "0.0+git${SRCPV}"
-PR = "r2"
+PR = "r0"
SRC_URI = "git://git.infradead.org/users/dwmw2/linux-firmware.git;protocol=git"
--
1.7.6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH 10/14] matchbox-wm-2: ugrade to 01fa5465743c9ee43d040350f4405d35293e4869
2011-12-30 13:49 [PATCH 00/14] [V2] Upgrade 12 more packages, Dec 30, 2011 Shane Wang
` (8 preceding siblings ...)
2011-12-30 14:33 ` [PATCH 09/14] linux-firmware: upgrade to 15888a2eab052ac3d3f49334e4f6f05f347a516e Shane Wang
@ 2011-12-30 14:33 ` Shane Wang
2011-12-30 14:33 ` [PATCH 11/14] quota: upgrade to 4.00 Shane Wang
` (4 subsequent siblings)
14 siblings, 0 replies; 19+ messages in thread
From: Shane Wang @ 2011-12-30 14:33 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
.../matchbox-wm-2/matchbox-wm-2_git.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb
index c9498f7..9961728 100644
--- a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb
+++ b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://matchbox/core/mb-wm.h;endline=21;md5=1b1d328a52790635
DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+"
-SRCREV = "18ab9c7e4ffcb066b25281172ea82947bd56cb86"
+SRCREV = "01fa5465743c9ee43d040350f4405d35293e4869"
PV = "0.1+git${SRCPV}"
PR = "r0"
--
1.7.6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH 11/14] quota: upgrade to 4.00
2011-12-30 13:49 [PATCH 00/14] [V2] Upgrade 12 more packages, Dec 30, 2011 Shane Wang
` (9 preceding siblings ...)
2011-12-30 14:33 ` [PATCH 10/14] matchbox-wm-2: ugrade to 01fa5465743c9ee43d040350f4405d35293e4869 Shane Wang
@ 2011-12-30 14:33 ` Shane Wang
2011-12-30 14:33 ` [PATCH 12/14] watchdog: upgrade to 5.11 Shane Wang
` (3 subsequent siblings)
14 siblings, 0 replies; 19+ messages in thread
From: Shane Wang @ 2011-12-30 14:33 UTC (permalink / raw)
To: openembedded-core
The license change in rquota_server.c is the following two lines have been removed:
11a12,13
> * Version: $Id: rquota_server.c,v 1.22 2010/01/05 16:04:57 jkar8572 Exp $
> *
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
.../quota/{quota_4.00-pre1.bb => quota_4.00.bb} | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-extended/quota/{quota_4.00-pre1.bb => quota_4.00.bb} (78%)
diff --git a/meta/recipes-extended/quota/quota_4.00-pre1.bb b/meta/recipes-extended/quota/quota_4.00.bb
similarity index 78%
rename from meta/recipes-extended/quota/quota_4.00-pre1.bb
rename to meta/recipes-extended/quota/quota_4.00.bb
index 00cdd5e..6b04fd9 100644
--- a/meta/recipes-extended/quota/quota_4.00-pre1.bb
+++ b/meta/recipes-extended/quota/quota_4.00.bb
@@ -4,14 +4,14 @@ HOMEPAGE = "http://sourceforge.net/projects/linuxquota/"
BUGTRACKER = "http://sourceforge.net/tracker/?group_id=18136&atid=118136"
LICENSE = "BSD & GPLv2+ & LGPLv2.1+"
LIC_FILES_CHKSUM = "file://quota.c;beginline=1;endline=33;md5=331c7d77744bfe0ad24027f0651028ec \
- file://rquota_server.c;beginline=1;endline=20;md5=d509328bb71c3438b9c737774b4132a2 \
+ file://rquota_server.c;beginline=1;endline=20;md5=fe7e0d7e11c6f820f8fa62a5af71230f \
file://svc_socket.c;beginline=1;endline=17;md5=24d5a8792da45910786eeac750be8ceb"
-PR = "r1"
+PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/project/linuxquota/quota-tools/${PV}/quota-${PV}.tar.gz"
-SRC_URI[md5sum] = "ef9d66e8a968ecffd2d9df648fa8ada2"
-SRC_URI[sha256sum] = "181a9b90b10bbffaaf9a18e7fef96a5752ab20f7b72d81c472166ab32e415994"
+SRC_URI[md5sum] = "975f587ff761a60ac25dbe6c00865925"
+SRC_URI[sha256sum] = "eb2b045f58b98299edc568b8607b95b10735b4a131fa5196f41c89b51fb409ba"
S = ${WORKDIR}/quota-tools
--
1.7.6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH 12/14] watchdog: upgrade to 5.11
2011-12-30 13:49 [PATCH 00/14] [V2] Upgrade 12 more packages, Dec 30, 2011 Shane Wang
` (10 preceding siblings ...)
2011-12-30 14:33 ` [PATCH 11/14] quota: upgrade to 4.00 Shane Wang
@ 2011-12-30 14:33 ` Shane Wang
2011-12-30 14:33 ` [PATCH 13/14] puzzles: upgrade to r9375 Shane Wang
` (2 subsequent siblings)
14 siblings, 0 replies; 19+ messages in thread
From: Shane Wang @ 2011-12-30 14:33 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
.../watchdog/{watchdog_5.9.bb => watchdog_5.11.bb} | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-extended/watchdog/{watchdog_5.9.bb => watchdog_5.11.bb} (70%)
diff --git a/meta/recipes-extended/watchdog/watchdog_5.9.bb b/meta/recipes-extended/watchdog/watchdog_5.11.bb
similarity index 70%
rename from meta/recipes-extended/watchdog/watchdog_5.9.bb
rename to meta/recipes-extended/watchdog/watchdog_5.11.bb
index 96aa1f0..0b88c1f 100644
--- a/meta/recipes-extended/watchdog/watchdog_5.9.bb
+++ b/meta/recipes-extended/watchdog/watchdog_5.11.bb
@@ -10,10 +10,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8a7258c60a71a2f04b67fb01f495889c"
PR = "r0"
-SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog-${PV}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog_${PV}.tar.gz"
-SRC_URI[md5sum] = "d7cae3c9829f5d9a680764f314234867"
-SRC_URI[sha256sum] = "60d8e9180b8800e1b2386553a9f63a026bddad4997d21790f7c5dde7e77065ec"
+SRC_URI[md5sum] = "02c764219b3bdb2373091cbd67109eb6"
+SRC_URI[sha256sum] = "723a7966e0c3d58e3f4df20943a5c9aa1553381f46aa0dbcf832016756e62792"
inherit autotools
--
1.7.6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH 13/14] puzzles: upgrade to r9375.
2011-12-30 13:49 [PATCH 00/14] [V2] Upgrade 12 more packages, Dec 30, 2011 Shane Wang
` (11 preceding siblings ...)
2011-12-30 14:33 ` [PATCH 12/14] watchdog: upgrade to 5.11 Shane Wang
@ 2011-12-30 14:33 ` Shane Wang
2011-12-30 14:33 ` [PATCH 14/14] distro_tracking_fields: update the info for this round of package upgrade Shane Wang
2012-01-04 0:28 ` [PATCH 00/14] [RESEND V2] Upgrade 12 more packages, Dec 30, 2011 Saul Wold
14 siblings, 0 replies; 19+ messages in thread
From: Shane Wang @ 2011-12-30 14:33 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
.../puzzles/{puzzles_r9306.bb => puzzles_r9375.bb} | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-sato/puzzles/{puzzles_r9306.bb => puzzles_r9375.bb} (91%)
diff --git a/meta/recipes-sato/puzzles/puzzles_r9306.bb b/meta/recipes-sato/puzzles/puzzles_r9375.bb
similarity index 91%
rename from meta/recipes-sato/puzzles/puzzles_r9306.bb
rename to meta/recipes-sato/puzzles/puzzles_r9375.bb
index 14b0461..aec6399 100644
--- a/meta/recipes-sato/puzzles/puzzles_r9306.bb
+++ b/meta/recipes-sato/puzzles/puzzles_r9375.bb
@@ -2,7 +2,7 @@ DESCRIPTION="Simon Tatham's Portable Puzzle Collection"
HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
DEPENDS = "gtk+ libxt"
-PR = "r1"
+PR = "r0"
MOD_PV = "${@d.getVar('PV',1)[1:]}"
LICENSE = "MIT"
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=9928b60f3b78be315b7ab699c1b03ff5"
# Upstream updates puzzles.tar.gz for the new release, so checksums seem to be changing regularly right now
#SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV}"
SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz"
-SRC_URI[md5sum] = "fd1b05c0e0cfb752c6136ce2e4562416"
-SRC_URI[sha256sum] = "512aa26a0d11867a815030449bb903861f75512725886a70eece387bd8240ddd"
+SRC_URI[md5sum] = "35e85cefb59d39cd22bf232673857727"
+SRC_URI[sha256sum] = "ae94dc8a654582c0cab61ce4699e25027ed720c06b411e5202144a5114fd338b"
S = "${WORKDIR}/${BPN}-${PV}"
--
1.7.6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH 14/14] distro_tracking_fields: update the info for this round of package upgrade
2011-12-30 13:49 [PATCH 00/14] [V2] Upgrade 12 more packages, Dec 30, 2011 Shane Wang
` (12 preceding siblings ...)
2011-12-30 14:33 ` [PATCH 13/14] puzzles: upgrade to r9375 Shane Wang
@ 2011-12-30 14:33 ` Shane Wang
2012-01-04 0:28 ` [PATCH 00/14] [RESEND V2] Upgrade 12 more packages, Dec 30, 2011 Saul Wold
14 siblings, 0 replies; 19+ messages in thread
From: Shane Wang @ 2011-12-30 14:33 UTC (permalink / raw)
To: openembedded-core
The update includes:
- update the info for linux-firware, quota, watchdog, hdparm, libomxil, oprofileui, puzzles, and matchbox-wm-2
- add one more recipe info for stat, which is depended by hdparm
- correct the wrong info for connman-gnome, which is updated by last manual check in error.
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
.../conf/distro/include/distro_tracking_fields.inc | 45 +++++++++++---------
1 files changed, 25 insertions(+), 20 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index e8215b7..7725cfe 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -49,12 +49,12 @@ RECIPE_MAINTAINER_pn-libtimedate-perl = "Nitin A Kamble <nitin.a.kamble@intel.co
DISTRO_PN_ALIAS_pn-libtimedate-perl = "Debian=libtimedate-perl Ubuntu=libtimedate-perl"
RECIPE_STATUS_pn-linux-firmware = "green"
-RECIPE_LATEST_VERSION_pn-linux-firmware = "97649b1e"
-RECIPE_LATEST_RELEASE_DATE_pn-linux-firmware = "Dec 01, 2010"
+RECIPE_LATEST_VERSION_pn-linux-firmware = "15888a2e"
+RECIPE_LATEST_RELEASE_DATE_pn-linux-firmware = "Oct 24, 2011"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-linux-firmware = "n/a"
RECIPE_NO_OF_PATCHES_pn-linux-firmware = "0"
-RECIPE_LAST_UPDATE_pn-linux-firmware = "Dec 30, 2010"
-RECIPE_MANUAL_CHECK_DATE_pn-linux-firmware = "Jun 29, 2011"
+RECIPE_LAST_UPDATE_pn-linux-firmware = "Dec 30, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-linux-firmware = "Dec 30, 2011"
RECIPE_MAINTAINER_pn-linux-firmware = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-logrotate = "red"
@@ -1011,7 +1011,7 @@ RECIPE_INTEL_SECTION_pn-quota = "base utils"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-quota = "13 months"
RECIPE_LATEST_RELEASE_DATE_pn-quota = "Aug 17, 2011"
RECIPE_COMMENTS_pn-quota = ""
-RECIPE_LAST_UPDATE_pn-quota = "Nov 15, 2010"
+RECIPE_LAST_UPDATE_pn-quota = "Dec 30, 2011"
RECIPE_MANUAL_CHECK_DATE_pn-quota = "Dec 24, 2011"
RECIPE_MAINTAINER_pn-quota = "Dongxiao Xu <dongxiao.xu@intel.com>"
@@ -1142,15 +1142,15 @@ RECIPE_LATEST_RELEASE_DATE_pn-pax = "Aug 01, 2005"
RECIPE_COMMENTS_pn-pax = ""
RECIPE_STATUS_pn-watchdog = "green"
-RECIPE_LAST_UPDATE_pn-watchdog = "Aug 20, 2010"
+RECIPE_LAST_UPDATE_pn-watchdog = "Dec 30, 2011"
RECIPE_MAINTAINER_pn-watchdog = "Dexuan Cui <dexuan.cui@intel.com>"
RECIPE_DEPENDENCY_CHECK_pn-watchdog = "not done"
-RECIPE_LATEST_VERSION_pn-watchdog = "5.10"
+RECIPE_LATEST_VERSION_pn-watchdog = "5.11"
RECIPE_NO_OF_PATCHES_pn-watchdog = "0"
RECIPE_INTEL_SECTION_pn-watchdog = "base utils"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-watchdog = "3 months"
-RECIPE_LATEST_RELEASE_DATE_pn-watchdog = "Dec 15, 2011"
-RECIPE_MANUAL_CHECK_DATE_pn-watchdog = "Dec 24, 2011"
+RECIPE_LATEST_RELEASE_DATE_pn-watchdog = "Dec 28, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-watchdog = "Dec 30, 2011"
RECIPE_COMMENTS_pn-watchdog = ""
DISTRO_PN_ALIAS_pn-watchdog = "Debian=watchdog Ubuntu=watchdog Mandriva=watchdog"
@@ -1977,9 +1977,15 @@ RECIPE_LAST_UPDATE_pn-setserial = "Jul 21, 2006"
RECIPE_MANUAL_CHECK_DATE_pn-setserial = "Dec 24, 2011"
RECIPE_MAINTAINER_pn-setserial = "Zhai Edwin <edwin.zhai@intel.com>"
+RECIPE_STATUS_pn-stat = "red"
+RECIPE_LATEST_VERSION_pn-stat = "3.3"
+RECIPE_LAST_UPDATE_pn-stat = "Dec 30, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-stat = "Dec 30, 2011"
+RECIPE_MAINTAINER_pn-stat = "Shane Wang <shane.wang@intel.com>"
+
RECIPE_STATUS_pn-hdparm = "red"
RECIPE_LATEST_VERSION_pn-hdparm = "9.37"
-RECIPE_LAST_UPDATE_pn-hdparm = "Jan 24, 2011"
+RECIPE_LAST_UPDATE_pn-hdparm = "Dec 30, 2011"
RECIPE_MANUAL_CHECK_DATE_pn-hdparm = "Dec 24, 2011"
RECIPE_MAINTAINER_pn-hdparm = "Dexuan Cui <dexuan.cui@intel.com>"
@@ -2181,13 +2187,12 @@ RECIPE_LAST_UPDATE_pn-connman = "Dec 30, 2010"
RECIPE_MAINTAINER_pn-connman = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-connman-gnome = "green"
-RECIPE_LATEST_VERSION_pn-connman-gnome = "0.78"
-RECIPE_LATEST_RELEASE_DATE_pn-connman-gnome = "Dec 20, 2011"
+RECIPE_LATEST_VERSION_pn-connman-gnome = "0.5"
RECIPE_NO_OF_PATCHES_pn-connman-gnome="3"
RECIPE_LATEST_RELEASE_DATE_pn-connman-gnome="n/a"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-connman-gnome="n/a"
RECIPE_LAST_UPDATE_pn-connman-gnome = "Dec 30, 2010"
-RECIPE_MANUAL_CHECK_DATE_pn-connman-gnome = "Dec 24, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-connman-gnome = "Dec 30, 2011"
RECIPE_MAINTAINER_pn-connman-gnome = "Dongxiao Xu <dongxiao.xu@intel.com>"
DISTRO_PN_ALIAS_pn-connman-gnome = "Intel"
@@ -2797,7 +2802,7 @@ DISTRO_PN_ALIAS_pn-gst-fluendo-mpegdemux = "Ubuntu=gstreamer0.10-fluendo-mpegdem
RECIPE_STATUS_pn-libomxil = "red"
RECIPE_LATEST_VERSION_pn-libomxil = "0.9.3"
RECIPE_LATEST_RELEASE_DATE_pn-libomxil = "May 20, 2011"
-RECIPE_LAST_UPDATE_pn-libomxil = "Jan 11, 2008"
+RECIPE_LAST_UPDATE_pn-libomxil = "Dec 30, 2011"
RECIPE_MAINTAINER_pn-libomxil = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_MANUAL_CHECK_DATE_pn-libomxil = "Dec 24, 2011"
DISTRO_PN_ALIAS_pn-libomxil = "OSPDT upstream=http://omxil.sourceforge.net/"
@@ -2820,7 +2825,7 @@ RECIPE_INTEL_SECTION_pn-oprofileui = "sdk-tools"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-oprofileui = "20 days"
RECIPE_LATEST_RELEASE_DATE_pn-oprofileui = "Nov 14, 2011"
RECIPE_COMMENTS_pn-oprofileui = ""
-RECIPE_LAST_UPDATE_pn-oprofileui = "Apr 11, 2011"
+RECIPE_LAST_UPDATE_pn-oprofileui = "Dec 30, 2011"
RECIPE_MANUAL_CHECK_DATE_pn-oprofileui = "Dec 24, 2011"
RECIPE_MAINTAINER_pn-oprofileui = "Dexuan Cui <dexuan.cui@intel.com>"
@@ -3274,9 +3279,9 @@ RECIPE_MAINTAINER_pn-gnome-terminal = "Zhai Edwin <edwin.zhai@intel.com>"
RECIPE_STATUS_pn-puzzles = "red"
DISTRO_PN_ALIAS_pn-puzzles = "Debian=sgt-puzzles"
-RECIPE_LATEST_VERSION_pn-puzzles = "r9372"
-RECIPE_MANUAL_CHECK_DATE_pn-puzzles = "Dec 24, 2011"
-RECIPE_LAST_UPDATE_pn-puzzles = "May 31, 2011"
+RECIPE_LATEST_VERSION_pn-puzzles = "r9375"
+RECIPE_MANUAL_CHECK_DATE_pn-puzzles = "Dec 30, 2011"
+RECIPE_LAST_UPDATE_pn-puzzles = "Dec 30, 2011"
RECIPE_MAINTAINER_pn-puzzles = "Zhai Edwin <edwin.zhai@intel.com>"
DISTRO_PN_ALIAS_pn-puzzles = "Debian=sgt-puzzles Fedora=puzzles"
@@ -5567,8 +5572,8 @@ RECIPE_MAINTAINER_pn-matchbox-themes-gtk = "Zhai Edwin <edwin.zhai@intel.com>"
RECIPE_STATUS_pn-matchbox-wm-2 = "green"
DISTRO_PN_ALIAS_pn-matchbox-wm-2 = "Mandriva=matchbox-window-manager Debian=matchbox-window-manager"
-RECIPE_LATEST_VERSION_pn-matchbox-wm-2 = "0.0+svnr2106"
-RECIPE_LAST_UPDATE_pn-matchbox-wm-2= "Dec 31, 2010"
+RECIPE_LATEST_VERSION_pn-matchbox-wm-2 = "0.0+svnr01fa"
+RECIPE_LAST_UPDATE_pn-matchbox-wm-2= "Dec 31, 2011"
RECIPE_MAINTAINER_pn-matchbox-wm-2 = "Zhai Edwin <edwin.zhai@intel.com>"
RECIPE_STATUS_pn-metacity = "green"
--
1.7.6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* Re: [PATCH 06/14] hdparm: upgrade to 9.37
2011-12-30 14:33 ` [PATCH 06/14] hdparm: upgrade to 9.37 Shane Wang
@ 2012-01-02 17:32 ` Saul Wold
2012-01-06 5:23 ` Wang, Shane
0 siblings, 1 reply; 19+ messages in thread
From: Saul Wold @ 2012-01-02 17:32 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 12/30/2011 06:33 AM, Shane Wang wrote:
> Because hdparm depends on stat, stat is brought into Yocto.
>
Is this a new dependency witht he update version?
> Part of this patch comes from oe
> http://git.openembedded.org/openembedded/tree/recipes/hdparm, and
> http://git.openembedded.org/openembedded/tree/recipes/stat.
> But, changes include:
> - upgrade to the latest version 9.37 from 9.35.
> - added license checksum for both recipes.
> - for hdparm, the license for wiper which is in hdparm is GPLv2. So, hdparm license in its bb file is changed accordingly.
>
> Signed-off-by: Shane Wang<shane.wang@intel.com>
> ---
> .../recipes-extended/hdparm/hdparm-6.3/bswap.patch | 37 --------------------
> .../hdparm/hdparm-6.3/uclibc.patch | 34 ------------------
> meta/recipes-extended/hdparm/hdparm_6.3.bb | 18 ---------
> meta/recipes-extended/hdparm/hdparm_9.37.bb | 35 ++++++++++++++++++
> meta/recipes-extended/stat/stat_3.3.bb | 27 ++++++++++++++
> 5 files changed, 62 insertions(+), 89 deletions(-)
> delete mode 100644 meta/recipes-extended/hdparm/hdparm-6.3/bswap.patch
> delete mode 100644 meta/recipes-extended/hdparm/hdparm-6.3/uclibc.patch
> delete mode 100644 meta/recipes-extended/hdparm/hdparm_6.3.bb
> create mode 100644 meta/recipes-extended/hdparm/hdparm_9.37.bb
> create mode 100644 meta/recipes-extended/stat/stat_3.3.bb
>
> diff --git a/meta/recipes-extended/hdparm/hdparm-6.3/bswap.patch b/meta/recipes-extended/hdparm/hdparm-6.3/bswap.patch
> deleted file mode 100644
> index 715886a..0000000
> --- a/meta/recipes-extended/hdparm/hdparm-6.3/bswap.patch
> +++ /dev/null
> @@ -1,37 +0,0 @@
> -Upstream-Status: Backport
> -
> -#
> -# Patch managed by http://www.holgerschurig.de/patcher.html
> -#
> -
> ---- hdparm-5.8/hdparm.c~bswap
> -+++ hdparm-5.8/hdparm.c
> -@@ -20,7 +20,9 @@
> - #include<linux/types.h>
> - #include<linux/hdreg.h>
> - #include<linux/major.h>
> --#include<asm/byteorder.h>
> -+#include<byteswap.h>
> -+
> -+#define le16_to_cpus(x) bswap_16(htons(x))
> -
> - #include "hdparm.h"
> -
> -@@ -1160,7 +1162,7 @@
> - }
> - } else {
> - for(i = 0; i< 0x100; ++i) {
> -- __le16_to_cpus(&id[i]);
> -+ le16_to_cpus(&id[i]);
> - }
> - identify((void *)id, NULL);
> - }
> -@@ -1380,7 +1382,7 @@
> - }
> - for (i = 0; count>= 4; ++i) {
> - sbuf[i] = (fromhex(b[0])<< 12) | (fromhex(b[1])<< 8) | (fromhex(b[2])<< 4) | fromhex(b[3]);
> -- __le16_to_cpus((__u16 *)(&sbuf[i]));
> -+ le16_to_cpus((__u16 *)(&sbuf[i]));
> - b += 5;
> - count -= 5;
> - }
> diff --git a/meta/recipes-extended/hdparm/hdparm-6.3/uclibc.patch b/meta/recipes-extended/hdparm/hdparm-6.3/uclibc.patch
> deleted file mode 100644
> index d5f9298..0000000
> --- a/meta/recipes-extended/hdparm/hdparm-6.3/uclibc.patch
> +++ /dev/null
> @@ -1,34 +0,0 @@
> -Upstream-Status: Inappropriate [embedded specific]
> -
> ---- hdparm-5.8/hdparm.c.ark 2005-05-22 19:48:34.000000000 +0000
> -+++ hdparm-5.8/hdparm.c 2005-05-22 19:52:18.000000000 +0000
> -@@ -17,7 +17,9 @@
> - #include<sys/times.h>
> - #include<sys/types.h>
> - #include<sys/mount.h>
> -+#ifndef __UCLIBC__
> - #include<linux/types.h>
> -+#endif
> - #include<linux/hdreg.h>
> - #include<linux/major.h>
> - #include<byteswap.h>
> ---- hdparm-5.8/hdparm.h.ark 2005-05-22 19:51:49.000000000 +0000
> -+++ hdparm-5.8/hdparm.h 2005-05-22 19:54:54.000000000 +0000
> -@@ -1,6 +1,6 @@
> - /* Some prototypes for extern functions. */
> -
> --#include<linux/types.h> /* for __u16 */
> -+#include<stdint.h>
> -
> - #if !defined(__GNUC__)&& !defined(__attribute__)
> - #define __attribute__(x) /* if not using GCC, turn off the __attribute__
> -@@ -11,7 +11,7 @@
> - others, though, were declared in hdparm.c with global scope; since other
> - functions in that file have static (file) scope, I assume the difference is
> - intentional. */
> --extern void identify (__u16 *id_supplied, const char *devname);
> -+extern void identify (uint16_t *id_supplied, const char *devname);
> -
> - extern void usage_error(int out) __attribute__((noreturn));
> - extern int main(int argc, char **argv) __attribute__((noreturn));
> -
> diff --git a/meta/recipes-extended/hdparm/hdparm_6.3.bb b/meta/recipes-extended/hdparm/hdparm_6.3.bb
> deleted file mode 100644
> index 62ae4c0..0000000
> --- a/meta/recipes-extended/hdparm/hdparm_6.3.bb
> +++ /dev/null
> @@ -1,18 +0,0 @@
> -SUMMARY = "Utility for displaying and setting hard disk parameters"
> -DESCRIPTION = "hdparm is a system utility for viewing \
> -and manipulating various IDE drive and driver parameters."
> -SECTION = "console/utils"
> -LICENSE = "BSD"
> -LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24"
> -
> -SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/hdparm-${PV}.tar.gz \
> - file://bswap.patch \
> - file://uclibc.patch"
> -
> -SRC_URI[md5sum] = "0c12672f3a09c14ad0b0882f15fc9389"
> -SRC_URI[sha256sum] = "08688a6a46ba495494bf838f8f26103e797584c1888eca94e43a171e1b37246d"
> -
> -do_install () {
> - install -d ${D}/${sbindir} ${D}/${mandir}/man8
> - oe_runmake 'DESTDIR=${D}' install
> -}
> diff --git a/meta/recipes-extended/hdparm/hdparm_9.37.bb b/meta/recipes-extended/hdparm/hdparm_9.37.bb
> new file mode 100644
> index 0000000..fdda67f
> --- /dev/null
> +++ b/meta/recipes-extended/hdparm/hdparm_9.37.bb
> @@ -0,0 +1,35 @@
> +DESCRIPTION = "hdparm is a Linux shell utility for viewing \
> +and manipulating various IDE drive and driver parameters."
> +SECTION = "console/utils"
> +PRIORITY = "optional"
> +LICENSE = "BSD& GPLv2"
Spacing needs to be between the BSD and &
Since you are creating a wiper package below and it is licensed as
GPLv2, then you also need a LICENSE_wiper = "GPLv2"
> +LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24 \
> + file://debian/copyright;md5=a82d7ba3ade9e8ec902749db98c592f3 \
> + file://wiper/GPLv2.txt;md5=fcb02dc552a041dee27e4b85c7396067 \
> + file://wiper/wiper.sh;beginline=7;endline=31;md5=b7bc642addc152ea307505bf1a296f09"
> +
> +PACKAGES += "wiper"
> +
> +FILES_wiper = "${bindir}/wiper.sh"
> +FILES_${PN} = "${base_sbindir} ${mandir}"
> +
> +RDEPENDS_wiper = "bash gawk stat"
> +
> +SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/hdparm-${PV}.tar.gz "
> +SRC_URI[md5sum] = "0bb94ddd1bedd5c02b1ca62f1caaf6de"
> +SRC_URI[sha256sum] = "87ede0a7cb5b4de500748232e9d251b75acfccce078e1d42c8d125b9e5b4ccd3"
> +
> +do_install () {
> + install -d ${D}/${base_sbindir} ${D}/${mandir}/man8 ${D}/${bindir}
> + oe_runmake 'DESTDIR=${D}' 'sbindir=${base_sbindir}' install
> + mv ${D}${base_sbindir}/hdparm ${D}${base_sbindir}/hdparm.${PN}
> + cp ${S}/wiper/wiper.sh ${D}/${bindir}
> +}
> +
> +pkg_postinst_${PN} () {
> + update-alternatives --install ${base_sbindir}/hdparm hdparm hdparm.${PN} 100
> +}
> +
> +pkg_prerm_${PN} () {
> + update-alternatives --remove hdparm hdparm.${PN}
> +}
> diff --git a/meta/recipes-extended/stat/stat_3.3.bb b/meta/recipes-extended/stat/stat_3.3.bb
> new file mode 100644
> index 0000000..dc553ea
> --- /dev/null
> +++ b/meta/recipes-extended/stat/stat_3.3.bb
> @@ -0,0 +1,27 @@
> +SECTION = "console/utils"
> +DESCRIPTION = "Display all information about a file that the stat() call provides and all information a filesystem that statfs() provides."
> +LICENSE = "GPL"
Which GPL version?
> +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=39886b077fd072e876e5c4c16310b631 \
> + file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f"
> +
> +BBCLASSEXTEND = "native"
> +
> +PR = "r1"
> +
> +SRC_URI = "ftp://metalab.unc.edu/pub/Linux/utils/file/stat-3.3.tar.gz"
> +SRC_URI[md5sum] = "37e247e8e400ad9205f1b0500b728fd3"
> +SRC_URI[sha256sum] = "7071f0384a423a938dd542c1f08547a02824f6359acd3ef3f944b2c4c2d1ee09"
> +
> +do_install() {
> + install -d ${D}${bindir} ${D}${mandir}/man1
> + install -m 755 stat ${D}${bindir}
> + install -m 644 stat.1 ${D}${mandir}/man1
> +}
> +
> +#do_install_virtclass-native() {
> +# install -d ${D}${bindir}
> +# install -m 755 stat ${D}${bindir}
> +#}
> +
> +NATIVE_INSTALL_WORKS = "1"
> +
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH 00/14] [RESEND V2] Upgrade 12 more packages, Dec 30, 2011
2011-12-30 13:49 [PATCH 00/14] [V2] Upgrade 12 more packages, Dec 30, 2011 Shane Wang
` (13 preceding siblings ...)
2011-12-30 14:33 ` [PATCH 14/14] distro_tracking_fields: update the info for this round of package upgrade Shane Wang
@ 2012-01-04 0:28 ` Saul Wold
2012-01-06 5:25 ` Wang, Shane
14 siblings, 1 reply; 19+ messages in thread
From: Saul Wold @ 2012-01-04 0:28 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 12/30/2011 06:33 AM, Shane Wang wrote:
> This is the second version of the patch set which I sent out with the title "[V1] Upgrade 4 more packages, Dec 27, 2011",
> I upgrade 8 more packages. So, totally 12 for this round, it includes freetype, minicom, libical, libsamplerate0, hdparm, oprofileui, libomxil, linux-firmware, matchbox-wm-2, quota, watchdog, and puzzles.
> So, the previous patchset "[V1] Upgrade 4 more packages, Dec 27, 2011" can be skipped.
>
> Please review.
>
> The following changes since commit d107ab4a11db3df9018d7795aef31e3484367607:
>
> coreutils: ensure --color works so DEPEND on libcap (2011-12-30 14:22:50 +0800)
>
> are available in the git repository at:
> git://git.pokylinux.org/poky-contrib shane/upgrade2
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=shane/upgrade2
>
> Shane Wang (14):
> freetype: upgrade to 2.4.8
> minicom: upgrade to 2.5
> libical: upgrade to 0.48
> libsamplerate0: upgrade to 0.1.8
> distro_tracking_fields: update the info for recipe upgrade.
> hdparm: upgrade to 9.37
> oprofileui: upgrade to 82ecf8c6b53b84f80682a8312f9defa83a95f2a3
> libomxil: upgrade to 0.9.3
> linux-firmware: upgrade to 15888a2eab052ac3d3f49334e4f6f05f347a516e
> matchbox-wm-2: ugrade to 01fa5465743c9ee43d040350f4405d35293e4869
> quota: upgrade to 4.00
> watchdog: upgrade to 5.11
> puzzles: upgrade to r9375.
> distro_tracking_fields: update the info for this round of package
> upgrade
>
Merged all of this excpet for the hdparm due to the issues already in email.
Thanks
Sau!
> .../conf/distro/include/distro_tracking_fields.inc | 53 +++---
> .../recipes-extended/hdparm/hdparm-6.3/bswap.patch | 37 ----
> .../hdparm/hdparm-6.3/uclibc.patch | 34 ---
> meta/recipes-extended/hdparm/hdparm_6.3.bb | 18 --
> meta/recipes-extended/hdparm/hdparm_9.37.bb | 35 +++
> .../{minicom-2.4 => minicom-2.5}/gcc4-scope.patch | 0
> .../rename-conflicting-functions.patch | 0
> .../minicom/{minicom_2.4.bb => minicom_2.5.bb} | 6 +-
> .../quota/{quota_4.00-pre1.bb => quota_4.00.bb} | 8 +-
> meta/recipes-extended/stat/stat_3.3.bb | 27 +++
> .../watchdog/{watchdog_5.9.bb => watchdog_5.11.bb} | 6 +-
> .../no-hardcode.patch | 0
> .../{freetype_2.4.6.bb => freetype_2.4.8.bb} | 6 +-
> .../matchbox-wm-2/matchbox-wm-2_git.bb | 2 +-
> .../linux-firmware/linux-firmware_git.bb | 4 +-
> .../oprofileui/dso_linking_change_build_fix.patch | 27 ---
> .../oprofileui/migrate-from-gnomevfs-to-gio.patch | 219 --------------------
> meta/recipes-kernel/oprofile/oprofileui_git.bb | 2 +-
> .../libomxil/libomxil-0.9.3/configure-fix.patch | 58 +++++
> .../libomxil-0.9.3/makefile-docdir-fix.patch | 19 ++
> .../libomxil/libomxil-0.9.3/parallel-make.patch | 18 ++
> meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb | 23 --
> meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 33 +++
> .../libsamplerate-0.1.7-macro-quoting.patch | 22 --
> ...amplerate0_0.1.7.bb => libsamplerate0_0.1.8.bb} | 9 +-
> .../libical/{libical_0.47.bb => libical_0.48.bb} | 6 +-
> .../puzzles/{puzzles_r9306.bb => puzzles_r9375.bb} | 6 +-
> 27 files changed, 246 insertions(+), 432 deletions(-)
> delete mode 100644 meta/recipes-extended/hdparm/hdparm-6.3/bswap.patch
> delete mode 100644 meta/recipes-extended/hdparm/hdparm-6.3/uclibc.patch
> delete mode 100644 meta/recipes-extended/hdparm/hdparm_6.3.bb
> create mode 100644 meta/recipes-extended/hdparm/hdparm_9.37.bb
> rename meta/recipes-extended/minicom/{minicom-2.4 => minicom-2.5}/gcc4-scope.patch (100%)
> rename meta/recipes-extended/minicom/{minicom-2.4 => minicom-2.5}/rename-conflicting-functions.patch (100%)
> rename meta/recipes-extended/minicom/{minicom_2.4.bb => minicom_2.5.bb} (75%)
> rename meta/recipes-extended/quota/{quota_4.00-pre1.bb => quota_4.00.bb} (78%)
> create mode 100644 meta/recipes-extended/stat/stat_3.3.bb
> rename meta/recipes-extended/watchdog/{watchdog_5.9.bb => watchdog_5.11.bb} (70%)
> rename meta/recipes-graphics/freetype/{freetype-2.4.6 => freetype-2.4.8}/no-hardcode.patch (100%)
> rename meta/recipes-graphics/freetype/{freetype_2.4.6.bb => freetype_2.4.8.bb} (91%)
> delete mode 100644 meta/recipes-kernel/oprofile/oprofileui/dso_linking_change_build_fix.patch
> delete mode 100644 meta/recipes-kernel/oprofile/oprofileui/migrate-from-gnomevfs-to-gio.patch
> create mode 100644 meta/recipes-multimedia/libomxil/libomxil-0.9.3/configure-fix.patch
> create mode 100644 meta/recipes-multimedia/libomxil/libomxil-0.9.3/makefile-docdir-fix.patch
> create mode 100644 meta/recipes-multimedia/libomxil/libomxil-0.9.3/parallel-make.patch
> delete mode 100644 meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb
> create mode 100644 meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb
> delete mode 100644 meta/recipes-multimedia/libsamplerate/libsamplerate0-0.1.7/libsamplerate-0.1.7-macro-quoting.patch
> rename meta/recipes-multimedia/libsamplerate/{libsamplerate0_0.1.7.bb => libsamplerate0_0.1.8.bb} (61%)
> rename meta/recipes-sato/libical/{libical_0.47.bb => libical_0.48.bb} (78%)
> rename meta/recipes-sato/puzzles/{puzzles_r9306.bb => puzzles_r9375.bb} (91%)
>
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH 06/14] hdparm: upgrade to 9.37
2012-01-02 17:32 ` Saul Wold
@ 2012-01-06 5:23 ` Wang, Shane
0 siblings, 0 replies; 19+ messages in thread
From: Wang, Shane @ 2012-01-06 5:23 UTC (permalink / raw)
To: Saul Wold, Patches and discussions about the oe-core layer
Saul Wold wrote on 2012-01-03:
> On 12/30/2011 06:33 AM, Shane Wang wrote:
>> Because hdparm depends on stat, stat is brought into Yocto.
>>
> Is this a new dependency witht he update version?
>
Yes, it is.
>
>> Part of this patch comes from oe
>> http://git.openembedded.org/openembedded/tree/recipes/hdparm, and
>> http://git.openembedded.org/openembedded/tree/recipes/stat.
>> But, changes include:
>> - upgrade to the latest version 9.37 from 9.35.
>> - added license checksum for both recipes.
>> - for hdparm, the license for wiper which is in hdparm is GPLv2. So,
> hdparm license in its bb file is changed accordingly.
>>
>> Signed-off-by: Shane Wang<shane.wang@intel.com>
>> ---
>> .../recipes-extended/hdparm/hdparm-6.3/bswap.patch | 37
>> -------------------- .../hdparm/hdparm-6.3/uclibc.patch
>> | 34 ------------------
>> meta/recipes-extended/hdparm/hdparm_6.3.bb | 18 ---------
>> meta/recipes-extended/hdparm/hdparm_9.37.bb | 35
>> ++++++++++++++++++ meta/recipes-extended/stat/stat_3.3.bb
>> | 27 ++++++++++++++ 5 files changed, 62 insertions(+), 89
>> deletions(-) delete mode 100644
>> meta/recipes-extended/hdparm/hdparm-6.3/bswap.patch delete mode
>> 100644 meta/recipes-extended/hdparm/hdparm-6.3/uclibc.patch delete
>> mode 100644 meta/recipes-extended/hdparm/hdparm_6.3.bb create mode
>> 100644 meta/recipes-extended/hdparm/hdparm_9.37.bb create mode 100644
>> meta/recipes-extended/stat/stat_3.3.bb
>> diff --git a/meta/recipes-extended/hdparm/hdparm-6.3/bswap.patch
>> b/meta/recipes-extended/hdparm/hdparm-6.3/bswap.patch deleted file mode
>> 100644 index 715886a..0000000 ---
>> a/meta/recipes-extended/hdparm/hdparm-6.3/bswap.patch +++ /dev/null @@
>> -1,37 +0,0 @@ -Upstream-Status: Backport - -# -# Patch managed by
>> http://www.holgerschurig.de/patcher.html -# - ----
>> hdparm-5.8/hdparm.c~bswap -+++ hdparm-5.8/hdparm.c -@@ -20,7 +20,9 @@ -
>> #include<linux/types.h> - #include<linux/hdreg.h> -
>> #include<linux/major.h> --#include<asm/byteorder.h>
>> -+#include<byteswap.h> -+ -+#define le16_to_cpus(x) bswap_16(htons(x))
>> - - #include "hdparm.h" - -@@ -1160,7 +1162,7 @@ - } - } else { -
>> for(i = 0; i< 0x100; ++i) { -- __le16_to_cpus(&id[i]);
>> -+ le16_to_cpus(&id[i]); - } - identify((void *)id, NULL); -
>> } -@@ -1380,7 +1382,7 @@ - } - for (i = 0; count>= 4; ++i) { -
>> sbuf[i] = (fromhex(b[0])<< 12) | (fromhex(b[1])<< 8) |
>> (fromhex(b[2])<< 4) | fromhex(b[3]); -- __le16_to_cpus((__u16
>> *)(&sbuf[i])); -+ le16_to_cpus((__u16 *)(&sbuf[i])); - b += 5; -
>> count -= 5; - } diff --git
>> a/meta/recipes-extended/hdparm/hdparm-6.3/uclibc.patch
>> b/meta/recipes-extended/hdparm/hdparm-6.3/uclibc.patch deleted file
>> mode 100644 index d5f9298..0000000 ---
>> a/meta/recipes-extended/hdparm/hdparm-6.3/uclibc.patch +++ /dev/null @@
>> -1,34 +0,0 @@ -Upstream-Status: Inappropriate [embedded specific] -
>> ---- hdparm-5.8/hdparm.c.ark 2005-05-22 19:48:34.000000000 +0000 -+++
>> hdparm-5.8/hdparm.c 2005-05-22 19:52:18.000000000 +0000 -@@ -17,7 +17,9
>> @@ - #include<sys/times.h> - #include<sys/types.h> -
>> #include<sys/mount.h> -+#ifndef __UCLIBC__ - #include<linux/types.h>
>> -+#endif - #include<linux/hdreg.h> - #include<linux/major.h> -
>> #include<byteswap.h> ---- hdparm-5.8/hdparm.h.ark 2005-05-22
>> 19:51:49.000000000 +0000 -+++ hdparm-5.8/hdparm.h 2005-05-22
>> 19:54:54.000000000 +0000 -@@ -1,6 +1,6 @@ - /* Some prototypes for
>> extern functions. */ - --#include<linux/types.h> /* for __u16 */
>> -+#include<stdint.h> - - #if !defined(__GNUC__)&&
>> !defined(__attribute__) - #define __attribute__(x) /* if not using GCC,
>> turn off the __attribute__ -@@ -11,7 +11,7 @@ - others, though, were
>> declared in hdparm.c with global scope; since other - functions in
>> that file have static (file) scope, I assume the difference is -
>> intentional. */ --extern void identify (__u16 *id_supplied, const char
>> *devname); -+extern void identify (uint16_t *id_supplied, const char
>> *devname); - - extern void usage_error(int out)
>> __attribute__((noreturn)); - extern int main(int argc, char **argv)
>> __attribute__((noreturn)); - diff --git
>> a/meta/recipes-extended/hdparm/hdparm_6.3.bb
>> b/meta/recipes-extended/hdparm/hdparm_6.3.bb deleted file mode 100644
>> index 62ae4c0..0000000 --- a/meta/recipes-extended/hdparm/hdparm_6.3.bb
>> +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Utility for displaying and
>> setting hard disk parameters" -DESCRIPTION = "hdparm is a system
>> utility for viewing \ -and manipulating various IDE drive and driver
>> parameters." -SECTION = "console/utils" -LICENSE = "BSD"
>> -LIC_FILES_CHKSUM =
>> "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24" - -SRC_URI =
>> "${SOURCEFORGE_MIRROR}/hdparm/hdparm-${PV}.tar.gz \ -
>> file://bswap.patch \ - file://uclibc.patch" - -SRC_URI[md5sum] =
>> "0c12672f3a09c14ad0b0882f15fc9389" -SRC_URI[sha256sum] =
> "08688a6a46ba495494bf838f8f26103e797584c1888eca94e43a171e1b3724
> 6d"
>> - -do_install () { - install -d ${D}/${sbindir} ${D}/${mandir}/man8
>> - oe_runmake 'DESTDIR=${D}' install -} diff --git
>> a/meta/recipes-extended/hdparm/hdparm_9.37.bb
>> b/meta/recipes-extended/hdparm/hdparm_9.37.bb new file mode 100644
>> index 0000000..fdda67f --- /dev/null +++
>> b/meta/recipes-extended/hdparm/hdparm_9.37.bb @@ -0,0 +1,35 @@
>> +DESCRIPTION = "hdparm is a Linux shell utility for viewing \ +and
>> manipulating various IDE drive and driver parameters." +SECTION =
>> "console/utils" +PRIORITY = "optional" +LICENSE = "BSD& GPLv2"
>
> Spacing needs to be between the BSD and &
Strange. The space is there between BSD and &, after I checked the email and the patch.
Strange.
>
> Since you are creating a wiper package below and it is licensed as
> GPLv2, then you also need a LICENSE_wiper = "GPLv2"
OK
>
>> +LIC_FILES_CHKSUM =
>> "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24 \ +
>> file://debian/copyright;md5=a82d7ba3ade9e8ec902749db98c592f3 \ +
>> file://wiper/GPLv2.txt;md5=fcb02dc552a041dee27e4b85c7396067 \ +
> file://wiper/wiper.sh;beginline=7;endline=31;md5=b7bc642addc152ea30750
> 5bf1a296f09"
>> +
>> +PACKAGES += "wiper"
>> +
>> +FILES_wiper = "${bindir}/wiper.sh"
>> +FILES_${PN} = "${base_sbindir} ${mandir}"
>> +
>> +RDEPENDS_wiper = "bash gawk stat"
>> +
>> +SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/hdparm-${PV}.tar.gz "
>> +SRC_URI[md5sum] = "0bb94ddd1bedd5c02b1ca62f1caaf6de"
>> +SRC_URI[sha256sum] =
> "87ede0a7cb5b4de500748232e9d251b75acfccce078e1d42c8d125b9e5b4cc
> d3"
>> + +do_install () { + install -d ${D}/${base_sbindir}
>> ${D}/${mandir}/man8 ${D}/${bindir} + oe_runmake 'DESTDIR=${D}'
>> 'sbindir=${base_sbindir}' install + mv ${D}${base_sbindir}/hdparm
>> ${D}${base_sbindir}/hdparm.${PN} + cp ${S}/wiper/wiper.sh
>> ${D}/${bindir} +} + +pkg_postinst_${PN} () { + update-alternatives
>> --install ${base_sbindir}/hdparm hdparm hdparm.${PN} 100 +} +
>> +pkg_prerm_${PN} () { + update-alternatives --remove hdparm
>> hdparm.${PN} +} diff --git a/meta/recipes-extended/stat/stat_3.3.bb
>> b/meta/recipes-extended/stat/stat_3.3.bb new file mode 100644 index
>> 0000000..dc553ea --- /dev/null +++
>> b/meta/recipes-extended/stat/stat_3.3.bb @@ -0,0 +1,27 @@ +SECTION =
>> "console/utils" +DESCRIPTION = "Display all information about a file
>> that the stat() call provides and all information a filesystem that
>> statfs() provides." +LICENSE = "GPL"
> Which GPL version?
>
>> +LIC_FILES_CHKSUM =
>> "file://COPYRIGHT;md5=39886b077fd072e876e5c4c16310b631 \ +
>> file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f" + +BBCLASSEXTEND =
>> "native" + +PR = "r1" + +SRC_URI =
>> "ftp://metalab.unc.edu/pub/Linux/utils/file/stat-3.3.tar.gz"
>> +SRC_URI[md5sum] = "37e247e8e400ad9205f1b0500b728fd3"
>> +SRC_URI[sha256sum] =
> "7071f0384a423a938dd542c1f08547a02824f6359acd3ef3f944b2c4c2d1ee0
> 9"
>> +
>> +do_install() {
>> + install -d ${D}${bindir} ${D}${mandir}/man1
>> + install -m 755 stat ${D}${bindir}
>> + install -m 644 stat.1 ${D}${mandir}/man1
>> +}
>> +
>> +#do_install_virtclass-native() {
>> +# install -d ${D}${bindir}
>> +# install -m 755 stat ${D}${bindir}
>> +#}
>> +
>> +NATIVE_INSTALL_WORKS = "1"
>> +
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH 00/14] [RESEND V2] Upgrade 12 more packages, Dec 30, 2011
2012-01-04 0:28 ` [PATCH 00/14] [RESEND V2] Upgrade 12 more packages, Dec 30, 2011 Saul Wold
@ 2012-01-06 5:25 ` Wang, Shane
0 siblings, 0 replies; 19+ messages in thread
From: Wang, Shane @ 2012-01-06 5:25 UTC (permalink / raw)
To: Saul Wold, Patches and discussions about the oe-core layer
Thank you. Will refine hdparm asap.
--
Shane
Saul Wold wrote on 2012-01-04:
> On 12/30/2011 06:33 AM, Shane Wang wrote:
>> This is the second version of the patch set which I sent out with the
>> title "[V1] Upgrade 4 more packages, Dec 27, 2011", I upgrade 8 more
>> packages. So, totally 12 for this round, it includes
> freetype, minicom, libical, libsamplerate0, hdparm, oprofileui, libomxil,
> linux-firmware, matchbox-wm-2, quota, watchdog, and puzzles.
>> So, the previous patchset "[V1] Upgrade 4 more packages, Dec 27, 2011"
>> can be skipped.
>>
>> Please review.
>>
>> The following changes since commit
>> d107ab4a11db3df9018d7795aef31e3484367607:
>>
>> coreutils: ensure --color works so DEPEND on libcap (2011-12-30
> 14:22:50 +0800)
>>
>> are available in the git repository at:
>> git://git.pokylinux.org/poky-contrib shane/upgrade2
>> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=shane/upgrade2
>> Shane Wang (14):
>> freetype: upgrade to 2.4.8 minicom: upgrade to 2.5 libical: upgrade
>> to 0.48 libsamplerate0: upgrade to 0.1.8 distro_tracking_fields:
>> update the info for recipe upgrade. hdparm: upgrade to 9.37
>> oprofileui: upgrade to 82ecf8c6b53b84f80682a8312f9defa83a95f2a3
>> libomxil: upgrade to 0.9.3 linux-firmware: upgrade to
>> 15888a2eab052ac3d3f49334e4f6f05f347a516e matchbox-wm-2: ugrade to
>> 01fa5465743c9ee43d040350f4405d35293e4869 quota: upgrade to 4.00
>> watchdog: upgrade to 5.11 puzzles: upgrade to r9375.
>> distro_tracking_fields: update the info for this round of package
>> upgrade
> Merged all of this excpet for the hdparm due to the issues already in email.
>
> Thanks
> Sau!
>
>> .../conf/distro/include/distro_tracking_fields.inc | 53 +++---
>> .../recipes-extended/hdparm/hdparm-6.3/bswap.patch | 37 ----
>> .../hdparm/hdparm-6.3/uclibc.patch | 34 ---
>> meta/recipes-extended/hdparm/hdparm_6.3.bb | 18 --
>> meta/recipes-extended/hdparm/hdparm_9.37.bb | 35 +++
>> .../{minicom-2.4 => minicom-2.5}/gcc4-scope.patch | 0
>> .../rename-conflicting-functions.patch | 0
>> .../minicom/{minicom_2.4.bb => minicom_2.5.bb} | 6 +-
>> .../quota/{quota_4.00-pre1.bb => quota_4.00.bb} | 8 +-
>> meta/recipes-extended/stat/stat_3.3.bb | 27 +++
>> .../watchdog/{watchdog_5.9.bb => watchdog_5.11.bb} | 6 +-
>> .../no-hardcode.patch | 0
>> .../{freetype_2.4.6.bb => freetype_2.4.8.bb} | 6 +-
>> .../matchbox-wm-2/matchbox-wm-2_git.bb | 2 +-
>> .../linux-firmware/linux-firmware_git.bb | 4 +-
>> .../oprofileui/dso_linking_change_build_fix.patch | 27 ---
>> .../oprofileui/migrate-from-gnomevfs-to-gio.patch | 219
>> -------------------- meta/recipes-kernel/oprofile/oprofileui_git.bb
>> | 2 +- .../libomxil/libomxil-0.9.3/configure-fix.patch | 58
>> +++++ .../libomxil-0.9.3/makefile-docdir-fix.patch | 19 ++
>> .../libomxil/libomxil-0.9.3/parallel-make.patch | 18 ++
>> meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb | 23 --
>> meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 33 +++
>> .../libsamplerate-0.1.7-macro-quoting.patch | 22 --
>> ...amplerate0_0.1.7.bb => libsamplerate0_0.1.8.bb} | 9 +-
>> .../libical/{libical_0.47.bb => libical_0.48.bb} | 6 +-
>> .../puzzles/{puzzles_r9306.bb => puzzles_r9375.bb} | 6 +- 27
>> files changed, 246 insertions(+), 432 deletions(-) delete mode 100644
>> meta/recipes-extended/hdparm/hdparm-6.3/bswap.patch delete mode
>> 100644 meta/recipes-extended/hdparm/hdparm-6.3/uclibc.patch delete
>> mode 100644 meta/recipes-extended/hdparm/hdparm_6.3.bb create mode
>> 100644 meta/recipes-extended/hdparm/hdparm_9.37.bb rename
>> meta/recipes-extended/minicom/{minicom-2.4 =>
>> minicom-2.5}/gcc4-scope.patch (100%) rename
>> meta/recipes-extended/minicom/{minicom-2.4 =>
>> minicom-2.5}/rename-conflicting-functions.patch (100%) rename
>> meta/recipes-extended/minicom/{minicom_2.4.bb => minicom_2.5.bb}
>> (75%) rename meta/recipes-extended/quota/{quota_4.00-pre1.bb =>
>> quota_4.00.bb} (78%) create mode 100644
>> meta/recipes-extended/stat/stat_3.3.bb rename
>> meta/recipes-extended/watchdog/{watchdog_5.9.bb => watchdog_5.11.bb}
>> (70%) rename meta/recipes-graphics/freetype/{freetype-2.4.6 =>
>> freetype-2.4.8}/no-hardcode.patch (100%) rename
>> meta/recipes-graphics/freetype/{freetype_2.4.6.bb =>
>> freetype_2.4.8.bb} (91%) delete mode 100644
>> meta/recipes-kernel/oprofile/oprofileui/dso_linking_change_build_fix.p
>> atch delete mode 100644
> meta/recipes-kernel/oprofile/oprofileui/migrate-from-gnomevfs-to-gio.pat
> ch
>> create mode 100644
>> meta/recipes-multimedia/libomxil/libomxil-0.9.3/configure-fix.patch
>> create mode 100644
>> meta/recipes-multimedia/libomxil/libomxil-0.9.3/makefile-docdir-fix.pa
>> tch create mode 100644
>> meta/recipes-multimedia/libomxil/libomxil-0.9.3/parallel-make.patch
>> delete mode 100644 meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb
>> create mode 100644 meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb
>> delete mode 100644
> meta/recipes-multimedia/libsamplerate/libsamplerate0-0.1.7/libsamplerate-
> 0.1.7-macro-quoting.patch
>> rename
> meta/recipes-multimedia/libsamplerate/{libsamplerate0_0.1.7.bb =>
> libsamplerate0_0.1.8.bb} (61%)
>> rename meta/recipes-sato/libical/{libical_0.47.bb =>
>> libical_0.48.bb} (78%) rename
>> meta/recipes-sato/puzzles/{puzzles_r9306.bb =>
> puzzles_r9375.bb} (91%)
>>
^ permalink raw reply [flat|nested] 19+ messages in thread
end of thread, other threads:[~2012-01-06 5:33 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-30 13:49 [PATCH 00/14] [V2] Upgrade 12 more packages, Dec 30, 2011 Shane Wang
2011-12-30 14:33 ` [PATCH 01/14] freetype: upgrade to 2.4.8 Shane Wang
2011-12-30 14:33 ` [PATCH 02/14] minicom: upgrade to 2.5 Shane Wang
2011-12-30 14:33 ` [PATCH 03/14] libical: upgrade to 0.48 Shane Wang
2011-12-30 14:33 ` [PATCH 04/14] libsamplerate0: upgrade to 0.1.8 Shane Wang
2011-12-30 14:33 ` [PATCH 05/14] distro_tracking_fields: update the info for recipe upgrade Shane Wang
2011-12-30 14:33 ` [PATCH 06/14] hdparm: upgrade to 9.37 Shane Wang
2012-01-02 17:32 ` Saul Wold
2012-01-06 5:23 ` Wang, Shane
2011-12-30 14:33 ` [PATCH 07/14] oprofileui: upgrade to 82ecf8c6b53b84f80682a8312f9defa83a95f2a3 Shane Wang
2011-12-30 14:33 ` [PATCH 08/14] libomxil: upgrade to 0.9.3 Shane Wang
2011-12-30 14:33 ` [PATCH 09/14] linux-firmware: upgrade to 15888a2eab052ac3d3f49334e4f6f05f347a516e Shane Wang
2011-12-30 14:33 ` [PATCH 10/14] matchbox-wm-2: ugrade to 01fa5465743c9ee43d040350f4405d35293e4869 Shane Wang
2011-12-30 14:33 ` [PATCH 11/14] quota: upgrade to 4.00 Shane Wang
2011-12-30 14:33 ` [PATCH 12/14] watchdog: upgrade to 5.11 Shane Wang
2011-12-30 14:33 ` [PATCH 13/14] puzzles: upgrade to r9375 Shane Wang
2011-12-30 14:33 ` [PATCH 14/14] distro_tracking_fields: update the info for this round of package upgrade Shane Wang
2012-01-04 0:28 ` [PATCH 00/14] [RESEND V2] Upgrade 12 more packages, Dec 30, 2011 Saul Wold
2012-01-06 5:25 ` Wang, Shane
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox