diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-07-09 06:21:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:54:03 +0100 |
commit | 6dfb17b48863f8d07c272d27723a24bf7dabf195 (patch) | |
tree | daa5e34a1fc6d7b3397deb7bfaa2c54b714be723 /meta/recipes-sato/pimlico | |
parent | 2fa4618bcf448097b5c28fedddb3093dc0ce4817 (diff) | |
download | poky-6dfb17b48863f8d07c272d27723a24bf7dabf195.tar.gz |
dates: fix build with automake 1.12.x
automake 1.12.x automatically deletes empty directories, so
the additional rmdir from the do_install_append fails.
cleanup the do_install_append for automake 1.12.x
(From OE-Core rev: 0d333c61c6ce74666ce87593dc2797ca45a97766)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/pimlico')
-rw-r--r-- | meta/recipes-sato/pimlico/dates_git.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-sato/pimlico/dates_git.bb b/meta/recipes-sato/pimlico/dates_git.bb index 73258ae965..9ee010554d 100644 --- a/meta/recipes-sato/pimlico/dates_git.bb +++ b/meta/recipes-sato/pimlico/dates_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | |||
7 | 7 | ||
8 | SRCREV = "514185dc1f6588085fda41eb59898b93d0487dd4" | 8 | SRCREV = "514185dc1f6588085fda41eb59898b93d0487dd4" |
9 | PV = "0.4.11+git${SRCPV}" | 9 | PV = "0.4.11+git${SRCPV}" |
10 | PR = "r7" | 10 | PR = "r8" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
@@ -16,7 +16,3 @@ SRC_URI = "git://git.gnome.org/${BPN};protocol=git \ | |||
16 | file://dso_linking_change_build_fix.patch \ | 16 | file://dso_linking_change_build_fix.patch \ |
17 | file://uclibc-NL_TIME_FIRST_WEEKDAY-absent.patch \ | 17 | file://uclibc-NL_TIME_FIRST_WEEKDAY-absent.patch \ |
18 | " | 18 | " |
19 | |||
20 | do_install_append () { | ||
21 | rmdir ${D}/srv | ||
22 | } | ||