diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-08-05 21:13:39 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-08-05 21:15:06 +0400 |
commit | 445360e9dca2e32812c66e3529c70781ecea89e6 (patch) | |
tree | a759360277d4e187c26f5a0e4825c5a5e7bfe2c9 /recipes/geda | |
parent | 434d681412600f4dd4a5048d62549f00aa5de586 (diff) |
geda-gattrib: remove deprecated patch parameters
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/geda')
-rw-r--r-- | recipes/geda/geda-gattrib_1.4.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/geda/geda-gattrib_1.4.3.bb b/recipes/geda/geda-gattrib_1.4.3.bb index 7ee713d80a..b988d630cb 100644 --- a/recipes/geda/geda-gattrib_1.4.3.bb +++ b/recipes/geda/geda-gattrib_1.4.3.bb @@ -6,7 +6,7 @@ PR = "r1" DEPENDS = "gtk+ libgeda" SRC_URI = "http://geda.seul.org/release/v1.4/${PV}/${P}.tar.gz\ - file://gattrib-gtk218.patch;patch=1" + file://gattrib-gtk218.patch" inherit autotools pkgconfig |