diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-05 10:22:59 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-05 10:46:38 +0100 |
commit | 5a79ac80407d30eb70e522839252bf3b27fc59bd (patch) | |
tree | b694c26ccaafa09c696888b0d497bc8a778ff6a1 /recipes/tasks | |
parent | f3bf0f5e55a48dfb5ac34e750433a838c62e5dda (diff) |
gpdf: Remove all gpdf recipes from the repository
* gpdf contains an embedded copy of xpdf which has had several
security issues in the past.
* gpdf is not maintained for some years and the xpdf copy is not
updated.
* Remove the gpdf checksums and PREFERRED_VERSIONS
* Remove it from tasks and such.
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/task-gpe-desktopapps.bb | 5 | ||||
-rw-r--r-- | recipes/tasks/task-gpe.bb | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/recipes/tasks/task-gpe-desktopapps.bb b/recipes/tasks/task-gpe-desktopapps.bb index 25c055f446..5b6f721e0a 100644 --- a/recipes/tasks/task-gpe-desktopapps.bb +++ b/recipes/tasks/task-gpe-desktopapps.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Additional desktop applications package for GPE Palmtop Environment" -PR = "r6" +PR = "r7" LICENSE = "MIT" inherit task @@ -9,6 +9,5 @@ RDEPENDS_${PN} = "\ firefox \ thunderbird \ galculator \ - gnumeric \ - gpdf" + gnumeric" diff --git a/recipes/tasks/task-gpe.bb b/recipes/tasks/task-gpe.bb index 0bf1325da0..785f0184b1 100644 --- a/recipes/tasks/task-gpe.bb +++ b/recipes/tasks/task-gpe.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Task packages for GPE Palmtop Environment" -PR = "r7" +PR = "r8" LICENSE = "MIT" inherit task @@ -120,8 +120,7 @@ RDEPENDS_gpe-task-desktopapps = "\ firefox \ thunderbird \ galculator \ - gnumeric \ - gpdf" + gnumeric" # totem" RDEPENDS_gpe-task-sectest = "\ |