summaryrefslogtreecommitdiff
path: root/packages/e17/entice_20050810.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-08-13 14:44:45 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-13 14:44:45 +0000
commitb87cac1cf23eab6ad1e8a7498702f408263c2ae4 (patch)
treeccd8576081ff0f635ccf7b4018fe77840641aee1 /packages/e17/entice_20050810.bb
parentc43bdb630a5cb6a6cce9a9fb49abcf679c625d58 (diff)
E17 files
- remove unnecessary explicit binconfig settings - use ${sysconfdir} and ${sbindir} instead of hardcoding paths
Diffstat (limited to 'packages/e17/entice_20050810.bb')
-rw-r--r--packages/e17/entice_20050810.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/e17/entice_20050810.bb b/packages/e17/entice_20050810.bb
index ac454e7189..667d3f4da8 100644
--- a/packages/e17/entice_20050810.bb
+++ b/packages/e17/entice_20050810.bb
@@ -1,4 +1,4 @@
-DESCRIPTION = "Entice is a picture viewer"
+DESCRIPTION = "Entice is the E17 picture viewer"
SECTION = "e/apps"
# can also depend on GIMP for editing
DEPENDS = "virtual/evas edb virtual/ecore edje"
@@ -15,5 +15,5 @@ inherit autotools
EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc"
-FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} /etc/* /usr/sbin/*"
+FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}"