From: Richard Purdie Date: Tue, 30 Aug 2011 23:46:57 +0000 (+0100) Subject: gdb: Fix broken source directory X-Git-Tag: 2011-1~212 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3f4017e36410a6435f50183e76b9adb1db1f4126;p=openembedded-core.git gdb: Fix broken source directory Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/gdb/gdb_7.3a.bb b/meta/recipes-devtools/gdb/gdb_7.3a.bb index 5e21858c80..3cd0aaed44 100644 --- a/meta/recipes-devtools/gdb/gdb_7.3a.bb +++ b/meta/recipes-devtools/gdb/gdb_7.3a.bb @@ -6,3 +6,4 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" PR = "${INC_PR}.0" +S = "${WORKDIR}/${PN}-7.3"