aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17/waker_svn.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-01-30 00:30:52 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-01-30 00:32:50 +0100
commitc525dc894a3e6ba61c07901d776b30d65becde32 (patch)
treea3b3a84f752519abfaa4ae43509c3ed89733e976 /recipes/e17/waker_svn.bb
parente341fb2ca67ea7670ca15379050992e81efa5697 (diff)
downloadopenembedded-c525dc894a3e6ba61c07901d776b30d65becde32.tar.gz
waker: fix build without ecore_string_init and ecore_string_shutdown
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/e17/waker_svn.bb')
-rw-r--r--recipes/e17/waker_svn.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/e17/waker_svn.bb b/recipes/e17/waker_svn.bb
index 73e7235218..72ce92aafb 100644
--- a/recipes/e17/waker_svn.bb
+++ b/recipes/e17/waker_svn.bb
@@ -8,7 +8,10 @@ SRCREV = "${EFL_SRCREV}"
inherit efl
-SRC_URI = "${E_SVN}/trunk/TMP/st;module=${SRCNAME};proto=http"
+SRC_URI = "\
+ ${E_SVN}/trunk/TMP/st;module=${SRCNAME};proto=http \
+ file://0001-waker-remove-old-ecore_string_init-and-ecore_string_.patch \
+"
S = "${WORKDIR}/${SRCNAME}"
FILES_${PN} += "${bindir}/* ${libdir}/lib*.so.*"