[oe-commits] leimaohui : db_6.0.30: modify SPDX_S variable

git at git.openembedded.org git at git.openembedded.org
Tue Sep 30 13:11:06 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 2e9d5ef3b58c298757190c6e13e5300fa1e9ed45
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2e9d5ef3b58c298757190c6e13e5300fa1e9ed45

Author: leimaohui <leimaohui at cn.fujitsu.com>
Date:   Tue Sep 23 17:48:14 2014 +0800

db_6.0.30: modify SPDX_S variable

Modify SPDX_S to the source tree of db-6.0.30 instead of ${S}.

Signed-off-by: leimaohui <leimaohui at cn.fujitsu.com>

---

 meta/recipes-support/db/db_6.0.30.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/db/db_6.0.30.bb b/meta/recipes-support/db/db_6.0.30.bb
index 9fc4a30..47fb296 100644
--- a/meta/recipes-support/db/db_6.0.30.bb
+++ b/meta/recipes-support/db/db_6.0.30.bb
@@ -42,6 +42,7 @@ PROVIDES += "${VIRTUAL_NAME}"
 # persuades bitbake to go to the right place
 S = "${WORKDIR}/db-${PV}/dist"
 B = "${WORKDIR}/db-${PV}/build_unix"
+SPDX_S = "${WORKDIR}/db-${PV}"
 
 # The executables go in a separate package - typically there
 # is no need to install these unless doing real database



More information about the Openembedded-commits mailing list