edb: move utility binaries to edb-utils from edb-dev
authorJustin Patrin <papercrane@gmail.com>
Fri, 10 Feb 2006 01:24:06 +0000 (01:24 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 10 Feb 2006 01:24:06 +0000 (01:24 +0000)
packages/efl/edb_1.0.5.005.bb

index 30c14d3..620b39d 100644 (file)
@@ -2,13 +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 = "r1"
+PR = "r2"
+
+PACKAGES = "edb-utils"
+FILES_edb-utils = "${bindir}/edb_ed ${bindir}/edb_vt_ed ${bindir}/edb_gtk_ed"
+RDEPENDS_edb-utils += "ncurses"
 
 inherit efl
 
 EXTRA_OECONF += "--disable-gtk"
 
 libdirectory = "src"
-
-FILES_${PN}-dev += "${bindir}/edb_ed ${bindir}/edb_vt_ed ${bindir}/edb_gtk_ed"
-RDEPENDS_${PN}-dev += "ncurses"
\ No newline at end of file