From: Koen Kooi Date: Mon, 30 Mar 2009 08:56:14 +0000 (+0200) Subject: ecore: fix packaging after last update to SRCREV X-Git-Tag: Release-2010-05/1~3796^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7ce4de288c5728b9b3f1f4fb0cebb2495325582;p=openembedded.git ecore: fix packaging after last update to SRCREV * please pay more attention when updating SRCREV next time --- 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.*" diff --git a/recipes/efl1/ecore_svn.bb b/recipes/efl1/ecore_svn.bb index a35111d308..566e6cc300 100644 --- a/recipes/efl1/ecore_svn.bb +++ b/recipes/efl1/ecore_svn.bb @@ -1,5 +1,5 @@ require ecore.inc -PR = "r1" +PR = "r2" EXTRA_OECONF = "\ --x-includes=${STAGING_INCDIR}/X11 \