summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libsolv/libsolv_0.7.3.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-04-01 12:22:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-01 14:56:39 +0100
commit7c7d8ce6fe54e239374a6a04c007b4aa0712ba33 (patch)
treeecbc9595e15257805c1e63126d49b4c4b812a3a6 /meta/recipes-extended/libsolv/libsolv_0.7.3.bb
parentf109bb56f48103a7a2b9f77af72e860c6e994b2b (diff)
downloadopenembedded-core-contrib-7c7d8ce6fe54e239374a6a04c007b4aa0712ba33.tar.gz
libsolv: use GNUInstallDirs
Backport a patch from upstream to use GNUInstallDirs instead of hand-coded path logic, so we have proper control over where files end up. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libsolv/libsolv_0.7.3.bb')
-rw-r--r--meta/recipes-extended/libsolv/libsolv_0.7.3.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.3.bb b/meta/recipes-extended/libsolv/libsolv_0.7.3.bb
index 3fe6f2c20a..70c8dbc2e3 100644
--- a/meta/recipes-extended/libsolv/libsolv_0.7.3.bb
+++ b/meta/recipes-extended/libsolv/libsolv_0.7.3.bb
@@ -9,6 +9,7 @@ DEPENDS = "expat zlib"
SRC_URI = "git://github.com/openSUSE/libsolv.git \
file://0001-solver_solve-only-disfavor-recommends-if-there-are-a.patch \
+ file://0001-build-use-GNUInstallDirs.patch \
"
SRCREV = "dc7d0f1c3113f2c8217563166906bef3eb5d1ee1"
@@ -21,7 +22,7 @@ inherit cmake
PACKAGECONFIG ??= "rpm"
PACKAGECONFIG[rpm] = "-DENABLE_RPMMD=ON -DENABLE_RPMDB=ON,,rpm"
-EXTRA_OECMAKE = "-DLIB=${baselib} -DMULTI_SEMANTICS=ON -DENABLE_COMPLEX_DEPS=ON"
+EXTRA_OECMAKE = "-DMULTI_SEMANTICS=ON -DENABLE_COMPLEX_DEPS=ON"
PACKAGES =+ "${PN}-tools ${PN}ext"