[oe-commits] org.oe.dev opentapi: Remove as superseeded by ezxd

stefan commit openembedded-commits at lists.openembedded.org
Fri Sep 7 21:39:11 UTC 2007


opentapi: Remove as superseeded by ezxd

Author: stefan at openembedded.org
Branch: org.openembedded.dev
Revision: 76f17964c43f7ddee34e65c3b91d78a68aecd213
ViewMTN: http://monotone.openembedded.org/revision/info/76f17964c43f7ddee34e65c3b91d78a68aecd213
Files:
1
packages/ezx/opentapi
packages/ezx/opentapi/opentapi.init
packages/ezx/opentapi_svn.bb
conf/distro/include/sane-srcrevs.inc
conf/machine/include/motorola-ezx-base.inc
packages/ezx/ezxd_svn.bb
Diffs:

#
# mt diff -r93d42c42fbac9beca66c0c236f2fb48801155c94 -r76f17964c43f7ddee34e65c3b91d78a68aecd213
#
# 
# 
# delete "packages/ezx/opentapi"
# 
# delete "packages/ezx/opentapi/opentapi.init"
# 
# delete "packages/ezx/opentapi_svn.bb"
# 
# patch "conf/distro/include/sane-srcrevs.inc"
#  from [a91d71aa246c9939199aabe9bafe087f0b860a4d]
#    to [7952ad133c0859c06c215c8350b98178c9377660]
# 
# patch "conf/machine/include/motorola-ezx-base.inc"
#  from [bbd7b8e194e0918a04e49cb8ee02f02c74759272]
#    to [903227c36f248c1d3d4bfb467933f6a7c740ffe2]
# 
# patch "packages/ezx/ezxd_svn.bb"
#  from [0880c77dccd414d74dc2169f07a2b6e4b94e395c]
#    to [a08a258ddc81759474347263c79a743e0fff813d]
# 
============================================================
--- conf/distro/include/sane-srcrevs.inc	a91d71aa246c9939199aabe9bafe087f0b860a4d
+++ conf/distro/include/sane-srcrevs.inc	7952ad133c0859c06c215c8350b98178c9377660
@@ -68,7 +68,6 @@ SRCREV_pn-openmoko-today2-folders="2680"
 SRCREV_pn-openmoko-today="2556"
 SRCREV_pn-openmoko-today2="2919"
 SRCREV_pn-openmoko-today2-folders="2680"
-SRCREV_pn-opentapi="2012"
 SRCREV_pn-sphyrna="43"
 SRCREV_pn-webkit-gtk="webcore"
 SRCREV_pn-xoo="1623"
============================================================
--- conf/machine/include/motorola-ezx-base.inc	bbd7b8e194e0918a04e49cb8ee02f02c74759272
+++ conf/machine/include/motorola-ezx-base.inc	903227c36f248c1d3d4bfb467933f6a7c740ffe2
@@ -15,7 +15,7 @@ MACHINE_FEATURES = "kernel26 touchscreen
 
 MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth usbgadget usbhost keyboard screen"
 
-# the EZX phones need a userspace daemon to stop the BP from shutting down the phone 
+# the EZX phones need a userspace daemon to stop the BP from shutting down the phone
 MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "ezxd"
 
 MACHINE_DISPLAY_WIDTH_PIXELS = "240"
@@ -27,7 +27,7 @@ EXTRA_IMAGEDEPENDS += "ezx-boot-usb-nati
 
 EXTRA_IMAGEDEPENDS += "ezx-boot-usb-native"
 
-# Opentapi needs to be started very early so we need the mux devices in static /dev
+# Ezxd needs to be started very early so we need the mux devices in static /dev
 IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt \
                        files/device_table-ezx.txt"
 
============================================================
--- packages/ezx/ezxd_svn.bb	0880c77dccd414d74dc2169f07a2b6e4b94e395c
+++ packages/ezx/ezxd_svn.bb	a08a258ddc81759474347263c79a743e0fff813d
@@ -15,9 +15,6 @@ INITSCRIPT_PARAMS = "start 00 S ."
 INITSCRIPT_NAME = "ezxd"
 INITSCRIPT_PARAMS = "start 00 S ."
 
-RREPLACES = "opentapi"
-
-
 S = "${WORKDIR}/${PN}"
 
 do_install() {
@@ -26,7 +23,7 @@ do_install() {
 
 	install -d ${D}${libdir}/ezxd
 	install -m 755 *.so ${D}${libdir}/ezxd
-        
+
 	install -d ${D}${sysconfdir}/init.d
         install -m 0600 ezxd.conf ${D}${sysconfdir}/
         install -m 0755 ${WORKDIR}/ezxd.init ${D}${sysconfdir}/init.d/ezxd






More information about the Openembedded-commits mailing list