[oe-commits] Ming Liu : nss: don't need set SRC_URI with both += and _append

git at git.openembedded.org git at git.openembedded.org
Sun Oct 27 11:27:45 UTC 2013


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

Author: Ming Liu <ming.liu at windriver.com>
Date:   Sun Oct 20 18:48:32 2013 +0800

nss: don't need set SRC_URI with both += and _append

Signed-off-by: Ming Liu <ming.liu at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-support/nss/nss.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-support/nss/nss.inc b/meta/recipes-support/nss/nss.inc
index 2b2b668..9a21976 100644
--- a/meta/recipes-support/nss/nss.inc
+++ b/meta/recipes-support/nss/nss.inc
@@ -17,7 +17,7 @@ SRC_URI = "\
     file://nss-no-rpath-for-cross-compiling.patch \
     file://nss-fix-incorrect-shebang-of-perl.patch \
 "
-SRC_URI_append_class-target += "\
+SRC_URI_append_class-target = "\
     file://nss.pc.in \
     file://signlibs.sh \
 "



More information about the Openembedded-commits mailing list