diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-27 20:12:45 +0100 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-27 20:18:29 +0100 |
commit | 96b3f7e82dafa658f337b3b1433eba8139ca566e (patch) | |
tree | 1808985f0934e2b460cb5569b57359cc5b648b60 /recipes/gtk+ | |
parent | a902c271e1944f0a72d0ad58383d539c25ed01a6 (diff) |
gtk+: fix typo
Diffstat (limited to 'recipes/gtk+')
-rw-r--r-- | recipes/gtk+/gtk+-native_2.12.11.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gtk+/gtk+-native_2.12.11.bb b/recipes/gtk+/gtk+-native_2.12.11.bb index 262154c4f2..812c354ad0 100644 --- a/recipes/gtk+/gtk+-native_2.12.11.bb +++ b/recipes/gtk+/gtk+-native_2.12.11.bb @@ -8,9 +8,9 @@ PROVIDES = "gtk+-native" EXTRA_OECONF += "--without-libtiff --disable-modules" -PR = "r1" +PR = "r2" -do_insrtall_append() { +do_install_append() { # this tool is required by gnome-keyring 2.26.0 to get built # it is written in Python and use only Python xml |