diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-04-22 21:11:33 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-22 21:11:33 +0000 |
commit | 323c296bf4b2260fc9d17000b9756f54a6c51e16 (patch) | |
tree | c1cd8a51459aaa5b48737d7c5b71d8f91826a11f /conf/distro/preferred-opie-versions.inc | |
parent | 4fa55e3d0c12a15daa2466b7f660ca197db5b07c (diff) | |
parent | f5a3a0dfc80fa7d97ea2a7f948ad92f0926a524b (diff) |
merge of 3a6c0a29d29ed10272278e0c212ee87508ffe416
and 3d32d5cfdac5307f5ee1b8a7f9cf0f1c79278f03
Diffstat (limited to 'conf/distro/preferred-opie-versions.inc')
-rw-r--r-- | conf/distro/preferred-opie-versions.inc | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/conf/distro/preferred-opie-versions.inc b/conf/distro/preferred-opie-versions.inc index d9f65b3831..8b6f7d06b2 100644 --- a/conf/distro/preferred-opie-versions.inc +++ b/conf/distro/preferred-opie-versions.inc @@ -1,14 +1,18 @@ # -# A list of applications. +# Opie libraries # - - +PREFERRED_PROVIDER_virtual/libqte2 = '${@base_conditional("PALMTOP_USE_MULTITHREADED_QT", "yes", "qte-mt", "qte", d)}' +PREFERRED_PROVIDER_virtual/libqpe1 = "libqpe-opie" +PREFERRED_VERSION_qte-mt = "2.3.10" PREFERRED_VERSION_libopie2 = "${OPIE_VERSION}" PREFERRED_VERSION_libopieobex0 = "${OPIE_VERSION}" PREFERRED_VERSION_libopietooth1 = "${OPIE_VERSION}" PREFERRED_VERSION_libqpe-opie = "${OPIE_VERSION}" PREFERRED_VERSION_libqtaux2 = "${OPIE_VERSION}" PREFERRED_VERSION_libmailwrapper = "${OPIE_VERSION}" +# +# Opie applications +# PREFERRED_VERSION_opie-aboutapplet = "${OPIE_VERSION}" PREFERRED_VERSION_opie-addressbook = "${OPIE_VERSION}" PREFERRED_VERSION_opie-advancedfm = "${OPIE_VERSION}" @@ -191,4 +195,4 @@ PREFERRED_VERSION_opie-zkbapplet = "${OPIE_VERSION}" PREFERRED_VERSION_opie-zlines = "${OPIE_VERSION}" PREFERRED_VERSION_opie-zsafe = "${OPIE_VERSION}" PREFERRED_VERSION_opie-zsame = "${OPIE_VERSION}" -PREFERRED_VERSION_konqueror-embedded = "20030705" +PREFERRED_VERSION_konqueror-embedded = "20060404" |