diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-10-06 21:29:39 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-07 21:16:22 +0200 |
commit | 9db2af0e5348075afe05f3f5d79c557e03649481 (patch) | |
tree | 2eeb1634745c42d9a73e7240892091d8c0a01b34 /recipes | |
parent | e8e386a5f8e4f4ff57177532fee37eaed3900b3c (diff) |
atk-native: add 1.28.0
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/atk/atk-native_1.27.90.bb | 11 | ||||
-rw-r--r-- | recipes/atk/atk-native_1.28.0.bb | 6 |
2 files changed, 6 insertions, 11 deletions
diff --git a/recipes/atk/atk-native_1.27.90.bb b/recipes/atk/atk-native_1.27.90.bb deleted file mode 100644 index 45ec601615..0000000000 --- a/recipes/atk/atk-native_1.27.90.bb +++ /dev/null @@ -1,11 +0,0 @@ - -require atk_1.27.90.bb - -inherit native - -DEPENDS += "glib-2.0-native" -PROVIDES = "atk-native" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/atk/1.27/atk-${PV}.tar.bz2" - -PR = "r0" - diff --git a/recipes/atk/atk-native_1.28.0.bb b/recipes/atk/atk-native_1.28.0.bb new file mode 100644 index 0000000000..b136cba962 --- /dev/null +++ b/recipes/atk/atk-native_1.28.0.bb @@ -0,0 +1,6 @@ +require atk_1.28.0.bb + +inherit native + +DEPENDS += "glib-2.0-native" + |