summaryrefslogtreecommitdiffstats
path: root/recipes/efl1/ecore.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-03-30 10:56:14 +0200
committerKoen Kooi <koen@openembedded.org>2009-03-30 10:56:14 +0200
commitd7ce4de288c5728b9b3f1f4fb0cebb2495325582 (patch)
treefd4bae3e0c4ed233edbbe5d89eb61bf1031907c7 /recipes/efl1/ecore.inc
parent1b900d4896defdd3a56248f9651ae47b0819d592 (diff)
downloadopenembedded-d7ce4de288c5728b9b3f1f4fb0cebb2495325582.tar.gz
ecore: fix packaging after last update to SRCREV
* please pay more attention when updating SRCREV next time
Diffstat (limited to 'recipes/efl1/ecore.inc')
-rw-r--r--recipes/efl1/ecore.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/efl1/ecore.inc b/recipes/efl1/ecore.inc
index a25cacc3e9..9c366f7c88 100644
--- a/recipes/efl1/ecore.inc
+++ b/recipes/efl1/ecore.inc
@@ -4,7 +4,7 @@ DEPENDS = "curl eet evas tslib libxtst libxcomposite libxinerama libxscrnsaver l
# optional
# DEPENDS += "directfb libsdl-x11 openssl virtual/libiconv"
PV = "0.9.9.050+svnr${SRCREV}"
-PR = "r1"
+PR = "r2"
inherit efl
@@ -25,6 +25,7 @@ PACKAGES += "\
${PN}-job \
${PN}-txt \
${PN}-x \
+ ${PN}-input \
"
FILES_${PN} = "${libdir}/libecore.so.*"
FILES_${PN}-con = "${libdir}/libecore_con.so.*"
@@ -41,3 +42,4 @@ FILES_${PN}-ipc = "${libdir}/libecore_ipc.so.*"
FILES_${PN}-job = "${libdir}/libecore_job.so.*"
FILES_${PN}-txt = "${libdir}/libecore_txt.so.*"
FILES_${PN}-x = "${libdir}/libecore_x.so.*"
+FILES_${PN}-input = "${libdir}/libecore_input.so.*"