vte 0.11.15 increase packaging granularity
authorMichael Lauer <mickey@vanille-media.de>
Thu, 14 Jun 2007 10:55:24 +0000 (10:55 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 14 Jun 2007 10:55:24 +0000 (10:55 +0000)
packages/vte/vte_0.11.15.bb

index 274cd81..71ca0a0 100644 (file)
@@ -1,10 +1,14 @@
+DESCRIPTION = "vte is a virtual terminal emulator"
 LICENSE = "LGPL"
-PR = "r1"
+PR = "r2"
 
 inherit gnome
 
 EXTRA_OECONF = "--disable-gtk-doc"
 
 do_stage() {
-autotools_stage_all
+       autotools_stage_all
 }
+
+PACKAGES =+ "libvte"
+FILES_libvte = "${libdir}/*.so*"