From 6dfb17b48863f8d07c272d27723a24bf7dabf195 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 9 Jul 2012 06:21:17 -0700 Subject: 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-sato/pimlico/dates_git.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'meta/recipes-sato/pimlico/dates_git.bb') 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 \ SRCREV = "514185dc1f6588085fda41eb59898b93d0487dd4" PV = "0.4.11+git${SRCPV}" -PR = "r7" +PR = "r8" S = "${WORKDIR}/git" @@ -16,7 +16,3 @@ SRC_URI = "git://git.gnome.org/${BPN};protocol=git \ file://dso_linking_change_build_fix.patch \ file://uclibc-NL_TIME_FIRST_WEEKDAY-absent.patch \ " - -do_install_append () { - rmdir ${D}/srv -} -- cgit v1.2.3-54-g00ecf