Message ID | 3cc00465c60a2aaa644db9bb4f4a2685cc36be69.1389173315.git.kibo@prevas.dk |
---|---|
State | Accepted |
Delegated to: | Esben Haabendal |
Headers | show |
Kim Bøndergaard <kibo@prevas.dk> writes: > --- > recipes/lftp/lftp.inc | 6 ++++-- > recipes/lftp/lftp_4.4.14.oe | 4 ++++ > recipes/lftp/lftp_4.4.14.oe.sig | 1 + > 3 files changed, 9 insertions(+), 2 deletions(-) > create mode 100644 recipes/lftp/lftp_4.4.14.oe > create mode 100644 recipes/lftp/lftp_4.4.14.oe.sig > > diff --git a/recipes/lftp/lftp.inc b/recipes/lftp/lftp.inc > index d0cb086..60dc467 100644 > --- a/recipes/lftp/lftp.inc > +++ b/recipes/lftp/lftp.inc > @@ -8,9 +8,11 @@ inherit c++ autotools pkgconfig largefile > > DEPENDS = "libncurses libreadline" > > -RDEPENDS_${PN} = "libncurses libreadline libstdc++ libm libgcc libc" > +COMMON_DEPENDS = "libncurses libreadline libstdc++ libgcc libc libz libm" > +DEPENDS_${PN} = "${COMMON_DEPENDS}" > +RDEPENDS_${PN} = "${COMMON_DEPENDS}" Do you want to add libz to lftp 4.3.5, 4.3.7, 4.3.8 and 4.4.5 DEPENDS? If not, this change should go into the new lftp_4.4.14.oe file. > -LFTP_MIRROR = "http://ftp.yar.ru/pub/source/lftp" > +LFTP_MIRROR = "http://lftp.yar.ru/ftp" > > SRC_URI = "${LFTP_MIRROR}/lftp-${PV}.tar.bz2" > SRC_URI += "file://config.site" > diff --git a/recipes/lftp/lftp_4.4.14.oe b/recipes/lftp/lftp_4.4.14.oe > new file mode 100644 > index 0000000..8c70a3d > --- /dev/null > +++ b/recipes/lftp/lftp_4.4.14.oe > @@ -0,0 +1,4 @@ > +LICENSE = "GPL-3.0+" > + > +require lftp.inc > +DEPENDS += "libz" > diff --git a/recipes/lftp/lftp_4.4.14.oe.sig b/recipes/lftp/lftp_4.4.14.oe.sig > new file mode 100644 > index 0000000..e1dbe43 > --- /dev/null > +++ b/recipes/lftp/lftp_4.4.14.oe.sig > @@ -0,0 +1 @@ > +f34cfc0351f8e63a066cf8014ac32a52f5159434 lftp-4.4.14.tar.bz2
Merged to master, with the libz change moved to 4.4.14 recipe. /Esben
diff --git a/recipes/lftp/lftp.inc b/recipes/lftp/lftp.inc index d0cb086..60dc467 100644 --- a/recipes/lftp/lftp.inc +++ b/recipes/lftp/lftp.inc @@ -8,9 +8,11 @@ inherit c++ autotools pkgconfig largefile DEPENDS = "libncurses libreadline" -RDEPENDS_${PN} = "libncurses libreadline libstdc++ libm libgcc libc" +COMMON_DEPENDS = "libncurses libreadline libstdc++ libgcc libc libz libm" +DEPENDS_${PN} = "${COMMON_DEPENDS}" +RDEPENDS_${PN} = "${COMMON_DEPENDS}" -LFTP_MIRROR = "http://ftp.yar.ru/pub/source/lftp" +LFTP_MIRROR = "http://lftp.yar.ru/ftp" SRC_URI = "${LFTP_MIRROR}/lftp-${PV}.tar.bz2" SRC_URI += "file://config.site" diff --git a/recipes/lftp/lftp_4.4.14.oe b/recipes/lftp/lftp_4.4.14.oe new file mode 100644 index 0000000..8c70a3d --- /dev/null +++ b/recipes/lftp/lftp_4.4.14.oe @@ -0,0 +1,4 @@ +LICENSE = "GPL-3.0+" + +require lftp.inc +DEPENDS += "libz" diff --git a/recipes/lftp/lftp_4.4.14.oe.sig b/recipes/lftp/lftp_4.4.14.oe.sig new file mode 100644 index 0000000..e1dbe43 --- /dev/null +++ b/recipes/lftp/lftp_4.4.14.oe.sig @@ -0,0 +1 @@ +f34cfc0351f8e63a066cf8014ac32a52f5159434 lftp-4.4.14.tar.bz2