vte add 0.16.9, refactor into .inc file
authorMichael Lauer <mickey@vanille-media.de>
Sun, 30 Dec 2007 15:56:52 +0000 (15:56 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 30 Dec 2007 15:56:52 +0000 (15:56 +0000)
packages/vte/vte.inc [new file with mode: 0644]
packages/vte/vte_0.16.8.bb
packages/vte/vte_0.16.9.bb [new file with mode: 0644]

diff --git a/packages/vte/vte.inc b/packages/vte/vte.inc
new file mode 100644 (file)
index 0000000..e575a5a
--- /dev/null
@@ -0,0 +1,15 @@
+DESCRIPTION = "vte is a virtual terminal emulator"
+LICENSE = "LGPL"
+DEPENDS += " glib-2.0 gtk+"
+RDEPENDS = "termcap"
+
+inherit gnome
+
+EXTRA_OECONF = "--disable-gtk-doc"
+
+do_stage() {
+       autotools_stage_all
+}
+
+PACKAGES =+ "libvte"
+FILES_libvte = "${libdir}/*.so*"
index 57a3aca..f408632 100644 (file)
@@ -1,16 +1,2 @@
-DESCRIPTION = "vte is a virtual terminal emulator"
-LICENSE = "LGPL"
-DEPENDS += " glib-2.0 gtk+"
-RDEPENDS = "termcap"
+require vte.inc
 PR = "r3"
-
-inherit gnome
-
-EXTRA_OECONF = "--disable-gtk-doc"
-
-do_stage() {
-       autotools_stage_all
-}
-
-PACKAGES =+ "libvte"
-FILES_libvte = "${libdir}/*.so*"
diff --git a/packages/vte/vte_0.16.9.bb b/packages/vte/vte_0.16.9.bb
new file mode 100644 (file)
index 0000000..f408632
--- /dev/null
@@ -0,0 +1,2 @@
+require vte.inc
+PR = "r3"