diff options
author | Koen Kooi <koen@openembedded.org> | 2009-03-30 10:56:14 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-03-30 10:56:14 +0200 |
commit | d7ce4de288c5728b9b3f1f4fb0cebb2495325582 (patch) | |
tree | fd4bae3e0c4ed233edbbe5d89eb61bf1031907c7 /recipes/efl1 | |
parent | 1b900d4896defdd3a56248f9651ae47b0819d592 (diff) |
ecore: fix packaging after last update to SRCREV
* please pay more attention when updating SRCREV next time
Diffstat (limited to 'recipes/efl1')
-rw-r--r-- | recipes/efl1/ecore.inc | 4 | ||||
-rw-r--r-- | recipes/efl1/ecore_svn.bb | 2 |
2 files changed, 4 insertions, 2 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.*" 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 \ |