edb, embryo, edje: remove -utils packages as package.bbclass can't handle it
authorJustin Patrin <papercrane@gmail.com>
Sat, 11 Feb 2006 21:21:04 +0000 (21:21 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 11 Feb 2006 21:21:04 +0000 (21:21 +0000)
packages/efl/edb_1.0.5.005.bb
packages/efl/edje_0.5.0.023.bb
packages/efl/embryo_0.9.1.023.bb

index 620b39d..5550538 100644 (file)
@@ -2,11 +2,14 @@ DESCRIPTION = "EDB is a database convenience library wrapped around the \
 Berkeley DB 2.7.7 by Sleepycat Software."
 DEPENDS = "zlib ncurses"
 LICENSE = "BSD"
-PR = "r2"
+PR = "r3"
 
-PACKAGES = "edb-utils"
-FILES_edb-utils = "${bindir}/edb_ed ${bindir}/edb_vt_ed ${bindir}/edb_gtk_ed"
-RDEPENDS_edb-utils += "ncurses"
+## package.bbclass kills packages when there are duplicates, this means
+##  that efl.bbclass can't have PACKAGES += and so the FILES for previous
+##  packages take precedence over -utils
+#PACKAGES = "edb-utils"
+#FILES_edb-utils = "${bindir}/edb_ed ${bindir}/edb_vt_ed ${bindir}/edb_gtk_ed"
+#RDEPENDS_edb-utils += "ncurses"
 
 inherit efl
 
index b0fbda0..11662b2 100644 (file)
@@ -2,14 +2,20 @@ 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 = "r4"
+PR = "r5"
 
-PACKAGES = "edje-utils"
-FILES_edje-utils = "${bindir}/edje ${bindir}/edje_* ${datadir}/edje/data/template ${datadir}/edje/include"
-RDEPENDS_edje-utils += "embryo-utils cpp"
+## package.bbclass kills packages when there are duplicates, this means
+##  that efl.bbclass can't have PACKAGES += and so the FILES for previous
+##  packages take precedence over -utils
+#PACKAGES = "edje-utils"
+#RPROVIDES_edje-utils += "libedje-utils"
+#FILES_edje-utils = "${bindir}/edje ${bindir}/edje_* ${datadir}/edje/data/template ${datadir}/edje/include"
+#RDEPENDS_edje-utils += "libembryo-utils cpp cpp-symlinks gcc gcc-symlinks"
 
 inherit efl
 
+RDEPENDS_${PN}-dev += "libembryo-dev cpp cpp-symlinks gcc gcc-symlinks"
+
 FILES_${SRCNAME}-themes = ""
 
 SRC_URI += "cvs://anonymous@thinktux.net/root;module=e17/libs/edje/m4;date=20060101"
index f5582ef..603a0c8 100644 (file)
@@ -4,9 +4,12 @@ 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 = "r2"
+PR = "r3"
 
-PACKAGES = "embryo-utils"
-FILES_embryo-utils = "${bindir}/embryo ${bindir}/embryo_* ${datadir}/embryo/include"
+## package.bbclass kills packages when there are duplicates, this means
+##  that efl.bbclass can't have PACKAGES += and so the FILES for previous
+##  packages take precedence over -utils
+#PACKAGES = "embryo-utils"
+#FILES_embryo-utils = "${bindir}/embryo ${bindir}/embryo_* ${datadir}/embryo/include"
 
 inherit efl