[oe-commits] Angus Ainslie : ship ecore-input for python ecore bindings

GIT User account git at amethyst.openembedded.net
Tue Mar 24 01:31:05 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 59fd9ef42126b04d05158afbee28b6049b755399
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=59fd9ef42126b04d05158afbee28b6049b755399

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Mon Mar 23 19:24:25 2009 -0600

ship ecore-input for python ecore bindings

---

 packages/efl1/ecore.inc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/packages/efl1/ecore.inc b/packages/efl1/ecore.inc
index a25cacc..9c366f7 100644
--- a/packages/efl1/ecore.inc
+++ b/packages/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.*"





More information about the Openembedded-commits mailing list