diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-11 09:42:15 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-11 09:42:15 +0000 |
| commit | d5ad4877f227a17a02e35083318aa979370a4aec (patch) | |
| tree | 57d1d8bbd2fac7dca23fb01736f1200835ca6f52 /meta/packages/mozilla-headless | |
| parent | 1805dbd8496df246385f42f1edfde8abf763dc17 (diff) | |
| download | poky-d5ad4877f227a17a02e35083318aa979370a4aec.tar.gz | |
mozilla-headless: Fix xulrunner version references
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/mozilla-headless')
| -rw-r--r-- | meta/packages/mozilla-headless/mozilla-headless_hg.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/packages/mozilla-headless/mozilla-headless_hg.bb b/meta/packages/mozilla-headless/mozilla-headless_hg.bb index 3c6433363f..c95d08332a 100644 --- a/meta/packages/mozilla-headless/mozilla-headless_hg.bb +++ b/meta/packages/mozilla-headless/mozilla-headless_hg.bb | |||
| @@ -11,15 +11,15 @@ SRC_URI = "hg://hg.mozilla.org/incubator;protocol=http;module=offscreen \ | |||
| 11 | file://jsautocfg.h \ | 11 | file://jsautocfg.h \ |
| 12 | file://mozconfig" | 12 | file://mozconfig" |
| 13 | PV = "0.2+hg-1.0+${SRCPV}" | 13 | PV = "0.2+hg-1.0+${SRCPV}" |
| 14 | PR = "r8" | 14 | PR = "r9" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/offscreen" | 16 | S = "${WORKDIR}/offscreen" |
| 17 | 17 | ||
| 18 | DEPENDS = "gconf gnome-vfs pango dbus-glib alsa-lib libidl-native sqlite3 libidl" | 18 | DEPENDS = "gconf gnome-vfs pango dbus-glib alsa-lib libidl-native sqlite3 libidl" |
| 19 | 19 | ||
| 20 | FILES_${PN} += "${libdir}/xulrunner-1.9.2a1pre ${libdir}/xulrunner-devel-1.9.2a1pre/sdk/lib/*.so" | 20 | FILES_${PN} += "${libdir}/xulrunner-${XULVERSION} ${libdir}/xulrunner-devel-${XULVERSION}/sdk/lib/*.so" |
| 21 | FILES_${PN}-dev += "${libdir}/xulrunner-devel-1.9.2a1pre" | 21 | FILES_${PN}-dev += "${libdir}/xulrunner-devel-${XULVERSION}" |
| 22 | FILES_${PN}-dbg += "${libdir}/xulrunner-devel-1.9.2a1pre/sdk/lib/.debug" | 22 | FILES_${PN}-dbg += "${libdir}/xulrunner-devel-${XULVERSION}/sdk/lib/.debug" |
| 23 | 23 | ||
| 24 | # Mozilla's build rules search for -L paths to find libraries. Its | 24 | # Mozilla's build rules search for -L paths to find libraries. Its |
| 25 | # not clever enough to know where the sysroot is and hence finds host | 25 | # not clever enough to know where the sysroot is and hence finds host |
| @@ -33,7 +33,7 @@ CFLAGS = "${TARGET_CFLAGS}" | |||
| 33 | TARGET_CFLAGS = "-Os -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables" | 33 | TARGET_CFLAGS = "-Os -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables" |
| 34 | 34 | ||
| 35 | LDFLAGS = "${TARGET_LDFLAGS}" | 35 | LDFLAGS = "${TARGET_LDFLAGS}" |
| 36 | TARGET_LDFLAGS = "-Wl,-rpath,${libdir}/xulrunner-1.9.2a1pre" | 36 | TARGET_LDFLAGS = "-Wl,-rpath,${libdir}/xulrunner-${XULVERSION}" |
| 37 | 37 | ||
| 38 | export target_alias=${TARGET_PREFIX} | 38 | export target_alias=${TARGET_PREFIX} |
| 39 | 39 | ||
