diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-09-27 13:08:12 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-09-27 13:08:12 +0200 |
commit | 3f0fd6ab6747bbd143b317dc64570157b6764c95 (patch) | |
tree | 719b20613bbeb50711b8347b06fbf83591cc3f89 | |
parent | 2839bd9b811808a538ad9b2705d6ab868634c13e (diff) |
shr-e-gadgets: remove edje_convert calls (should be converted already in source)
-rw-r--r-- | recipes/shr/shr-e-gadgets_git.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes/shr/shr-e-gadgets_git.bb b/recipes/shr/shr-e-gadgets_git.bb index 973cee2468..755c260e0a 100644 --- a/recipes/shr/shr-e-gadgets_git.bb +++ b/recipes/shr/shr-e-gadgets_git.bb @@ -14,11 +14,6 @@ inherit autotools SRC_URI = "git://git.shr-project.org/repo/shr-e-gadgets.git;protocol=http;branch=master" S = "${WORKDIR}/git" -do_compile_append() { - ${STAGING_BINDIR_NATIVE}/edje_convert src/illume-rightclick-toggle/e-module-illume-rightclick-toggle.edj - ${STAGING_BINDIR_NATIVE}/edje_convert src/shelf-gadgets/e-module-shr-e-gadgets.edj -} - FILES_${PN} += "\ ${datadir}/shr_elm_softkey \ ${libdir}/enlightenment/modules/*/*.desktop \ |