diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-20 15:19:39 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-20 15:19:39 +0000 |
commit | e09dab061470154bb14d172f79c5589d232b3c12 (patch) | |
tree | 0657681c4a60c3e7903591a0641a18d0ea6b7ac0 /meta/classes/mozilla.bbclass | |
parent | 4015d48fcfec627821e9dd420b6c37fa1c60369e (diff) | |
download | poky-e09dab061470154bb14d172f79c5589d232b3c12.tar.gz |
classes: Sync with OE - mainly quoting fixes or other minor updates
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@885 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/mozilla.bbclass')
-rw-r--r-- | meta/classes/mozilla.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/mozilla.bbclass b/meta/classes/mozilla.bbclass index 629f2531da..3295c2b270 100644 --- a/meta/classes/mozilla.bbclass +++ b/meta/classes/mozilla.bbclass | |||
@@ -4,7 +4,7 @@ DEPENDS += "gnu-config-native virtual/libintl xt libxi \ | |||
4 | LICENSE = "MPL NPL" | 4 | LICENSE = "MPL NPL" |
5 | SRC_URI += "file://mozconfig" | 5 | SRC_URI += "file://mozconfig" |
6 | 6 | ||
7 | inherit gettext | 7 | inherit gettext pkgconfig |
8 | 8 | ||
9 | EXTRA_OECONF = "--target=${TARGET_SYS} --host=${BUILD_SYS} \ | 9 | EXTRA_OECONF = "--target=${TARGET_SYS} --host=${BUILD_SYS} \ |
10 | --build=${BUILD_SYS} --prefix=${prefix}" | 10 | --build=${BUILD_SYS} --prefix=${prefix}" |