diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/libzypp/libzypp_git.bb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/recipes-extended/libzypp/libzypp_git.bb b/meta/recipes-extended/libzypp/libzypp_git.bb index 1fc6809a35..aeae7dfd37 100644 --- a/meta/recipes-extended/libzypp/libzypp_git.bb +++ b/meta/recipes-extended/libzypp/libzypp_git.bb | |||
@@ -14,7 +14,7 @@ RDEPENDS_${PN} = "sat-solver" | |||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | SRCREV = "15b6c52260bbc52b3d8e585e271b67e10cc7c433" | 15 | SRCREV = "15b6c52260bbc52b3d8e585e271b67e10cc7c433" |
16 | PV = "0.0-git${SRCPV}" | 16 | PV = "0.0-git${SRCPV}" |
17 | PR = "r13" | 17 | PR = "r14" |
18 | 18 | ||
19 | SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \ | 19 | SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \ |
20 | file://no-doc.patch \ | 20 | file://no-doc.patch \ |
@@ -32,9 +32,16 @@ SRC_URI_append_mips = " file://mips-workaround-gcc-tribool-error.patch" | |||
32 | # ARM specific global constructor workaround | 32 | # ARM specific global constructor workaround |
33 | SRC_URI_append_arm = " file://arm-workaround-global-constructor.patch" | 33 | SRC_URI_append_arm = " file://arm-workaround-global-constructor.patch" |
34 | 34 | ||
35 | PACKAGES =+ "${PN}-pkgmgt" | ||
36 | |||
35 | FILES_${PN} += "${libdir}/zypp ${datadir}/zypp ${datadir}/icons" | 37 | FILES_${PN} += "${libdir}/zypp ${datadir}/zypp ${datadir}/icons" |
36 | FILES_${PN}-dev += "${datadir}/cmake" | 38 | FILES_${PN}-dev += "${datadir}/cmake" |
37 | 39 | ||
40 | FILES_${PN}-pkgmgt = "${bindir}/package-manager \ | ||
41 | ${bindir}/package-manager-su \ | ||
42 | ${datadir}/applications/package-manager.desktop \ | ||
43 | " | ||
44 | |||
38 | EXTRA_OECMAKE += " -DLIB=${@os.path.basename('${libdir}')}" | 45 | EXTRA_OECMAKE += " -DLIB=${@os.path.basename('${libdir}')}" |
39 | 46 | ||
40 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 47 | PACKAGE_ARCH = "${MACHINE_ARCH}" |