| Submitter | Tom Zanussi |
|---|---|
| Date | Sept. 16, 2011, 1:40 a.m. |
| Message ID | <1316137258.2384.72.camel@elmorro> |
| Download | mbox | patch |
| Permalink | /patch/11495/ |
| State | New, archived |
| Headers | show |
Comments
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> > --- > .../ttf-fonts/liberation-fonts_1.06.bb | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb > index e1f9ffb..e8239c1 100644 > --- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb > +++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb > @@ -9,7 +9,7 @@ SECTION = "x11/fonts" > LICENSE = "GPLv2" > LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" > PACKAGE_ARCH = "all" > -RDEPENDS = "fontconfig-utils" > +RDEPENDS_${PN} = "fontconfig-utils" > PE = "1" > PR = "r0" missing PR bump
Patch
diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb index e1f9ffb..e8239c1 100644 --- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb +++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb @@ -9,7 +9,7 @@ SECTION = "x11/fonts" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" PACKAGE_ARCH = "all" -RDEPENDS = "fontconfig-utils" +RDEPENDS_${PN} = "fontconfig-utils" PE = "1" PR = "r0"
RDEPENDS is package-specific, so add ${PN} to it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> --- .../ttf-fonts/liberation-fonts_1.06.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)