diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-13 14:52:09 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-13 23:18:19 +0000 |
commit | 81379dc141e245307ca391a02b7490b199128991 (patch) | |
tree | f82253914a274c5de8bc3f101f50001c2dfbb275 /meta/recipes-sato | |
parent | 90ea03cd92bbc2c756a5fef6dcb4f797a6dd3fab (diff) | |
download | openembedded-core-81379dc141e245307ca391a02b7490b199128991.tar.gz openembedded-core-81379dc141e245307ca391a02b7490b199128991.tar.bz2 openembedded-core-81379dc141e245307ca391a02b7490b199128991.zip |
dates: Fix unpackaged files warning
This directory isn't needed so remove it and resolve the warning:
WARNING: For recipe dates, the following files/directories were installed but not shipped in any package:
WARNING: /srv
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/pimlico/dates_git.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-sato/pimlico/dates_git.bb b/meta/recipes-sato/pimlico/dates_git.bb index 2abb12d602..a7026a2bd1 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 = "r5" +PR = "r6" S = "${WORKDIR}/git" @@ -16,3 +16,7 @@ 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 +} |