| Submitter | Alexandru DAMIAN |
|---|---|
| Date | March 8, 2013, 3:45 p.m. |
| Message ID | <1362757528-9240-1-git-send-email-alexandru.damian@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/45717/ |
| State | Accepted |
| Commit | e33df55e69c5c517bcbc85452292740fe3b669da |
| Headers | show |
Comments
Missing Signed-off for both of these patches. Sau! On 03/08/2013 07:45 AM, Alex DAMIAN wrote: > From: Alexandru DAMIAN <alexandru.damian@intel.com> > > Dpkg compilation depends on the ncurses, so add > this dependency. > --- > meta/recipes-devtools/dpkg/dpkg.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc > index 0bc1ae8..cdecd19 100644 > --- a/meta/recipes-devtools/dpkg/dpkg.inc > +++ b/meta/recipes-devtools/dpkg/dpkg.inc > @@ -7,7 +7,7 @@ INC_PR = "r19" > SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.xz \ > file://ignore_extra_fields.patch" > > -DEPENDS = "zlib bzip2 perl" > +DEPENDS = "zlib bzip2 perl ncurses" > DEPENDS_class-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native perl-native" > RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}" > RDEPENDS_${PN}_class-native = "" >
Patch
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 0bc1ae8..cdecd19 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc @@ -7,7 +7,7 @@ INC_PR = "r19" SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.xz \ file://ignore_extra_fields.patch" -DEPENDS = "zlib bzip2 perl" +DEPENDS = "zlib bzip2 perl ncurses" DEPENDS_class-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native perl-native" RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}" RDEPENDS_${PN}_class-native = ""
From: Alexandru DAMIAN <alexandru.damian@intel.com> Dpkg compilation depends on the ncurses, so add this dependency. --- meta/recipes-devtools/dpkg/dpkg.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)