diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-07-06 19:03:58 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-06 19:03:58 +0000 |
commit | 5574fc5f3a610aefb6b90365108e10df38b5393f (patch) | |
tree | c29b30b8aac60059ca09d866a5226b0725463a15 /conf/distro | |
parent | 5e2403ec7fcd6f8e0a84732b9885229b046b3015 (diff) |
conf/distro/preferred....opie-cvs-versions.inc : Typo fix
* Fixed spelling of opie package (adress-book -> address-book)
linux/linux-jlime-sh3-2.6.17/LinuxSH-2.6.17.patch : Fix localversion
* Removed localversion so that it doesnt create /lib/modules/2.6.17-sh
linux/linux-jlime-sh3-2.6.17/defconfig_jlime : updated defconfig
* updated .config to better one
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/preferred-opie-cvs-versions.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/preferred-opie-cvs-versions.inc b/conf/distro/preferred-opie-cvs-versions.inc index 29eea0a002..9e6342f549 100644 --- a/conf/distro/preferred-opie-cvs-versions.inc +++ b/conf/distro/preferred-opie-cvs-versions.inc @@ -22,7 +22,7 @@ SRCDATE_libmailwrapper ?= "${OPIE_VERSION}" # Opie applications # SRCDATE_opie-aboutapplet ?= "${OPIE_VERSION}" -SRCDATE_opie-adressbook ?= "${OPIE_VERSION}" +SRCDATE_opie-addressbook ?= "${OPIE_VERSION}" SRCDATE_opie-advancedfm ?= "${OPIE_VERSION}" SRCDATE_opie-alarm ?= "${OPIE_VERSION}" SRCDATE_opie-appearance ?= "${OPIE_VERSION}" @@ -65,6 +65,7 @@ SRCDATE_opie-dvorak ?= "${OPIE_VERSION}" SRCDATE_opie-embeddedkonsole ?= "${OPIE_VERSION}" SRCDATE_opie-euroconv ?= "${OPIE_VERSION}" SRCDATE_opie-examples-python ?= "${OPIE_VERSION}" +SRCDATE_opie-examples ?= "${OPIE_VERSION}" SRCDATE_opie-eye ?= "${OPIE_VERSION}" SRCDATE_opie-fifteen ?= "${OPIE_VERSION}" SRCDATE_opie-formatter ?= "${OPIE_VERSION}" |