diff options
| author | Qing He <qing.he@intel.com> | 2010-08-20 11:08:34 +0800 |
|---|---|---|
| committer | Saul Wold <Saul.Wold@intel.com> | 2010-09-03 18:30:16 -0700 |
| commit | 162c652a2ca36e5afc58f21cb86601a057a4e4bc (patch) | |
| tree | 13ea22035b2190cea36e798dcc91fe12fcbfc67f /meta/recipes-extended/libzypp/libzypp_git.bb | |
| parent | 1fb94b77f833e612cbd75e71ac21e434c8cd9c56 (diff) | |
| download | poky-162c652a2ca36e5afc58f21cb86601a057a4e4bc.tar.gz | |
libzypp: add new package
Signed-off-by: Saul Wold <saul.wold@intel.com>
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-extended/libzypp/libzypp_git.bb')
| -rw-r--r-- | meta/recipes-extended/libzypp/libzypp_git.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-extended/libzypp/libzypp_git.bb b/meta/recipes-extended/libzypp/libzypp_git.bb new file mode 100644 index 0000000000..61a140050d --- /dev/null +++ b/meta/recipes-extended/libzypp/libzypp_git.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | HOMEPAGE = "http://en.opensue.org/Portal:Libzypp" | ||
| 2 | DESCRIPTION = "The ZYpp Linux Software management framework" | ||
| 3 | |||
| 4 | LICENSE = "GPLv2+" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=11fccc94d26293d78cb4996cb17e5fa7" | ||
| 6 | |||
| 7 | inherit cmake | ||
| 8 | |||
| 9 | DEPENDS = "rpm boost gettext curl libxml2 zlib sat-solver expat openssl udev" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | PV = "0.0-git${SRCPV}" | ||
| 13 | PR = "r0" | ||
| 14 | |||
| 15 | SRCREV = "4494797d5b0369365b1af63921de45b197ead64f" | ||
| 16 | |||
| 17 | SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \ | ||
| 18 | file://no-doc.patch \ | ||
| 19 | file://rpm5.patch" | ||
| 20 | |||
| 21 | FILES_${PN} += "${libdir}/zypp ${datadir}/zypp ${datadir}/icons" | ||
| 22 | FILES_${PN}-dev += "${datadir}/cmake" | ||
