diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-08-26 23:26:32 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-08-27 10:45:50 +0200 |
commit | 9e7085ede3216c9052098693194d1be58fff1e9c (patch) | |
tree | ed1db411fe5622cb041130ab33ed5b43dc279704 | |
parent | be459b4f9b1259ba4277b46be34bf0b1efcc008d (diff) |
atk: add 1.27.90 native atk
-rw-r--r-- | recipes/atk/atk-native_1.27.90.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/atk/atk-native_1.27.90.bb b/recipes/atk/atk-native_1.27.90.bb new file mode 100644 index 0000000000..45ec601615 --- /dev/null +++ b/recipes/atk/atk-native_1.27.90.bb @@ -0,0 +1,11 @@ + +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" + |