From 4b912a58564f69accac047667f4fb91c01a6c17a Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Tue, 1 Mar 2011 11:12:58 -0800 Subject: 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] (From OE-Core rev: b830c5b4c5488eee4b31094db32f5cf0cd95ad30) Signed-off-by: Scott Garman Signed-off-by: Richard Purdie --- meta/recipes-sato/screenshot/screenshot_svn.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-sato/screenshot/screenshot_svn.bb') 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 \ PRIORITY = "optional" DEPENDS = "matchbox-panel-2" PV = "0.0+svnr${SRCPV}" -PR = "r1" +PR = "r2" -SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http\ - file://dso_linking_change_build_fix.patch" +SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http \ + file://fix_ldadd_order.patch" S = ${WORKDIR}/${PN} -- cgit v1.2.3-54-g00ecf