[oe-commits] Paul Eggleton : atk: switch over to a bbappend

git version control git at git.openembedded.org
Fri Jul 15 18:54:42 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: a65aa161fcc3b4dccf2a08103b92e7f9fb20225d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=a65aa161fcc3b4dccf2a08103b92e7f9fb20225d

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Fri Jul 15 17:26:35 2011 +0100

atk: switch over to a bbappend

Updates meta-oe to atk 1.32.0.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-support/atk/atk.inc             |   10 ----------
 meta-oe/recipes-support/atk/atk_1.30.0.bb       |   19 -------------------
 meta-oe/recipes-support/atk/atk_1.32.0.bbappend |    2 ++
 3 files changed, 2 insertions(+), 29 deletions(-)

diff --git a/meta-oe/recipes-support/atk/atk.inc b/meta-oe/recipes-support/atk/atk.inc
deleted file mode 100644
index 604e6ca..0000000
--- a/meta-oe/recipes-support/atk/atk.inc
+++ /dev/null
@@ -1,10 +0,0 @@
-DESCRIPTION = "An accessibility toolkit for GNOME."
-SECTION = "x11/libs"
-LICENSE = "LGPL"
-
-DEPENDS = "glib-2.0 gtk-doc-native"
-
-inherit autotools pkgconfig
-
-EXTRA_OECONF = "--disable-glibtest"
-
diff --git a/meta-oe/recipes-support/atk/atk_1.30.0.bb b/meta-oe/recipes-support/atk/atk_1.30.0.bb
deleted file mode 100644
index 7efb4fe..0000000
--- a/meta-oe/recipes-support/atk/atk_1.30.0.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "An accessibility toolkit for GNOME."
-SECTION = "x11/libs"
-LICENSE = "LGPLv2 & LGPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
-                    file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \
-                    file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7
-PR = "r1"
-
-inherit gnome
-
-SRC_URI[archive.md5sum] = "548d413775819fef425410739041cac3"
-SRC_URI[archive.sha256sum] = "92b9b1213cafc68fe9c3806273b968c26423237d7b1f631dd83dc5270b8c268c"
-
-DEPENDS = "glib-2.0 gtk-doc-native"
-
-EXTRA_OECONF += "--disable-glibtest"
-
-BBCLASSEXTEND = "native"
-
diff --git a/meta-oe/recipes-support/atk/atk_1.32.0.bbappend b/meta-oe/recipes-support/atk/atk_1.32.0.bbappend
new file mode 100644
index 0000000..d9172b4
--- /dev/null
+++ b/meta-oe/recipes-support/atk/atk_1.32.0.bbappend
@@ -0,0 +1,2 @@
+BBCLASSEXTEND = "native"
+





More information about the Openembedded-commits mailing list