diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/libzypp/libzypp_git.bb | 4 | ||||
-rw-r--r-- | meta/recipes-extended/man-pages/man-pages_3.25.bb | 4 | ||||
-rw-r--r-- | meta/recipes-extended/mc/mc_4.7.3.bb | 4 | ||||
-rw-r--r-- | meta/recipes-extended/polkit/polkit_0.99.bb | 4 | ||||
-rw-r--r-- | meta/recipes-extended/shadow/shadow.inc | 2 | ||||
-rw-r--r-- | meta/recipes-extended/shadow/shadow_4.1.4.2.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/zypper/zypper_git.bb | 4 |
7 files changed, 13 insertions, 11 deletions
diff --git a/meta/recipes-extended/libzypp/libzypp_git.bb b/meta/recipes-extended/libzypp/libzypp_git.bb index e29556925a..6918263296 100644 --- a/meta/recipes-extended/libzypp/libzypp_git.bb +++ b/meta/recipes-extended/libzypp/libzypp_git.bb | |||
@@ -9,11 +9,11 @@ inherit cmake | |||
9 | DEPENDS = "rpm boost gettext curl libxml2 zlib sat-solver expat openssl udev" | 9 | DEPENDS = "rpm boost gettext curl libxml2 zlib sat-solver expat openssl udev" |
10 | 10 | ||
11 | # rpmdb2solv from sat-solver is run from libzypp | 11 | # rpmdb2solv from sat-solver is run from libzypp |
12 | RDEPENDS = "sat-solver" | 12 | RDEPENDS_${PN} = "sat-solver" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | PV = "0.0-git${SRCPV}" | 15 | PV = "0.0-git${SRCPV}" |
16 | PR = "r3" | 16 | PR = "r4" |
17 | 17 | ||
18 | SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \ | 18 | SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \ |
19 | file://no-doc.patch \ | 19 | file://no-doc.patch \ |
diff --git a/meta/recipes-extended/man-pages/man-pages_3.25.bb b/meta/recipes-extended/man-pages/man-pages_3.25.bb index b5b200c98a..358f78dc76 100644 --- a/meta/recipes-extended/man-pages/man-pages_3.25.bb +++ b/meta/recipes-extended/man-pages/man-pages_3.25.bb | |||
@@ -4,7 +4,7 @@ SECTION = "console/utils" | |||
4 | PRIORITY = "required" | 4 | PRIORITY = "required" |
5 | HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages" | 5 | HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages" |
6 | LICENSE = "GPL" | 6 | LICENSE = "GPL" |
7 | PR = "r0" | 7 | PR = "r1" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://README;md5=9dab010c5baa416669e5d17381799dd5" | 9 | LIC_FILES_CHKSUM = "file://README;md5=9dab010c5baa416669e5d17381799dd5" |
10 | SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/Archive/${PN}-${PV}.tar.gz" | 10 | SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/Archive/${PN}-${PV}.tar.gz" |
@@ -12,7 +12,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/Archive/${PN}-${PV}.ta | |||
12 | SRC_URI[md5sum] = "98ec2324abea77d7a992470dd44d140c" | 12 | SRC_URI[md5sum] = "98ec2324abea77d7a992470dd44d140c" |
13 | SRC_URI[sha256sum] = "474242842a78dc2121687b7db6c32b6c78af5458f2bd809e23563dd185e2b169" | 13 | SRC_URI[sha256sum] = "474242842a78dc2121687b7db6c32b6c78af5458f2bd809e23563dd185e2b169" |
14 | 14 | ||
15 | RDEPENDS = "man" | 15 | RDEPENDS_${PN} = "man" |
16 | 16 | ||
17 | do_configure_prepend() { | 17 | do_configure_prepend() { |
18 | rm -rf not_installed | 18 | rm -rf not_installed |
diff --git a/meta/recipes-extended/mc/mc_4.7.3.bb b/meta/recipes-extended/mc/mc_4.7.3.bb index 22a1a9397d..537aa05e37 100644 --- a/meta/recipes-extended/mc/mc_4.7.3.bb +++ b/meta/recipes-extended/mc/mc_4.7.3.bb | |||
@@ -4,7 +4,9 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
5 | SECTION = "console/utils" | 5 | SECTION = "console/utils" |
6 | DEPENDS = "ncurses glib-2.0" | 6 | DEPENDS = "ncurses glib-2.0" |
7 | RDEPENDS = "ncurses-terminfo" | 7 | RDEPENDS_${PN} = "ncurses-terminfo" |
8 | |||
9 | PR = "r1" | ||
8 | 10 | ||
9 | SRC_URI = "http://www.midnight-commander.org/downloads/${PN}-${PV}.tar.bz2" | 11 | SRC_URI = "http://www.midnight-commander.org/downloads/${PN}-${PV}.tar.bz2" |
10 | 12 | ||
diff --git a/meta/recipes-extended/polkit/polkit_0.99.bb b/meta/recipes-extended/polkit/polkit_0.99.bb index f578ccad6b..7f969792ea 100644 --- a/meta/recipes-extended/polkit/polkit_0.99.bb +++ b/meta/recipes-extended/polkit/polkit_0.99.bb | |||
@@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \ | |||
7 | file://docs/polkit/html/license.html;md5=54750ec6ece444c50b823234d445dd99" | 7 | file://docs/polkit/html/license.html;md5=54750ec6ece444c50b823234d445dd99" |
8 | 8 | ||
9 | SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz" | 9 | SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz" |
10 | PR = "r0" | 10 | PR = "r1" |
11 | DEPENDS = "libpam expat dbus-glib eggdbus intltool" | 11 | DEPENDS = "libpam expat dbus-glib eggdbus intltool" |
12 | RDEPENDS = "libpam" | 12 | RDEPENDS_${PN} = "libpam" |
13 | EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection" | 13 | EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection" |
14 | 14 | ||
15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc index fcbcb3eb75..42f92a7f4e 100644 --- a/meta/recipes-extended/shadow/shadow.inc +++ b/meta/recipes-extended/shadow/shadow.inc | |||
@@ -20,7 +20,7 @@ PAM_PLUGINS = " libpam-runtime \ | |||
20 | pam-plugin-rootok" | 20 | pam-plugin-rootok" |
21 | 21 | ||
22 | DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 22 | DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" |
23 | RDEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_PLUGINS}', '', d)}" | 23 | RDEPENDS_${PN} = "${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_PLUGINS}', '', d)}" |
24 | 24 | ||
25 | # since we deduce from ${SERIAL_CONSOLE} | 25 | # since we deduce from ${SERIAL_CONSOLE} |
26 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 26 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
diff --git a/meta/recipes-extended/shadow/shadow_4.1.4.2.bb b/meta/recipes-extended/shadow/shadow_4.1.4.2.bb index ca5f533f92..224ae5e38f 100644 --- a/meta/recipes-extended/shadow/shadow_4.1.4.2.bb +++ b/meta/recipes-extended/shadow/shadow_4.1.4.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require shadow.inc | 1 | require shadow.inc |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r1" |
4 | 4 | ||
5 | SRC_URI += "file://shadow.automake-1.11.patch \ | 5 | SRC_URI += "file://shadow.automake-1.11.patch \ |
6 | file://shadow-4.1.3-dots-in-usernames.patch \ | 6 | file://shadow-4.1.3-dots-in-usernames.patch \ |
diff --git a/meta/recipes-extended/zypper/zypper_git.bb b/meta/recipes-extended/zypper/zypper_git.bb index 8caf4db39e..c8895e5806 100644 --- a/meta/recipes-extended/zypper/zypper_git.bb +++ b/meta/recipes-extended/zypper/zypper_git.bb | |||
@@ -5,8 +5,8 @@ LICENSE = "GPLv2+" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3201406e350b39e05a82e28b5020f413" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3201406e350b39e05a82e28b5020f413" |
6 | 6 | ||
7 | DEPENDS = "libzypp augeas" | 7 | DEPENDS = "libzypp augeas" |
8 | RRECOMMENDS = "procps" | 8 | RRECOMMENDS_${PN} = "procps" |
9 | PR = "r1" | 9 | PR = "r2" |
10 | 10 | ||
11 | inherit cmake | 11 | inherit cmake |
12 | 12 | ||