diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-01-19 16:41:01 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-20 21:37:05 +0000 |
commit | 546ef7bb6d7ef95005633e15db276d70033066c8 (patch) | |
tree | 89774bef71e68135c26d3671fb9df78b44d187ae /meta/recipes-devtools/apt/apt_0.7.14.bb | |
parent | 746173daad9fbd46dc7917b1423855d1997782c1 (diff) | |
download | poky-546ef7bb6d7ef95005633e15db276d70033066c8.tar.gz |
apt: fix build issue with gcc dso linking change
All the libraries needs to be specified explicitely with the new gcc dso
linking change patch. This was causing build errors for this
recipe. Specifying the libpthread library explicitely for linking to work
without errors.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools/apt/apt_0.7.14.bb')
-rw-r--r-- | meta/recipes-devtools/apt/apt_0.7.14.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/apt/apt_0.7.14.bb b/meta/recipes-devtools/apt/apt_0.7.14.bb index d2bcde5a22..b9b278b17c 100644 --- a/meta/recipes-devtools/apt/apt_0.7.14.bb +++ b/meta/recipes-devtools/apt/apt_0.7.14.bb | |||
@@ -3,10 +3,11 @@ RDEPENDS_${PN} = "dpkg" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" | 3 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" |
4 | require apt.inc | 4 | require apt.inc |
5 | 5 | ||
6 | PR = "r4" | 6 | PR = "r5" |
7 | 7 | ||
8 | SRC_URI += "file://nodoc.patch \ | 8 | SRC_URI += "file://nodoc.patch \ |
9 | file://includes-fix.patch" | 9 | file://includes-fix.patch \ |
10 | file://dso_linking_change_build_fix.patch " | ||
10 | 11 | ||
11 | SRC_URI[md5sum] = "19efa18fb1ef20c58b9b44e94258b814" | 12 | SRC_URI[md5sum] = "19efa18fb1ef20c58b9b44e94258b814" |
12 | SRC_URI[sha256sum] = "8fc06effaf8a4e4333308eedcdc6840f1c8056f2e924210f151dfc076bcd4045" | 13 | SRC_URI[sha256sum] = "8fc06effaf8a4e4333308eedcdc6840f1c8056f2e924210f151dfc076bcd4045" |