Bump PR due to changes in efl.bbclass
authorJustin Patrin <papercrane@gmail.com>
Wed, 17 Aug 2005 20:30:19 +0000 (20:30 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 17 Aug 2005 20:30:19 +0000 (20:30 +0000)
Add REDEPENDS on ewl and emotion theme packages (programs written for them won't run without the themes)

13 files changed:
packages/efl/e_20050810.bb
packages/efl/ecore-fb_0.9.9.013.bb
packages/efl/ecore-x11_0.9.9.013.bb
packages/efl/edb_1.0.5.004.bb
packages/efl/edje_0.5.0.013.bb
packages/efl/eet_0.9.10.013.bb
packages/efl/embryo_0.9.1.013.bb
packages/efl/emotion_0.0.1.004.bb
packages/efl/esmart_0.9.0.004.bb
packages/efl/etox_0.9.0.004.bb
packages/efl/evas-fb_0.9.9.013.bb
packages/efl/evas-x11_0.9.9.013.bb
packages/efl/ewl_0.0.4.004.bb

index b017a56..8f4eacf 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Enlightenment Window Mananger Library"
 DEPENDS = "virtual/evas virtual/ecore edje eet embryo"
 LICENSE = "MIT"
 CVSDATE = "${PV}"
-PR = "r0"
+PR = "r1"
 
 inherit efl
 
index f0f7473..87fea43 100644 (file)
@@ -1,6 +1,6 @@
 include ecore.inc
 PROVIDES += "virtual/ecore"
-PR = "r0"
+PR = "r1"
 
 EXTRA_OECONF = "--enable-ecore-fb \
                --enable-ecore-job \
index 8a86aa0..36a9c06 100644 (file)
@@ -1,7 +1,7 @@
 include ecore.inc
 PROVIDES += "virtual/ecore"
 DEPENDS += "evas-x11"
-PR = "r1"
+PR = "r2"
 
 EXTRA_OECONF = "--enable-ecore-fb \
                --enable-ecore-job \
index a783a4d..30c14d3 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "EDB is a database convenience library wrapped around the \
 Berkeley DB 2.7.7 by Sleepycat Software."
 DEPENDS = "zlib ncurses"
 LICENSE = "BSD"
-PR = "r0"
+PR = "r1"
 
 inherit efl
 
index 5cab345..e08e440 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Edje is a complex graphical design & layout library."
 # can also install vim data files
 DEPENDS = "virtual/evas virtual/ecore eet embryo edje-native virtual/imlib2"
 LICENSE = "MIT"
-PR = "r0"
+PR = "r1"
 
 inherit efl
 
index 5820b91..c0f89b1 100644 (file)
@@ -4,6 +4,6 @@ each chunk (very much like a zip file) and allow fast \
 random-access reading of the file later on."
 DEPENDS = "zlib jpeg"
 LICENSE = "BSD"
-PR = "r0"
+PR = "r1"
 
 inherit efl
index 54f3dda..1802da1 100644 (file)
@@ -4,6 +4,6 @@ CompuPhase's Small language that was introduced in Dr Dobb's Journal in 1999. \
 Embryo allows scripting capabilities in places that otherwise wouldn't support \
 basic programming structures such as in Edje EDCs."
 LICENSE = "MIT"
-PR = "r0"
+PR = "r1"
 
 inherit efl
index 0d87e6b..6ca8e37 100644 (file)
@@ -1,5 +1,7 @@
 DESCRIPTION = "Emotion is a multimedia library based on libxine"
 LICENSE = "MIT"
 DEPENDS = "eet virtual/evas edje virtual/ecore embryo virtual/libxine"
+RDEPENDS += "libemotion-themes"
+PR = "r1"
 
 inherit efl
index beae7a7..c68b78a 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "ESmart is a collection of smart Evas objects"
 LICENSE = "MIT"
 DEPENDS = "evas-x11 ecore-x11 virtual/imlib2 epsilon edje libtool"
-PR = "r1"
+PR = "r2"
 
 inherit efl
 
index 26edf1c..e61759a 100644 (file)
@@ -3,7 +3,7 @@ Etox helps you when it comes to displaying, moving, resizing, layering, \
 clipping, aligning and coloring fonts in different styles, and more."
 DEPENDS = "edb virtual/evas virtual/ecore"
 LICENSE = "MIT"
-PR = "r0"
+PR = "r1"
 
 inherit efl
 
index 8086d0e..9286853 100644 (file)
@@ -1,6 +1,6 @@
 include evas.inc
 PROVIDES += "virtual/evas"
-PR = "r0"
+PR = "r1"
 
 EXTRA_OECONF = "--enable-fb                    \
                --disable-directfb              \
index 3d37d23..901a23d 100644 (file)
@@ -1,7 +1,7 @@
 include evas.inc
 PROVIDES += "virtual/evas"
 DEPENDS += "x11 xext"
-PR = "r2"
+PR = "r3"
 
 EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11  \
                --x-libraries=${STAGING_LIBDIR} \
index 92db160..0ea977f 100644 (file)
@@ -1,8 +1,9 @@
 DESCRIPTION = "The Enlightened Widget Library, \
 a simple-to-use general purpose widget library based on the enlightenment foundation libraries."
 DEPENDS = "edb virtual/evas virtual/ecore edje emotion"
+RDEPENDS += "libewl-themes"
 LICENSE = "MIT"
-PR = "r0"
+PR = "r1"
 
 inherit efl