diff options
-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" + |