[oe-commits] org.oe.dev merge of '8e5f52d55ce4ef85a95a0677d76872828c00c442'

mickeyl commit oe at amethyst.openembedded.net
Mon Mar 17 08:52:28 UTC 2008


merge of '8e5f52d55ce4ef85a95a0677d76872828c00c442'
     and 'be576e67ae1ad6b3f0b22b6e46bfdf8f3243c00e'

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 5573f77a4a4c46b44cdb19d1416f5997c2d9f430
ViewMTN: http://monotone.openembedded.org/revision/info/5573f77a4a4c46b44cdb19d1416f5997c2d9f430
Files:
1
packages/ncurses/ncurses-native_5.4.bb
packages/ncurses/ncurses.inc
packages/ncurses/ncurses_5.4.bb
classes/package_deb.bbclass
classes/package_ipk.bbclass
classes/seppuku.bbclass
conf/distro/include/angstrom-2007-for-openmoko-versions.inc
conf/machine/mainstone.conf
packages/e2fsprogs/e2fsprogs.inc
packages/e2fsprogs/e2fsprogs_1.38.bb
packages/linux/linux-rp-2.6.24/htcuni.patch
packages/linux/linux-rp-2.6.24/sharpsl-rc-r1.patch
packages/python/python-lightmediascanner_svn.bb
site/powerpc-common
Diffs:

#
# mt diff -r8e5f52d55ce4ef85a95a0677d76872828c00c442 -r5573f77a4a4c46b44cdb19d1416f5997c2d9f430
#
#
#
# patch "packages/ncurses/ncurses-native_5.4.bb"
#  from [a999c65ecabf966bb56d9b4f66f1bacabcf65a79]
#    to [f65b055a1a4c674792bb9d45358f0eadbb9e8ff3]
# 
# patch "packages/ncurses/ncurses.inc"
#  from [51b39157e7bf109bab41da9fb30902f56b892f3c]
#    to [7eb4e260d67cd98e1401062553cf01da9cfb97c7]
# 
# patch "packages/ncurses/ncurses_5.4.bb"
#  from [fe9e7d68e498146576891bd9da997dac38bb4d4a]
#    to [1b3d153d70dfb9c8369190b60cb214c75e79fcfb]
#
============================================================
--- packages/ncurses/ncurses-native_5.4.bb	a999c65ecabf966bb56d9b4f66f1bacabcf65a79
+++ packages/ncurses/ncurses-native_5.4.bb	f65b055a1a4c674792bb9d45358f0eadbb9e8ff3
@@ -1,6 +1,14 @@
-SECTION = "libs"
 require ncurses_${PV}.bb
+
 inherit native
+
+DEPENDS = ""
+
 EXTRA_OEMAKE = '"BUILD_CCFLAGS=${BUILD_CCFLAGS}"'
-DEPENDS = ""
+
 FILESPATH = "${FILE_DIRNAME}/local:${FILE_DIRNAME}/ncurses-${PV}-${PR}:${FILE_DIRNAME}/ncurses-${PV}:${FILE_DIRNAME}/ncurses:${FILE_DIRNAME}"
+
+do_install() {
+	:
+}
+
============================================================
--- packages/ncurses/ncurses.inc	51b39157e7bf109bab41da9fb30902f56b892f3c
+++ packages/ncurses/ncurses.inc	7eb4e260d67cd98e1401062553cf01da9cfb97c7
@@ -4,7 +4,6 @@ RSUGGESTS_${PN} = "ncurses-terminfo"
 LICENSE = "MIT"
 DEPENDS = "ncurses-native"
 RSUGGESTS_${PN} = "ncurses-terminfo"
-RPROVIDES = "libncurses5"
 
 inherit autotools
 
============================================================
--- packages/ncurses/ncurses_5.4.bb	fe9e7d68e498146576891bd9da997dac38bb4d4a
+++ packages/ncurses/ncurses_5.4.bb	1b3d153d70dfb9c8369190b60cb214c75e79fcfb
@@ -1,4 +1,4 @@
-PR = "r12"
+PR = "r13"
 
 SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-${PV}.tar.gz \
            file://visibility.patch;patch=1"


