]> code.ossystems Code Review - openembedded-core.git/commitdiff
matchbox-theme-sato: unify recipes
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 3 Apr 2008 11:42:52 +0000 (11:42 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 3 Apr 2008 11:42:52 +0000 (11:42 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4172 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb
meta/packages/matchbox-theme-sato/matchbox-theme-sato.inc [new file with mode: 0644]
meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb
meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb

index 74bcef14caee9013d79ffa66ea0751adf4158b0b..30b632934eff7f149512dc076a30eb468dfe552f 100644 (file)
@@ -1,14 +1,9 @@
-DESCRIPTION = "Matchbox window manager 2 Sato themes"
-LICENSE = "CC-BY-SA3"
+require matchbox-theme-sato.inc
+
 DEPENDS = "matchbox-wm-2"
-SECTION = "x11/wm"
 PV = "0.1+svnr${SRCREV}"
 
 SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http"
 S = "${WORKDIR}/matchbox-sato"
 
-inherit autotools pkgconfig
-
 EXTRA_OECONF = "--disable-matchbox-1 --enable-matchbox-2"
-
-FILES_${PN} += "${datadir}/themes"
diff --git a/meta/packages/matchbox-theme-sato/matchbox-theme-sato.inc b/meta/packages/matchbox-theme-sato/matchbox-theme-sato.inc
new file mode 100644 (file)
index 0000000..a20596e
--- /dev/null
@@ -0,0 +1,8 @@
+DESCRIPTION = "Matchbox window manager Sato themes"
+LICENSE = "CC-BY-SA3"
+DEPENDS = "matchbox-wm"
+SECTION = "x11/wm"
+
+inherit autotools pkgconfig
+
+FILES_${PN} += "${datadir}/themes"
index eb903a19c594a388f690f1ff0b03a4f8411ab197..f2e2ffd4e481009aeb9b947be0c3ce35f43b114b 100644 (file)
@@ -1,11 +1,3 @@
-DESCRIPTION = "Matchbox window manager Sato themes"
-LICENSE = "CC-BY-SA3"
-DEPENDS = "matchbox-wm"
-SECTION = "x11/wm"
+require matchbox-theme-sato.inc
 
 SRC_URI = "http://pokylinux.org/releases/sato/matchbox-theme-sato-0.1.tar.gz"
-
-inherit autotools pkgconfig
-
-FILES_${PN} += "${datadir}/themes"
-
index d42f6421ed4226a4e3d66cffb0edfb114b41920f..2641edca6548d90bd34932d463856b94e7fba5f0 100644 (file)
@@ -1,12 +1,6 @@
-DESCRIPTION = "Matchbox window manager Sato themes"
-LICENSE = "CC-BY-SA3"
-DEPENDS = "matchbox-wm"
-SECTION = "x11/wm"
+require matchbox-theme-sato.inc
+
 PV = "0.1+svnr${SRCREV}"
 
 SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http"
 S = "${WORKDIR}/matchbox-sato"
-
-inherit autotools pkgconfig
-
-FILES_${PN} += "${datadir}/themes"