diff options
Diffstat (limited to 'packages/e17/entice_cvs.bb')
-rw-r--r-- | packages/e17/entice_cvs.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/e17/entice_cvs.bb b/packages/e17/entice_cvs.bb deleted file mode 100644 index f0a7335d6c..0000000000 --- a/packages/e17/entice_cvs.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "Entice is the E17 picture viewer" -# can also depend on GIMP for editing -LICENSE = "MIT BSD" -DEPENDS = "edb evas ecore edje epsilon esmart" -PV = "0.0.0+cvs${SRCDATE}" -PR = "r0" - -inherit e - -SRC_URI = "${E_CVS};module=e17/apps/entice" -S = "${WORKDIR}/entice" - -EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" - -FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}" |