diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-10-17 16:18:27 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2011-10-18 01:31:11 +0200 |
commit | 1667aa0fe3210f0588bcf6906d1c0b58f667af1d (patch) | |
tree | 69730685c38fbde260f594e49667f424ce3d8ab6 | |
parent | a44535822b80285792c5d2567bfa89246eb1f396 (diff) | |
download | meta-openembedded-1667aa0fe3210f0588bcf6906d1c0b58f667af1d.tar.gz |
efm-nav, efm-path, efm-pathbar: drop from meta-efl, now are part of efm itself
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-efl/recipes-efl/e17/efm-nav_svn.bb | 14 | ||||
-rw-r--r-- | meta-efl/recipes-efl/e17/efm-path_svn.bb | 15 | ||||
-rw-r--r-- | meta-efl/recipes-efl/e17/efm-pathbar_svn.bb | 15 |
3 files changed, 0 insertions, 44 deletions
diff --git a/meta-efl/recipes-efl/e17/efm-nav_svn.bb b/meta-efl/recipes-efl/e17/efm-nav_svn.bb deleted file mode 100644 index e6a8e6f829..0000000000 --- a/meta-efl/recipes-efl/e17/efm-nav_svn.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | LICENSE = "MIT" | ||
2 | PV = "0.0.1+svnr${SRCPV}" | ||
3 | |||
4 | require e-module.inc | ||
5 | |||
6 | SRCNAME = "E-MODULES-EXTRA/efm_nav" | ||
7 | |||
8 | do_configure_prepend() { | ||
9 | sed -i -e /po/d configure.ac | ||
10 | sed -i -e s:\ po::g Makefile.am | ||
11 | } | ||
12 | |||
13 | FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug/" | ||
14 | FILES_${PN} += "${libdir}/enlightenment/modules/" | ||
diff --git a/meta-efl/recipes-efl/e17/efm-path_svn.bb b/meta-efl/recipes-efl/e17/efm-path_svn.bb deleted file mode 100644 index 685513f7f7..0000000000 --- a/meta-efl/recipes-efl/e17/efm-path_svn.bb +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | LICENSE = "MIT" | ||
2 | PV = "0.0.1+svnr${SRCPV}" | ||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | require e-module.inc | ||
6 | |||
7 | SRCNAME = "E-MODULES-EXTRA/efm_path" | ||
8 | |||
9 | do_configure_prepend() { | ||
10 | sed -i -e /po/d configure.ac | ||
11 | sed -i -e s:\ po::g Makefile.am | ||
12 | } | ||
13 | |||
14 | FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug/" | ||
15 | FILES_${PN} += "${libdir}/enlightenment/modules/" | ||
diff --git a/meta-efl/recipes-efl/e17/efm-pathbar_svn.bb b/meta-efl/recipes-efl/e17/efm-pathbar_svn.bb deleted file mode 100644 index 54c5a0b474..0000000000 --- a/meta-efl/recipes-efl/e17/efm-pathbar_svn.bb +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | LICENSE = "MIT" | ||
2 | PV = "0.0.1+svnr${SRCPV}" | ||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | require e-module.inc | ||
6 | |||
7 | SRCNAME = "E-MODULES-EXTRA/efm_pathbar" | ||
8 | |||
9 | do_configure_prepend() { | ||
10 | sed -i -e /po/d configure.ac | ||
11 | sed -i -e s:\ po::g Makefile.am | ||
12 | } | ||
13 | |||
14 | FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug/" | ||
15 | FILES_${PN} += "${libdir}/enlightenment/modules/" | ||