* Added PREFERRED_PROVIDER_classpath to support JVM in KaeilOS distro
@ 2009-06-22 15:35 Marco Cavallini
2009-06-22 15:49 ` Philip Balister
0 siblings, 1 reply; 5+ messages in thread
From: Marco Cavallini @ 2009-06-22 15:35 UTC (permalink / raw)
To: Openembedded-devel
[-- Attachment #1: 0001-Added-PREFERRED_PROVIDER_classpath-to-support-JVM-in.patch --]
[-- Type: text/x-diff, Size: 1256 bytes --]
From fb8e1708a1511be4e781d396700426fafb20d974 Mon Sep 17 00:00:00 2001
From: Marco Cavallini <m.cavallini@koansoftware.com>
Date: Mon, 22 Jun 2009 11:17:30 +0200
Subject: [PATCH] Added PREFERRED_PROVIDER_classpath to support JVM in KaeilOS distro
with contribution of Ronetix (www.ronetix.at)
Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com>
---
conf/distro/kaeilos.conf | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/conf/distro/kaeilos.conf b/conf/distro/kaeilos.conf
index 2b3aae8..9827c0a 100644
--- a/conf/distro/kaeilos.conf
+++ b/conf/distro/kaeilos.conf
@@ -12,7 +12,7 @@
#DISTRO_VERSION = "2009.1"
DISTRO_VERSION = "2009.1-test-${DATE}"
DISTRO_REVISION = "1"
-DISTRO_PR = ".1"
+DISTRO_PR = ".2"
#build staging from packages
INHERIT += "packaged-staging"
@@ -164,6 +164,8 @@ PREFERRED_PROVIDER_libxss = "libxss"
PREFERRED_PROVIDER_bluez-utils-dbus = "bluez-utils"
PREFERRED_PROVIDER_bluez-libs = "bluez4"
+PREFERRED_PROVIDER_classpath ?= "0.97.2"
+
# we don't ship gtk-directfb by default
PREFERRED_PROVIDER_gtk+ ?= "gtk+"
PREFERRED_PROVIDER_gdk-pixbuf-loader-ani ?= "gtk+"
--
1.5.4.3
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: Added PREFERRED_PROVIDER_classpath to support JVM in KaeilOS distro
2009-06-22 15:35 Added PREFERRED_PROVIDER_classpath to support JVM in KaeilOS distro Marco Cavallini
@ 2009-06-22 15:49 ` Philip Balister
2009-06-22 16:08 ` Koen Kooi
0 siblings, 1 reply; 5+ messages in thread
From: Philip Balister @ 2009-06-22 15:49 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 280 bytes --]
Acked-by: Philip Balister <philip@balister.org>
Marco Cavallini wrote:
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Added PREFERRED_PROVIDER_classpath to support JVM in KaeilOS distro
2009-06-22 15:49 ` Philip Balister
@ 2009-06-22 16:08 ` Koen Kooi
2009-06-22 18:39 ` Philip Balister
2009-06-23 8:17 ` Marco Cavallini
0 siblings, 2 replies; 5+ messages in thread
From: Koen Kooi @ 2009-06-22 16:08 UTC (permalink / raw)
To: openembedded-devel
On 22-06-09 17:35, Marco Cavallini wrote:
+PREFERRED_PROVIDER_classpath ?= "0.97.2"
On 22-06-09 17:49, Philip Balister wrote:
> Acked-by: Philip Balister <philip@balister.org>
Really? I don't have any recipe called or (R)PROVIDING "0.97.2", have you?
Hint: "0.97.2" is a _version_ not a provider
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Added PREFERRED_PROVIDER_classpath to support JVM in KaeilOS distro
2009-06-22 16:08 ` Koen Kooi
@ 2009-06-22 18:39 ` Philip Balister
2009-06-23 8:17 ` Marco Cavallini
1 sibling, 0 replies; 5+ messages in thread
From: Philip Balister @ 2009-06-22 18:39 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 495 bytes --]
Koen Kooi wrote:
> On 22-06-09 17:35, Marco Cavallini wrote:
> +PREFERRED_PROVIDER_classpath ?= "0.97.2"
>
> On 22-06-09 17:49, Philip Balister wrote:
>> Acked-by: Philip Balister <philip@balister.org>
>
> Really? I don't have any recipe called or (R)PROVIDING "0.97.2", have you?
>
> Hint: "0.97.2" is a _version_ not a provider
Remind me to do more than look for things that break other people ....
And not to look at patches in the middle of packing.
Philip
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Added PREFERRED_PROVIDER_classpath to support JVM in KaeilOS distro
2009-06-22 16:08 ` Koen Kooi
2009-06-22 18:39 ` Philip Balister
@ 2009-06-23 8:17 ` Marco Cavallini
1 sibling, 0 replies; 5+ messages in thread
From: Marco Cavallini @ 2009-06-23 8:17 UTC (permalink / raw)
To: openembedded-devel
Koen Kooi ha scritto:
> On 22-06-09 17:35, Marco Cavallini wrote:
> +PREFERRED_PROVIDER_classpath ?= "0.97.2"
>
> On 22-06-09 17:49, Philip Balister wrote:
>> Acked-by: Philip Balister <philip@balister.org>
>
> Really? I don't have any recipe called or (R)PROVIDING "0.97.2", have you?
>
> Hint: "0.97.2" is a _version_ not a provider
>
Sorry, copy-paste error.
I'll send it again
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-06-23 8:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-22 15:35 Added PREFERRED_PROVIDER_classpath to support JVM in KaeilOS distro Marco Cavallini
2009-06-22 15:49 ` Philip Balister
2009-06-22 16:08 ` Koen Kooi
2009-06-22 18:39 ` Philip Balister
2009-06-23 8:17 ` Marco Cavallini
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.