diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-11-15 10:50:23 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-11-15 10:50:23 +0000 |
commit | a7bb358100f67ec64a64a996e66e919f2c692df7 (patch) | |
tree | 2776aa13d20ca9e0757c1836bd708374c0d75225 /packages/e17 | |
parent | 6108136d4fbf54f3c9e2fbd31d41cdebb780a2e2 (diff) |
entice: Fix broken package references to remove parsing errors
Diffstat (limited to 'packages/e17')
-rw-r--r-- | packages/e17/entice_20060416.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/e17/entice_20060416.bb b/packages/e17/entice_20060416.bb index 0e1d571205..25b50467a4 100644 --- a/packages/e17/entice_20060416.bb +++ b/packages/e17/entice_20060416.bb @@ -6,7 +6,7 @@ PR = "r0" inherit e -RDEPENDS += "libesmart-container-plugins libesmart-thumb0 libesmart-trans-x11-0 libesmart-file-dialog0" +RDEPENDS += "libesmart-container-plugins libesmart-thumb libesmart-trans-x11-0 libesmart-file-dialog" SRC_URI = "${E_CVS};module=e17/apps/entice;date=${PV}" S = "${WORKDIR}/entice" |