From: Nitin A Kamble <nitin.a.kam...@intel.com> 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 Signed-off-by: Nitin A Kamble <nitin.a.kam...@intel.com> --- 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 73258ae..9ee0105 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 -} -- 1.7.3.4 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core