diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-04 16:39:36 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-04 16:39:36 +0100 |
commit | 82721f868895944823e34eb7c3e56f4bedb2a4ca (patch) | |
tree | 808279aa8028c40006bbc9608478023c094ea187 /recipes/exalt/exalt-module_svn.bb | |
parent | cea3d55fd2638484e9a560d0c04d9e8b8e80806c (diff) | |
parent | 8fedaafb39b5664ea964e8aabf2c22795e4fff3c (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/exalt/exalt-module_svn.bb')
-rw-r--r-- | recipes/exalt/exalt-module_svn.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes/exalt/exalt-module_svn.bb b/recipes/exalt/exalt-module_svn.bb deleted file mode 100644 index 0a28a1a206..0000000000 --- a/recipes/exalt/exalt-module_svn.bb +++ /dev/null @@ -1,19 +0,0 @@ -require exalt.inc - -DEPENDS = "edbus libexalt-dbus" -RDEPENDS_${PN} = "exalt" - -SRC_URI += "file://autotools-fix.patch;patch=1;minrev=78" - -EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" - -FILES_${PN} += "${libdir}/enlightenment/modules/module_exalt/*.edj \ - ${libdir}/enlightenment/modules/module_exalt/*/*.so \ - ${libdir}/enlightenment/modules/module_exalt/*.desktop \ - ${libdir}/enlightenment/modules/module_exalt/module_exalt" -FILES_${PN}-dev += "${libdir}/enlightenment/modules/module_exalt/*/*.a \ - ${libdir}/enlightenment/modules/module_exalt/*/*.la" -FILES_${PN}-dbg += "${libdir}/enlightenment/modules/module_exalt/*/.debug" -FILES_${PN}-locale += "${libdir}/enlightenment/modules/module_exalt/locale" - -EXALT_MODULE = "module" |