r1789 - trunk/oe/packages/vte

mickey at sita.openmoko.org mickey at sita.openmoko.org
Tue Apr 17 23:46:24 CEST 2007


Author: mickey
Date: 2007-04-17 23:46:24 +0200 (Tue, 17 Apr 2007)
New Revision: 1789

Modified:
   trunk/oe/packages/vte/vte_0.11.15.bb
Log:
oe: increase package granularity, libvte4 is now packages individually


Modified: trunk/oe/packages/vte/vte_0.11.15.bb
===================================================================
--- trunk/oe/packages/vte/vte_0.11.15.bb	2007-04-17 16:53:36 UTC (rev 1788)
+++ trunk/oe/packages/vte/vte_0.11.15.bb	2007-04-17 21:46:24 UTC (rev 1789)
@@ -1,6 +1,6 @@
 DESCRIPTION = "vte is a virtual terminal emulator"
 LICENSE = "LGPL"
-PR = "r1"
+PR = "r2"
 
 inherit gnome
 
@@ -9,3 +9,7 @@
 do_stage() {
     autotools_stage_all
 }
+
+PACKAGES =+ "libvte"
+FILES_libvte = "${libdir}/*.so*"
+





More information about the commitlog mailing list