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:49 +0000 |
commit | 8e9f6fc77ac4763f4ed1f6e7b720420c220ba6e2 (patch) | |
tree | b97a7d24c986be860e7755a5434e18a03b8f9927 /meta/recipes-sato/pimlico | |
parent | 2a21ddfd723e798d1e718d12f5fa3e6b1baa9fe9 (diff) | |
download | poky-8e9f6fc77ac4763f4ed1f6e7b720420c220ba6e2.tar.gz |
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
(From OE-Core rev: 81379dc141e245307ca391a02b7490b199128991)
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, 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 \ | |||
7 | 7 | ||
8 | SRCREV = "514185dc1f6588085fda41eb59898b93d0487dd4" | 8 | SRCREV = "514185dc1f6588085fda41eb59898b93d0487dd4" |
9 | PV = "0.4.11+git${SRCPV}" | 9 | PV = "0.4.11+git${SRCPV}" |
10 | PR = "r5" | 10 | PR = "r6" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
@@ -16,3 +16,7 @@ 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 | } | ||