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:
a9b96c7
)
entice: add explicit esmart RDEPENDS
author
Justin Patrin
<papercrane@gmail.com>
Fri, 4 Aug 2006 21:59:07 +0000
(21:59 +0000)
committer
Justin Patrin
<papercrane@gmail.com>
Fri, 4 Aug 2006 21:59:07 +0000
(21:59 +0000)
packages/e17/entice_20060128.bb
patch
|
blob
|
history
diff --git
a/packages/e17/entice_20060128.bb
b/packages/e17/entice_20060128.bb
index
ffc07f7
..
271bcc0
100644
(file)
--- a/
packages/e17/entice_20060128.bb
+++ b/
packages/e17/entice_20060128.bb
@@
-2,10
+2,12
@@
DESCRIPTION = "Entice is the E17 picture viewer"
# can also depend on GIMP for editing
DEPENDS = "edb evas-x11 ecore-x11 edje epsilon esmart-x11"
LICENSE = "MIT"
-PR = "r
1
"
+PR = "r
2
"
inherit e
+RDEPENDS += "esmart-x11"
+
SRC_URI = "${E_CVS};module=e17/apps/entice;date=${PV}"
S = "${WORKDIR}/entice"