diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-07-15 15:53:46 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-07-15 16:18:56 +0200 |
commit | 4cfb2c3cf74006a2fc927202bdf8d5622c2e8a80 (patch) | |
tree | a9f0e546eadaaa1b5b6deb3a30fed5daa688c774 /recipes/tasks | |
parent | 1d597fb7aa46f61c016b8bc28cc7e58745055632 (diff) |
task-shr-feed: add openjdk-6
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/task-shr-feed.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/tasks/task-shr-feed.bb b/recipes/tasks/task-shr-feed.bb index 4e7c8c0040..bb68596830 100644 --- a/recipes/tasks/task-shr-feed.bb +++ b/recipes/tasks/task-shr-feed.bb @@ -1,5 +1,5 @@ DESCRIPTION = "SHR Feed" -PR = "r60" +PR = "r61" PV = "1.0" LICENSE = "GPL" @@ -143,6 +143,7 @@ RDEPENDS_${PN} += "\ x11vnc \ # libswt3.4-gtk-java \ cacao \ + openjdk-6 # jamvm \ dbus-x11 \ # bluez-utils-alsa \ |