diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-07-15 17:26:35 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-15 20:53:53 +0200 |
| commit | a65aa161fcc3b4dccf2a08103b92e7f9fb20225d (patch) | |
| tree | 608ffc9a4b2a9f9fb81a86925b30e3858cd97562 /meta-oe | |
| parent | 13b97ccfed2d246add125362517c565b743106dc (diff) | |
| download | meta-openembedded-a65aa161fcc3b4dccf2a08103b92e7f9fb20225d.tar.gz | |
atk: switch over to a bbappend
Updates meta-oe to atk 1.32.0.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/atk/atk.inc | 10 | ||||
| -rw-r--r-- | meta-oe/recipes-support/atk/atk_1.30.0.bb | 19 | ||||
| -rw-r--r-- | 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 604e6ca38f..0000000000 --- a/meta-oe/recipes-support/atk/atk.inc +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | DESCRIPTION = "An accessibility toolkit for GNOME." | ||
| 2 | SECTION = "x11/libs" | ||
| 3 | LICENSE = "LGPL" | ||
| 4 | |||
| 5 | DEPENDS = "glib-2.0 gtk-doc-native" | ||
| 6 | |||
| 7 | inherit autotools pkgconfig | ||
| 8 | |||
| 9 | EXTRA_OECONF = "--disable-glibtest" | ||
| 10 | |||
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 7efb4fe2da..0000000000 --- a/meta-oe/recipes-support/atk/atk_1.30.0.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | DESCRIPTION = "An accessibility toolkit for GNOME." | ||
| 2 | SECTION = "x11/libs" | ||
| 3 | LICENSE = "LGPLv2 & LGPLv2+" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | ||
| 5 | file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \ | ||
| 6 | file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7 | ||
| 7 | PR = "r1" | ||
| 8 | |||
| 9 | inherit gnome | ||
| 10 | |||
| 11 | SRC_URI[archive.md5sum] = "548d413775819fef425410739041cac3" | ||
| 12 | SRC_URI[archive.sha256sum] = "92b9b1213cafc68fe9c3806273b968c26423237d7b1f631dd83dc5270b8c268c" | ||
| 13 | |||
| 14 | DEPENDS = "glib-2.0 gtk-doc-native" | ||
| 15 | |||
| 16 | EXTRA_OECONF += "--disable-glibtest" | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native" | ||
| 19 | |||
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 0000000000..d9172b491c --- /dev/null +++ b/meta-oe/recipes-support/atk/atk_1.32.0.bbappend | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | BBCLASSEXTEND = "native" | ||
| 2 | |||
