* [PATCH 1/5] initramfs-live-install: add PN to RDEPENDS
@ 2011-09-16 1:40 Tom Zanussi
2011-09-16 6:25 ` Koen Kooi
0 siblings, 1 reply; 2+ messages in thread
From: Tom Zanussi @ 2011-09-16 1:40 UTC (permalink / raw)
To: openembedded-core
RDEPENDS is package-specific, so add ${PN} to it.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
.../initrdscripts/initramfs-live-install_1.0.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb
index 619b16c..fc35e5c 100644
--- a/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb
+++ b/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb
@@ -5,7 +5,7 @@ SRC_URI = "file://init-install.sh"
PR = "r5"
-RDEPENDS="grub parted e2fsprogs-mke2fs"
+RDEPENDS_${PN} = "grub parted e2fsprogs-mke2fs"
do_install() {
install -m 0755 ${WORKDIR}/init-install.sh ${D}/install.sh
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH 1/5] initramfs-live-install: add PN to RDEPENDS
2011-09-16 1:40 [PATCH 1/5] initramfs-live-install: add PN to RDEPENDS Tom Zanussi
@ 2011-09-16 6:25 ` Koen Kooi
0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2011-09-16 6:25 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Op 16 sep. 2011, om 03:40 heeft Tom Zanussi het volgende geschreven:
> RDEPENDS is package-specific, so add ${PN} to it.
>
> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
> ---
> .../initrdscripts/initramfs-live-install_1.0.bb | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb
> index 619b16c..fc35e5c 100644
> --- a/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb
> +++ b/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb
> @@ -5,7 +5,7 @@ SRC_URI = "file://init-install.sh"
>
> PR = "r5"
>
> -RDEPENDS="grub parted e2fsprogs-mke2fs"
> +RDEPENDS_${PN} = "grub parted e2fsprogs-mke2fs"
missing PR bump
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-16 6:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-16 1:40 [PATCH 1/5] initramfs-live-install: add PN to RDEPENDS Tom Zanussi
2011-09-16 6:25 ` Koen Kooi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox