[oe-commits] org.oe.dev kbdd: remove obsolete 20040904 version, catch up with rename of linux_modules bbclass

mickeyl commit openembedded-commits at lists.openembedded.org
Fri Oct 13 09:48:32 UTC 2006


kbdd: remove obsolete 20040904 version, catch up with rename of linux_modules bbclass

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: f152f765fbd9d8c3d4700c83f97d6fd98cc473a8
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f152f765fbd9d8c3d4700c83f97d6fd98cc473a8
Files:
1
packages/kbdd/kbdd-patched-20040904
packages/kbdd/kbdd-patched-20040904/fellowes.patch
packages/kbdd/kbdd_20040904.bb
packages/kbdd/kbdd_cvs.bb
Diffs:

#
# mt diff -r39cd1690a777f207066c9b69227892102446b741 -rf152f765fbd9d8c3d4700c83f97d6fd98cc473a8
#
# 
# 
# delete "packages/kbdd/kbdd-patched-20040904"
# 
# delete "packages/kbdd/kbdd-patched-20040904/fellowes.patch"
# 
# delete "packages/kbdd/kbdd_20040904.bb"
# 
# patch "packages/kbdd/kbdd_cvs.bb"
#  from [6d3d7980e1cd2e55a968b60c3ddf72ea9551bfc1]
#    to [85679d2e0e54c3f63c7841aa475f1313826b4006]
# 
============================================================
--- packages/kbdd/kbdd_cvs.bb	6d3d7980e1cd2e55a968b60c3ddf72ea9551bfc1
+++ packages/kbdd/kbdd_cvs.bb	85679d2e0e54c3f63c7841aa475f1313826b4006
@@ -1,22 +1,21 @@
-SECTION = "console/utils"
 DESCRIPTION = "User-space keyboard daemon for external keyboards"
 MAINTAINER = "Paul Eggleton <paule at handhelds.org>"
 HOMEPAGE = "http://handhelds.org/moin/moin.cgi/kbdd"
+SECTION = "console/utils"
 LICENSE = "GPLv2"
 DEPENDS = "virtual/kernel"
 RRECOMMENDS_${PN} = "${@linux_module_packages('keybdev uinput', d)}"
+PV = "0.10+cvs${SRCDATE}"
+PR = "r5"
+
 SRC_URI = "${HANDHELDS_CVS};module=apps/kbdd;date=${SRCDATE} \
            file://kbdd.init \
            file://kbdd.conf \
            file://kbdd-modules"
+S = "${WORKDIR}/kbdd"
 
-#Remove the dash below when 0.8 changes in PV
-PV="0.10+cvs${SRCDATE}"
-PR="r5"
+inherit update-rc.d linux-kernel-base
 
-inherit update-rc.d linux_modules
-
-S = "${WORKDIR}/kbdd"
 INITSCRIPT_NAME = "kbdd"
 INITSCRIPT_PARAMS = "defaults"
 






More information about the Openembedded-commits mailing list