-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [email protected] schreef op 19-06-14 06:46: > From: Roy Li <[email protected]> > > Signed-off-by: Roy Li <[email protected]> --- > meta-oe/recipes-extended/dialog/dialog.inc | 6 ++- > .../use-pkg-config-for-ncurses-detection.patch | 40 > ++++++++++++++++++++ 2 files changed, 44 insertions(+), 2 deletions(-) > create mode 100644 > meta-oe/recipes-extended/dialog/files/use-pkg-config-for-ncurses-detection.patch > > diff --git a/meta-oe/recipes-extended/dialog/dialog.inc > b/meta-oe/recipes-extended/dialog/dialog.inc index c1c28fd..995d6c0 > 100644 --- a/meta-oe/recipes-extended/dialog/dialog.inc +++ > b/meta-oe/recipes-extended/dialog/dialog.inc @@ -8,12 +8,14 @@ DEPENDS = > "ncurses" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = > "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" > > -SRC_URI = "ftp://invisible-island.net/dialog/dialog-${PV}.tgz" +SRC_URI > = "ftp://invisible-island.net/dialog/dialog-${PV}.tgz \ + > file://use-pkg-config-for-ncurses-detection.patch \ + " > > # hardcoded here for use in dialog-static recipe S = > "${WORKDIR}/dialog-${PV}" > > -inherit autotools +inherit autotools-brokensep pkgconfig > > EXTRA_OECONF = "--with-ncurses \ --disable-rpath-hack" diff --git > a/meta-oe/recipes-extended/dialog/files/use-pkg-config-for-ncurses-detection.patch > b/meta-oe/recipes-extended/dialog/files/use-pkg-config-for-ncurses-detection.patch > > new file mode 100644 > index 0000000..b5b4b3c --- /dev/null +++ > b/meta-oe/recipes-extended/dialog/files/use-pkg-config-for-ncurses-detection.patch > > @@ -0,0 +1,40 @@ > +Subject: [PATCH] use pkg-config for ncurses detection. + > +Upstream-Status: Inappropriate [configuration]
Why is it inappropriate? -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: GPGTools - http://gpgtools.org iD8DBQFTopKRMkyGM64RGpERApAeAKCLeZIGfWL4weiMzenWA91aQFuqqwCgoRxq xO5IYoi3T4N5J8UU8s834Po= =fy9z -----END PGP SIGNATURE----- -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
