diff options
author | Thomas Perrot <thomas.perrot@tupi.fr> | 2015-06-25 20:01:09 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-08 00:01:18 +0100 |
commit | 046f1ab727e275f146284a051ac966f210d2478e (patch) | |
tree | 0a2ebe9eddcfe932cd0f54739e181a7434e3c925 /meta/recipes-core | |
parent | 2513e029987669a53155767e6ac9caaaaefa14c5 (diff) | |
download | poky-046f1ab727e275f146284a051ac966f210d2478e.tar.gz |
volatile-binds: Set S to prevent QA warning
Also need to correct the path to COPYING.MIT.
(From OE-Core rev: 4c46a6813772d8d35dd1432dbc59f9ff4b3bd074)
(From OE-Core rev: 82661c1cbc619956bb71fc2ee0f10b4048435414)
Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/volatile-binds/volatile-binds.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/volatile-binds/volatile-binds.bb b/meta/recipes-core/volatile-binds/volatile-binds.bb index 694ba1e487..fee7275e32 100644 --- a/meta/recipes-core/volatile-binds/volatile-binds.bb +++ b/meta/recipes-core/volatile-binds/volatile-binds.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Volatile bind mount setup and configuration for read-only-rootfs" | 1 | SUMMARY = "Volatile bind mount setup and configuration for read-only-rootfs" |
2 | DESCRIPTION = "${SUMMARY}" | 2 | DESCRIPTION = "${SUMMARY}" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://../COPYING.MIT;md5=5750f3aa4ea2b00c2bf21b2b2a7b714d" | 4 | LIC_FILES_CHKSUM = "file://COPYING.MIT;md5=5750f3aa4ea2b00c2bf21b2b2a7b714d" |
5 | 5 | ||
6 | SRC_URI = "\ | 6 | SRC_URI = "\ |
7 | file://mount-copybind \ | 7 | file://mount-copybind \ |
@@ -9,6 +9,8 @@ SRC_URI = "\ | |||
9 | file://volatile-binds.service.in \ | 9 | file://volatile-binds.service.in \ |
10 | " | 10 | " |
11 | 11 | ||
12 | S = "${WORKDIR}" | ||
13 | |||
12 | inherit allarch systemd distro_features_check | 14 | inherit allarch systemd distro_features_check |
13 | 15 | ||
14 | REQUIRED_DISTRO_FEATURES = "systemd" | 16 | REQUIRED_DISTRO_FEATURES = "systemd" |