#
# mt diff -rbe576e67ae1ad6b3f0b22b6e46bfdf8f3243c00e -r5573f77a4a4c46b44cdb19d1416f5997c2d9f430
#
#
#
# patch "classes/package_deb.bbclass"
#  from [e1c18789aa0e0ad6a1e1faafbefb41e9b69e22de]
#    to [29ec1e6d134d74483c5c26043872a32cdc95bdc9]
# 
# patch "classes/package_ipk.bbclass"
#  from [5034d6b967ea7da5ccaf3b815655ea7f85cd3ca0]
#    to [29c2d1055840133cc3b8317a33dc52aeeb4cd9fc]
# 
# patch "classes/seppuku.bbclass"
#  from [5ccb6b3ee62481e1ee237df90ec2f4a399801311]
#    to [d9299ad4bccbb02b32acfbe21f8b514f0ec16283]
# 
# patch "conf/distro/include/angstrom-2007-for-openmoko-versions.inc"
#  from [6fd702f5e783f5a5a86ad4433a7bd462335237a9]
#    to [1b6f78d896a2edd5402766d2468d39523dfa9732]
# 
# patch "conf/machine/mainstone.conf"
#  from [e235c4e17b6bf284340f79803bdcb5a4f93d9e5c]
#    to [355b60cc742949814d43264e16283d224b8df4bb]
# 
# patch "packages/e2fsprogs/e2fsprogs.inc"
#  from [da4915afadd5e7e959c27d508cbcc77eebada9f0]
#    to [cdd472daa2717eaf314e6cc2aaa52e17dc50f29d]
# 
# patch "packages/e2fsprogs/e2fsprogs_1.38.bb"
#  from [4a9215b927629a12d9aa3f026971197474ede066]
#    to [45e5cacad8add44b34efbf54a86f087c867e3231]
# 
# patch "packages/linux/linux-rp-2.6.24/htcuni.patch"
#  from [20a6236382ed2305b8a1b8ca29c8a26e2572c663]
#    to [3734b428351aad5959f90bc473df40b7cfa27071]
# 
# patch "packages/linux/linux-rp-2.6.24/sharpsl-rc-r1.patch"
#  from [73fadc16c16d9a7a8e42c53e79e6eba467cdf59b]
#    to [555dcdc80fa0d4419bbeaa955328961258cf607e]
# 
# patch "packages/python/python-lightmediascanner_svn.bb"
#  from [ed36f161da571ebe8825db20d3e604b2b97c3ff6]
#    to [778bc16e62613a73db9a236456a1e283fc86bde8]
# 
# patch "site/powerpc-common"
#  from [b4cc26ca7002d83fd301de6039083614215d4213]
#    to [370995da643c1636ad58386997c8de08d9799b39]
#
============================================================
--- classes/package_deb.bbclass	e1c18789aa0e0ad6a1e1faafbefb41e9b69e22de
+++ classes/package_deb.bbclass	29ec1e6d134d74483c5c26043872a32cdc95bdc9
@@ -88,10 +88,6 @@ python do_package_deb () {
         return
     bb.mkdirhier(dvar)
 
-    packages = bb.data.getVar('PACKAGES', d, 1)
-    if not packages:
-        bb.debug(1, "PACKAGES not defined, nothing to package")
-        return
 
     tmpdir = bb.data.getVar('TMPDIR', d, 1)
 
@@ -102,6 +98,7 @@ python do_package_deb () {
         bb.debug(1, "No packages; nothing to do")
         return
 
+    packages = bb.data.getVar('PACKAGES', d, 1)
     for pkg in packages.split():
         localdata = bb.data.createCopy(d)
         pkgdest = bb.data.getVar('PKGDEST', d, 1)
@@ -273,8 +270,13 @@ python do_package_write_deb () {
 }
 
 python do_package_write_deb () {
-	bb.build.exec_func("read_subpackage_metadata", d)
-	bb.build.exec_func("do_package_deb", d)
+    packages = bb.data.getVar('PACKAGES', d, True)
+    if not packages:
+        bb.debug(1, "No PACKAGES defined, nothing to package")
+        return
+
+    bb.build.exec_func("read_subpackage_metadata", d)
+    bb.build.exec_func("do_package_deb", d)
 }
 do_package_write_deb[dirs] = "${D}"
 addtask package_write_deb before do_package_write after do_package
============================================================
--- classes/package_ipk.bbclass	5034d6b967ea7da5ccaf3b815655ea7f85cd3ca0
+++ classes/package_ipk.bbclass	29c2d1055840133cc3b8317a33dc52aeeb4cd9fc
@@ -137,20 +137,12 @@ python do_package_ipk () {
 		return
 	bb.mkdirhier(dvar)
 
-	packages = bb.data.getVar('PACKAGES', d, 1)
-	if not packages:
-		bb.debug(1, "PACKAGES not defined, nothing to package")
-		return
-
 	tmpdir = bb.data.getVar('TMPDIR', d, 1)
 
 	if os.access(os.path.join(tmpdir, "stamps", "IPK_PACKAGE_INDEX_CLEAN"), os.R_OK):
 		os.unlink(os.path.join(tmpdir, "stamps", "IPK_PACKAGE_INDEX_CLEAN"))
 
-	if packages == []:
-		bb.debug(1, "No packages; nothing to do")
-		return
-
+	packages = bb.data.getVar('PACKAGES', d, True)
 	for pkg in packages.split():
 		localdata = bb.data.createCopy(d)
 		pkgdest = bb.data.getVar('PKGDEST', d, 1)
@@ -313,6 +305,11 @@ python do_package_write_ipk () {
 }
 
 python do_package_write_ipk () {
+	packages = bb.data.getVar('PACKAGES', d, True)
+	if not packages:
+		bb.debug(1, "No PACKAGES defined, nothing to package")
+		return
+
 	bb.build.exec_func("read_subpackage_metadata", d)
 	bb.build.exec_func("do_package_ipk", d)
 }
============================================================
--- classes/seppuku.bbclass	5ccb6b3ee62481e1ee237df90ec2f4a399801311
+++ classes/seppuku.bbclass	d9299ad4bccbb02b32acfbe21f8b514f0ec16283
@@ -329,12 +329,11 @@ python seppuku_eventhandler() {
 
         file = None
         if name == "TaskFailed":
-            bugname = "%(package)s-%(pv)s-%(pr)s-%(task)s" % { "package" : bb.data.getVar("PN", data, True),
+            bugname = "%(package)s-%(pv)s-autobuild" % { "package" : bb.data.getVar("PN", data, True),
                                                                "pv"      : bb.data.getVar("PV", data, True),
-                                                               "pr"      : bb.data.getVar("PR", data, True),
-                                                               "task"    : e.task }
+                                                               }  
             log_file = glob.glob("%s/log.%s.*" % (bb.data.getVar('T', event.data, True), event.task))
-            text     = "The package failed to build at %s for machine %s" % (bb.data.getVar('DATETIME', data, True), bb.data.getVar( 'MACHINE', data, True ) )
+            text     = "The %s step failed at %s for machine %s" % (e.task, bb.data.getVar('DATETIME', data, True), bb.data.getVar( 'MACHINE', data, True ) )
             if len(log_file) != 0:
                 print >> debug_file, "Adding log file %s" % log_file[0]
                 file = open(log_file[0], 'r')
============================================================
--- conf/distro/include/angstrom-2007-for-openmoko-versions.inc	6fd702f5e783f5a5a86ad4433a7bd462335237a9
+++ conf/distro/include/angstrom-2007-for-openmoko-versions.inc	1b6f78d896a2edd5402766d2468d39523dfa9732
@@ -613,11 +613,11 @@ PREFERRED_VERSION_gst-plugin-pulse ?= "0
 PREFERRED_VERSION_gst-ffmpeg ?= "0.10.2"
 PREFERRED_VERSION_gst-meta-base ?= "0.10"
 PREFERRED_VERSION_gst-plugin-pulse ?= "0.9.4"
-PREFERRED_VERSION_gst-plugins-bad ?= "0.10.5"
-PREFERRED_VERSION_gst-plugins-base ?= "0.10.14"
+PREFERRED_VERSION_gst-plugins-bad ?= "0.10.6"
+PREFERRED_VERSION_gst-plugins-base ?= "0.10.17"
 PREFERRED_VERSION_gst-plugins-farsight ?= "0.10.1"
-PREFERRED_VERSION_gst-plugins-good ?= "0.10.6"
-PREFERRED_VERSION_gst-plugins-ugly ?= "0.10.6"
+PREFERRED_VERSION_gst-plugins-good ?= "0.10.7"
+PREFERRED_VERSION_gst-plugins-ugly ?= "0.10.7"
 PREFERRED_VERSION_gstreamer ?= "0.10.14"
 PREFERRED_VERSION_gthumb ?= "2.6.9"
 PREFERRED_VERSION_gtk+ ?= "2.10.14"
============================================================
--- conf/machine/mainstone.conf	e235c4e17b6bf284340f79803bdcb5a4f93d9e5c
+++ conf/machine/mainstone.conf	355b60cc742949814d43264e16283d224b8df4bb
@@ -14,8 +14,7 @@ SERIAL_CONSOLE = "115200 ttyS0"
 # used by sysvinit_2
 SERIAL_CONSOLE = "115200 ttyS0"
 
-# used by opie-collections.inc
 ROOT_FLASH_SIZE = "16"
 
 MACHINE_FEATURES = "kernel26 pcmcia usbhost usbgadget pcmcia touchscreen keyboard alsa irda"
+EXTRA_IMAGECMD_jffs2 = "--little-endian -e 0x40000 --pad=0x02000000"
-EXTRA_IMAGECMD_jffs2 = "--pad --little-endian -e 0x40000 --pad=0x01000000"
============================================================
--- packages/e2fsprogs/e2fsprogs.inc	da4915afadd5e7e959c27d508cbcc77eebada9f0
+++ packages/e2fsprogs/e2fsprogs.inc	cdd472daa2717eaf314e6cc2aaa52e17dc50f29d
@@ -9,7 +9,6 @@ inherit autotools
 
 inherit autotools
 
-EXTRA_OECONF_linux-uclibc = "--disable-nls"
-EXTRA_OECONF += " --enable-dynamic-e2fsck"
+EXTRA_OECONF = "--enable-dynamic-e2fsck --disable-nls --sbindir=${base_sbindir}"
 
 PARALLEL_MAKE = ""
============================================================
--- packages/e2fsprogs/e2fsprogs_1.38.bb	4a9215b927629a12d9aa3f026971197474ede066
+++ packages/e2fsprogs/e2fsprogs_1.38.bb	45e5cacad8add44b34efbf54a86f087c867e3231
@@ -1,13 +1,9 @@ require e2fsprogs.inc
 require e2fsprogs.inc
 
-PR = "r11"
+PR = "r12"
 
 SRC_URI += "file://no-hardlinks.patch;patch=1"
 
-EXTRA_OECONF += " --sbindir=${base_sbindir} \
-                  --disable-nls \
-                "
-
 do_compile_prepend () {
 	find ./ -print|xargs chmod u=rwX
 	( cd util; ${BUILD_CC} subst.c -o subst )
============================================================
--- packages/linux/linux-rp-2.6.24/htcuni.patch	20a6236382ed2305b8a1b8ca29c8a26e2572c663
+++ packages/linux/linux-rp-2.6.24/htcuni.patch	3734b428351aad5959f90bc473df40b7cfa27071
@@ -60,7 +60,7 @@ Index: linux-2.6.24/arch/arm/mach-pxa/ht
 Index: linux-2.6.24/arch/arm/mach-pxa/htcuniversal/Makefile
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/Makefile	2008-02-24 02:40:56.640036018 +0300
++++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/Makefile	2008-03-10 16:09:23.000000000 +0000
 @@ -0,0 +1,19 @@
 +#
 +# Makefile for HTC Universal
@@ -84,7 +84,7 @@ Index: linux-2.6.24/arch/arm/mach-pxa/ht
 Index: linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal.c	2008-02-24 02:40:56.644036684 +0300
++++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal.c	2008-03-10 16:09:23.000000000 +0000
 @@ -0,0 +1,468 @@
 +/*
 + * Hardware definitions for HTC Universal
@@ -557,7 +557,7 @@ Index: linux-2.6.24/arch/arm/mach-pxa/ht
 Index: linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_ak4641.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_ak4641.c	2008-02-24 02:40:56.644036684 +0300
++++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_ak4641.c	2008-03-10 16:09:23.000000000 +0000
 @@ -0,0 +1,917 @@
 +/*
 + * Audio support for codec Asahi Kasei AK4641
@@ -1479,7 +1479,7 @@ Index: linux-2.6.24/arch/arm/mach-pxa/ht
 Index: linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_ak4641.h
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_ak4641.h	2008-02-24 02:40:56.644036684 +0300
++++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_ak4641.h	2008-03-10 16:09:23.000000000 +0000
 @@ -0,0 +1,65 @@
 +/*
 + * Audio support for codec Asahi Kasei AK4641
@@ -1549,7 +1549,7 @@ Index: linux-2.6.24/arch/arm/mach-pxa/ht
 Index: linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_asic3_leds.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_asic3_leds.c	2008-02-24 02:40:56.644036684 +0300
++++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_asic3_leds.c	2008-03-10 16:09:23.000000000 +0000
 @@ -0,0 +1,143 @@
 +/*
 + * LEDs support for the HP iPaq hx4700
@@ -1697,7 +1697,7 @@ Index: linux-2.6.24/arch/arm/mach-pxa/ht
 Index: linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_bl.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_bl.c	2008-02-24 02:40:56.644036684 +0300
++++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_bl.c	2008-03-10 16:09:23.000000000 +0000
 @@ -0,0 +1,61 @@
 +/*
 + * Use consistent with the GNU GPL is permitted,
@@ -1763,7 +1763,7 @@ Index: linux-2.6.24/arch/arm/mach-pxa/ht
 Index: linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_bt.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_bt.c	2008-02-24 02:40:56.644036684 +0300
++++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_bt.c	2008-03-10 16:09:23.000000000 +0000
 @@ -0,0 +1,135 @@
 +/* Bluetooth interface driver for TI BRF6150 on HX4700
 + *
@@ -1903,7 +1903,7 @@ Index: linux-2.6.24/arch/arm/mach-pxa/ht
 Index: linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_bt.h
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_bt.h	2008-02-24 02:40:56.644036684 +0300
++++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_bt.h	2008-03-10 16:09:23.000000000 +0000
 @@ -0,0 +1,17 @@
 +/*
 + * Bluetooth support file for calling bluetooth configuration functions
@@ -1925,7 +1925,7 @@ Index: linux-2.6.24/arch/arm/mach-pxa/ht
 Index: linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_buttons.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_buttons.c	2008-02-24 02:40:56.644036684 +0300
++++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_buttons.c	2008-03-10 16:09:23.000000000 +0000
 @@ -0,0 +1,87 @@
 +/*
 + * Buttons driver for HTC Universal
@@ -2017,7 +2017,7 @@ Index: linux-2.6.24/arch/arm/mach-pxa/ht
 Index: linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_core.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_core.c	2008-02-24 02:40:56.648035744 +0300
++++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_core.c	2008-03-10 16:09:23.000000000 +0000
 @@ -0,0 +1,226 @@
 +/* Core Hardware driver for Hx4700 (Serial, ASIC3, EGPIOs)
 + *
@@ -2248,7 +2248,7 @@ Index: linux-2.6.24/arch/arm/mach-pxa/ht
 Index: linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_lcd.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_lcd.c	2008-02-24 02:40:56.648035744 +0300
++++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_lcd.c	2008-03-10 16:09:23.000000000 +0000
 @@ -0,0 +1,212 @@
 +/*
 + * Use consistent with the GNU GPL is permitted,
@@ -2465,7 +2465,7 @@ Index: linux-2.6.24/arch/arm/mach-pxa/ht
 Index: linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_phone.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_phone.c	2008-02-24 02:40:56.648035744 +0300
++++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_phone.c	2008-03-10 16:09:23.000000000 +0000
 @@ -0,0 +1,167 @@
 +
 +/* Phone interface driver for Qualcomm MSM6250 on HTC Universal
@@ -2637,7 +2637,7 @@ Index: linux-2.6.24/arch/arm/mach-pxa/ht
 Index: linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_phone.h
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_phone.h	2008-02-24 02:40:56.648035744 +0300
++++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_phone.h	2008-03-10 16:09:23.000000000 +0000
 @@ -0,0 +1,16 @@
 +/*
 + * Bluetooth support file for calling bluetooth configuration functions
@@ -2658,7 +2658,7 @@ Index: linux-2.6.24/arch/arm/mach-pxa/ht
 Index: linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_pm.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_pm.c	2008-02-24 02:40:56.648035744 +0300
++++ linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_pm.c	2008-03-10 16:09:23.000000000 +0000
 @@ -0,0 +1,69 @@
 +/*
 + * MyPal 716 power management support for the original HTC IPL in DoC G3
@@ -2732,7 +2732,7 @@ Index: linux-2.6.24/arch/arm/mach-pxa/ht
 Index: linux-2.6.24/arch/arm/mach-pxa/htcuniversal/htcuniversal_power2.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.00%s
>>> DIFF TRUNCATED @ 16K






More information about the Openembedded-commits mailing list