diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-01-05 09:08:03 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-06 12:11:34 +0000 |
commit | 39d5655be07106a967db921e47b9492d3a065e09 (patch) | |
tree | 7134519b4cd326f2060f9dd5453a84eb4a39d398 /meta/recipes-devtools/automake/automake_1.11.2.bb | |
parent | 3bdcad7f3248ec81ce80993c970d51350496e4f3 (diff) | |
download | poky-39d5655be07106a967db921e47b9492d3a065e09.tar.gz |
automake-1.11.2: backport pkglibexec_SCRIPTS fix
automake-1.11.2 made variable libexec_SCRIPTS valid while
pkglibexec_SCRIPTS invalid. Both should be either allowed
or not allowed. This issue is fixed in the automake
developement branch, and now backported into our automake
1.11.2 recipe.
(From OE-Core rev: 4482675d3e3df3bcbedcf74eeeaec8bbc2af225a)
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-devtools/automake/automake_1.11.2.bb')
-rw-r--r-- | meta/recipes-devtools/automake/automake_1.11.2.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/automake/automake_1.11.2.bb b/meta/recipes-devtools/automake/automake_1.11.2.bb index 0a65f24fbe..4534c390ba 100644 --- a/meta/recipes-devtools/automake/automake_1.11.2.bb +++ b/meta/recipes-devtools/automake/automake_1.11.2.bb | |||
@@ -36,9 +36,10 @@ PATHFIXPATCH_virtclass-nativesdk = "" | |||
36 | 36 | ||
37 | SRC_URI += "${PATHFIXPATCH} \ | 37 | SRC_URI += "${PATHFIXPATCH} \ |
38 | file://prefer-cpio-over-pax-for-ustar-archives.patch \ | 38 | file://prefer-cpio-over-pax-for-ustar-archives.patch \ |
39 | file://python-libdir.patch" | 39 | file://python-libdir.patch \ |
40 | file://automake_1.11.2_fix_for_pkglibexec_SCRIPTS.patch" | ||
40 | 41 | ||
41 | PR = "r0" | 42 | PR = "r1" |
42 | SRC_URI[md5sum] = "18194e804d415767bae8f703c963d456" | 43 | SRC_URI[md5sum] = "18194e804d415767bae8f703c963d456" |
43 | SRC_URI[sha256sum] = "4f46d1f9380c8a3506280750f630e9fc915cb1a435b724be56b499d016368718" | 44 | SRC_URI[sha256sum] = "4f46d1f9380c8a3506280750f630e9fc915cb1a435b724be56b499d016368718" |
44 | 45 | ||