diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-02 02:55:27 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-11 01:52:53 +0100 |
commit | 8c9b3585d955b22ce810a639f50ce094c5e49572 (patch) | |
tree | 18db4b2139f37a3c77b38b07acffab3a934c8128 /meta-efl/recipes-efl | |
parent | 10946e6282fa832a766c9404ccb8dd585c24bf8c (diff) | |
download | meta-openembedded-8c9b3585d955b22ce810a639f50ce094c5e49572.tar.gz |
elementary-alarm: remove recipe, source was removed in r70549
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl')
-rw-r--r-- | meta-efl/recipes-efl/e17/elementary-alarm_svn.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-efl/recipes-efl/e17/elementary-alarm_svn.bb b/meta-efl/recipes-efl/e17/elementary-alarm_svn.bb deleted file mode 100644 index 6c44109d1..000000000 --- a/meta-efl/recipes-efl/e17/elementary-alarm_svn.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | DESCRIPTION = "An Elementary based Alarm app" | ||
2 | LICENSE = "GPL" | ||
3 | DEPENDS = "elementary" | ||
4 | SECTION = "x11" | ||
5 | PV = "0.0.0+svnr${SRCPV}" | ||
6 | SRCREV = "${EFL_SRCREV}" | ||
7 | |||
8 | inherit e | ||
9 | SRC_URI = "${E_SVN}/trunk/TMP/st;module=${SRCNAME};protocol=http;scmdata=keep" | ||
10 | S = "${WORKDIR}/${SRCNAME}" | ||
11 | |||
12 | RDEPENDS_${PN} = "waker" | ||
13 | FILES_${PN} += "${bindir}/*" | ||
14 | FILES_${PN} += "${datadir}/${PN}" | ||
15 | FILES_${PN} += "${datadir}/icons/*" | ||
16 | FILES_${PN} += "${datadir}/applications/*" | ||
17 | FILES_${PN} += "${datadir}/${PN}/sounds/*" | ||