diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-09-09 10:14:06 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-09 16:56:37 +0100 |
commit | 082976c05fcb4c1032125963cd8909d59dc69e41 (patch) | |
tree | eb198726b0915a1dd6662f09af4795e6100393a3 /meta | |
parent | 9402f934b6f762680e687998cf3808dda810f109 (diff) | |
download | poky-082976c05fcb4c1032125963cd8909d59dc69e41.tar.gz |
libzypp: change /usr/lib64 to /usr/lib
similar to previous sat-solver fix, we use /usr/lib for x86-64 target
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/libzypp/libzypp_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/libzypp/libzypp_git.bb b/meta/recipes-extended/libzypp/libzypp_git.bb index 44ea60d054..67df8903ad 100644 --- a/meta/recipes-extended/libzypp/libzypp_git.bb +++ b/meta/recipes-extended/libzypp/libzypp_git.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "rpm boost gettext curl libxml2 zlib sat-solver expat openssl udev" | |||
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | PV = "0.0-git${SRCPV}" | 12 | PV = "0.0-git${SRCPV}" |
13 | PR = "r1" | 13 | PR = "r2" |
14 | 14 | ||
15 | SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \ | 15 | SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \ |
16 | file://no-doc.patch \ | 16 | file://no-doc.patch \ |
@@ -20,3 +20,5 @@ SRC_URI_append_mips = " file://mips-workaround-gcc-tribool-error.patch" | |||
20 | 20 | ||
21 | FILES_${PN} += "${libdir}/zypp ${datadir}/zypp ${datadir}/icons" | 21 | FILES_${PN} += "${libdir}/zypp ${datadir}/zypp ${datadir}/icons" |
22 | FILES_${PN}-dev += "${datadir}/cmake" | 22 | FILES_${PN}-dev += "${datadir}/cmake" |
23 | |||
24 | EXTRA_OECMAKE += "-DLIB=lib" | ||