git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49f021a
)
gpe-plucker: Fix DEPENDS and RDEPENDS
author
Matthias Hentges
<oe@hentges.net>
Mon, 23 Apr 2007 01:45:05 +0000
(
01:45
+0000)
committer
Matthias Hentges
<oe@hentges.net>
Mon, 23 Apr 2007 01:45:05 +0000
(
01:45
+0000)
packages/gpe-plucker/gpe-plucker_0.4.bb
patch
|
blob
|
history
diff --git
a/packages/gpe-plucker/gpe-plucker_0.4.bb
b/packages/gpe-plucker/gpe-plucker_0.4.bb
index
238b1c1
..
6e9f6b5
100644
(file)
--- a/
packages/gpe-plucker/gpe-plucker_0.4.bb
+++ b/
packages/gpe-plucker/gpe-plucker_0.4.bb
@@
-1,12
+1,13
@@
inherit gpe pkgconfig
LICENSE = "GPL"
DESCRIPTION = "Plucker ebook reader"
-DEPENDS = "gtk+ libgpewidget"
+DEPENDS = "gtk+ libgpewidget gpe-icons"
+RDEPENDS = "gpe-icons"
SECTION = "gpe"
PRIORITY = "optional"
SRC_URI += " file://plucker-no-host-includes.patch;patch=1"
PARALLEL_MAKE=""
-PR = "r
1
"
+PR = "r
2
"