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/recipes-extended | |
parent | 9402f934b6f762680e687998cf3808dda810f109 (diff) | |
download | openembedded-core-082976c05fcb4c1032125963cd8909d59dc69e41.tar.gz openembedded-core-082976c05fcb4c1032125963cd8909d59dc69e41.tar.bz2 openembedded-core-082976c05fcb4c1032125963cd8909d59dc69e41.zip |
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/recipes-extended')
-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" S = "${WORKDIR}/git" PV = "0.0-git${SRCPV}" -PR = "r1" +PR = "r2" SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \ file://no-doc.patch \ @@ -20,3 +20,5 @@ SRC_URI_append_mips = " file://mips-workaround-gcc-tribool-error.patch" FILES_${PN} += "${libdir}/zypp ${datadir}/zypp ${datadir}/icons" FILES_${PN}-dev += "${datadir}/cmake" + +EXTRA_OECMAKE += "-DLIB=lib" |