summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/screenshot/screenshot_svn.bb
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2011-03-01 11:12:58 -0800
committerSaul Wold <sgw@linux.intel.com>2011-03-01 16:36:43 -0800
commit8e174d943706b879c6bb0e63fe5507a29b76bfa3 (patch)
treeddc77fb4bcb6d55e8a25dade908106e348eb22be /meta/recipes-sato/screenshot/screenshot_svn.bb
parent4ec9b314c1afe3c0e819643ff5b02983e2d24bdc (diff)
downloadpoky-8e174d943706b879c6bb0e63fe5507a29b76bfa3.tar.gz
screenshot: change the order of LDADD arguments
Rather than setting linker flags explicitly in LDADD as the previous patch did, simply put libshot.la before GTK_LIBS. This fixes [BUGID #664] Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-sato/screenshot/screenshot_svn.bb')
-rw-r--r--meta/recipes-sato/screenshot/screenshot_svn.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-sato/screenshot/screenshot_svn.bb b/meta/recipes-sato/screenshot/screenshot_svn.bb
index ff2b7c8945..f9c4db60d6 100644
--- a/meta/recipes-sato/screenshot/screenshot_svn.bb
+++ b/meta/recipes-sato/screenshot/screenshot_svn.bb
@@ -10,10 +10,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
10PRIORITY = "optional" 10PRIORITY = "optional"
11DEPENDS = "matchbox-panel-2" 11DEPENDS = "matchbox-panel-2"
12PV = "0.0+svnr${SRCPV}" 12PV = "0.0+svnr${SRCPV}"
13PR = "r1" 13PR = "r2"
14 14
15SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http\ 15SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http \
16 file://dso_linking_change_build_fix.patch" 16 file://fix_ldadd_order.patch"
17 17
18S = ${WORKDIR}/${PN} 18S = ${WORKDIR}/${PN}
19 19