summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-05-02 17:53:08 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-25 11:17:57 +0100
commit0d4d9bd61bcc1a451c226044f2ffee3236f56550 (patch)
tree7892a9edbdad2873d55174d0ed2c986f94455d5e /meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb
parent2e45e31149fb79d307a2089547da7abf8f171cf8 (diff)
downloadpoky-0d4d9bd61bcc1a451c226044f2ffee3236f56550.tar.gz
shadow shadow-native: fix build with automake 1.12
(From OE-Core rev: dec7696b737e5921fcac0dbb346851e31a81537b) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb')
-rw-r--r--meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb b/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb
index 38bb922282..61fccbac26 100644
--- a/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb
+++ b/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb
@@ -7,7 +7,7 @@ LICENSE = "BSD | Artistic-1.0"
7LIC_FILES_CHKSUM = "file://COPYING;md5=08c553a87d4e51bbed50b20e0adcaede \ 7LIC_FILES_CHKSUM = "file://COPYING;md5=08c553a87d4e51bbed50b20e0adcaede \
8 file://src/passwd.c;firstline=8;endline=30;md5=2899a045e90511d0e043b85a7db7e2fe" 8 file://src/passwd.c;firstline=8;endline=30;md5=2899a045e90511d0e043b85a7db7e2fe"
9 9
10PR = "r4" 10PR = "r5"
11 11
12SRC_URI = "http://pkg-shadow.alioth.debian.org/releases/${BPN}-${PV}.tar.bz2 \ 12SRC_URI = "http://pkg-shadow.alioth.debian.org/releases/${BPN}-${PV}.tar.bz2 \
13 file://shadow.automake-1.11.patch \ 13 file://shadow.automake-1.11.patch \
@@ -15,7 +15,9 @@ SRC_URI = "http://pkg-shadow.alioth.debian.org/releases/${BPN}-${PV}.tar.bz2 \
15 file://shadow-4.1.4.2-env-reset-keep-locale.patch \ 15 file://shadow-4.1.4.2-env-reset-keep-locale.patch \
16 file://add_root_cmd_options.patch \ 16 file://add_root_cmd_options.patch \
17 file://disable-syslog.patch \ 17 file://disable-syslog.patch \
18 file://useradd.patch" 18 file://useradd.patch \
19 file://shadow_fix_for_automake-1.12.patch \
20 "
19 21
20SRC_URI[md5sum] = "b8608d8294ac88974f27b20f991c0e79" 22SRC_URI[md5sum] = "b8608d8294ac88974f27b20f991c0e79"
21SRC_URI[sha256sum] = "633f5bb4ea0c88c55f3642c97f9d25cbef74f82e0b4cf8d54e7ad6f9f9caa778" 23SRC_URI[sha256sum] = "633f5bb4ea0c88c55f3642c97f9d25cbef74f82e0b4cf8d54e7ad6f9f9caa778"