edje: move template and include directories to edje-utils, move files in -themes...
authorJustin Patrin <papercrane@gmail.com>
Thu, 9 Feb 2006 23:53:09 +0000 (23:53 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 9 Feb 2006 23:53:09 +0000 (23:53 +0000)
packages/efl/edje_0.5.0.023.bb

index eb90478..9b4a6c9 100644 (file)
@@ -2,14 +2,16 @@ 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 = "r2"
+PR = "r3"
 
 PACKAGES += "edje-utils"
-FILES_edje-utils += "${bindir}"
+FILES_edje-utils += "${bindir} ${datadir}/edje/data/template ${datadir}/edje/include"
 RDEPENDS_edje-utils += "cpp"
 
 inherit efl
 
+FILES_${SRCNAME}-themes = ""
+
 SRC_URI += "cvs://anonymous@thinktux.net/root;module=e17/libs/edje/m4;date=20060101"
 
 LEAD_SONAME = "libedje.so"