diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-02 07:34:46 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-02 09:47:17 +0200 |
commit | 2db61370333f7a2fc1dbb86385734883387e0217 (patch) | |
tree | 7fb4ecb9ad3e4e1adae060b0ca3c49a88cb1f519 /recipes/shadow/shadow_4.1.4.2.bb | |
parent | fe67969ea2e5c6f9a65d529f8b2bd331c98148f3 (diff) |
shadow: fix do_install with automake-1.11
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/shadow/shadow_4.1.4.2.bb')
-rw-r--r-- | recipes/shadow/shadow_4.1.4.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/shadow/shadow_4.1.4.2.bb b/recipes/shadow/shadow_4.1.4.2.bb index 7f9d403af5..8d75115d4e 100644 --- a/recipes/shadow/shadow_4.1.4.2.bb +++ b/recipes/shadow/shadow_4.1.4.2.bb @@ -1,3 +1,5 @@ require shadow.inc -PR = "${INC_PR}.0" +SRC_URI += " file://shadow.automake-1.11.patch;patch=1" + +PR = "${INC_PR}.1" |