All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] [PULL] Add some new packages and rename liburi-perl.
@ 2011-01-21  9:26 Jingdong Lu
  2011-01-21  9:26 ` [PATCH 1/4] mailx: Add mailx Jingdong Lu
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jingdong Lu @ 2011-01-21  9:26 UTC (permalink / raw)
  To: poky

Add mailx, cups, msmtp.
Rename liburi-perl_1.56 to liburi-perl_1.56.bb

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: jingdonglu/distro
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jingdonglu/distro

Thanks,
    Jingdong Lu <jingdong.lu@windriver.com>
---


Jingdong Lu (4):
  mailx: Add mailx
  cups: Add cups
  msmtp: Add msmtp
  liburi-perl: Rename liburi-perl

 .../perl/{liburi-perl_1.56 => liburi-perl_1.56.bb} |    0
 .../cups/cups-1.4.4/configure.patch                |  117 ++++++++++++++++++++
 .../cups/cups-1.4.4/skip_tools.patch               |   51 +++++++++
 .../cups/cups-1.4.4/use_echo_only_in_init.patch    |   11 ++
 meta/recipes-extended/cups/cups14.inc              |   86 ++++++++++++++
 meta/recipes-extended/cups/cups_1.4.4.bb           |   17 +++
 meta/recipes-extended/mailx/mailx_12.4.bb          |   23 ++++
 meta/recipes-extended/msmtp/msmtp_1.4.21.bb        |   31 +++++
 8 files changed, 336 insertions(+), 0 deletions(-)
 rename meta/recipes-devtools/perl/{liburi-perl_1.56 => liburi-perl_1.56.bb} (100%)
 create mode 100644 meta/recipes-extended/cups/cups-1.4.4/configure.patch
 create mode 100644 meta/recipes-extended/cups/cups-1.4.4/skip_tools.patch
 create mode 100644 meta/recipes-extended/cups/cups-1.4.4/use_echo_only_in_init.patch
 create mode 100644 meta/recipes-extended/cups/cups14.inc
 create mode 100644 meta/recipes-extended/cups/cups_1.4.4.bb
 create mode 100644 meta/recipes-extended/mailx/mailx_12.4.bb
 create mode 100644 meta/recipes-extended/msmtp/msmtp_1.4.21.bb



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 1/4] mailx: Add mailx
  2011-01-21  9:26 [PATCH 0/4] [PULL] Add some new packages and rename liburi-perl Jingdong Lu
@ 2011-01-21  9:26 ` Jingdong Lu
  2011-01-21  9:26 ` [PATCH 2/4] cups: Add cups Jingdong Lu
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Jingdong Lu @ 2011-01-21  9:26 UTC (permalink / raw)
  To: poky

Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
---
 meta/recipes-extended/mailx/mailx_12.4.bb |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-extended/mailx/mailx_12.4.bb

diff --git a/meta/recipes-extended/mailx/mailx_12.4.bb b/meta/recipes-extended/mailx/mailx_12.4.bb
new file mode 100644
index 0000000..10df47d
--- /dev/null
+++ b/meta/recipes-extended/mailx/mailx_12.4.bb
@@ -0,0 +1,23 @@
+SUMMARY = "mailx is the traditional command-line-mode \
+mail user agent."
+DESCRIPTION = "Mailx is an enhanced mail command, which provides the functionality \
+of the POSIX mailx command, as well as SysV mail and Berkeley Mail \
+(from which it is derived)."
+HOMEPAGE = "http://heirloom.sourceforge.net/mailx.html"
+SECTION = "console/network"
+
+PRIORITY = "required"
+LICENSE = "BSD with advertising and MPLv1.1"
+PR = "r0"
+
+#COPYING or Licence
+LIC_FILES_CHKSUM = "file://COPYING;md5=4202a0a62910cf94f7af8a3436a2a2dd"
+
+SRC_URI = "http://downloads.sourceforge.net/heirloom/mailx-12.4.tar.bz2 \
+          "
+SRC_URI[md5sum] = "0c93759e34200eb56a0e7c464680a54a"
+SRC_URI[sha256sum] = "92201e769fe346bc0364c87437a330ef3c97ab3e9d7b2235b93f509e85e5716a"
+
+do_install() {
+       make DESTDIR=${D} PREFIX=${prefix} UCBINSTALL=install install
+}
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/4] cups: Add cups
  2011-01-21  9:26 [PATCH 0/4] [PULL] Add some new packages and rename liburi-perl Jingdong Lu
  2011-01-21  9:26 ` [PATCH 1/4] mailx: Add mailx Jingdong Lu
@ 2011-01-21  9:26 ` Jingdong Lu
  2011-01-21  9:26 ` [PATCH 3/4] msmtp: Add msmtp Jingdong Lu
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Jingdong Lu @ 2011-01-21  9:26 UTC (permalink / raw)
  To: poky

Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
---
 .../cups/cups-1.4.4/configure.patch                |  117 ++++++++++++++++++++
 .../cups/cups-1.4.4/skip_tools.patch               |   51 +++++++++
 .../cups/cups-1.4.4/use_echo_only_in_init.patch    |   11 ++
 meta/recipes-extended/cups/cups14.inc              |   86 ++++++++++++++
 meta/recipes-extended/cups/cups_1.4.4.bb           |   17 +++
 5 files changed, 282 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-extended/cups/cups-1.4.4/configure.patch
 create mode 100644 meta/recipes-extended/cups/cups-1.4.4/skip_tools.patch
 create mode 100644 meta/recipes-extended/cups/cups-1.4.4/use_echo_only_in_init.patch
 create mode 100644 meta/recipes-extended/cups/cups14.inc
 create mode 100644 meta/recipes-extended/cups/cups_1.4.4.bb

diff --git a/meta/recipes-extended/cups/cups-1.4.4/configure.patch b/meta/recipes-extended/cups/cups-1.4.4/configure.patch
new file mode 100644
index 0000000..877e8d3
--- /dev/null
+++ b/meta/recipes-extended/cups/cups-1.4.4/configure.patch
@@ -0,0 +1,117 @@
+--- cups-1.4.3/configure.orig	2010-04-08 11:14:19.092296014 +0200
++++ cups-1.4.3/configure	2010-04-08 11:19:02.661417938 +0200
+@@ -10940,114 +10940,6 @@
+     		OPTIM="-fPIC $OPTIM"
+ 	fi
+ 
+-	# The -fstack-protector option is available with some versions of
+-	# GCC and adds "stack canaries" which detect when the return address
+-	# has been overwritten, preventing many types of exploit attacks.
+-	{ echo "$as_me:$LINENO: checking if GCC supports -fstack-protector" >&5
+-echo $ECHO_N "checking if GCC supports -fstack-protector... $ECHO_C" >&6; }
+-	OLDCFLAGS="$CFLAGS"
+-	CFLAGS="$CFLAGS -fstack-protector"
+-	cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-
+-int
+-main ()
+-{
+-
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
+-  OPTIM="$OPTIM -fstack-protector"
+-		{ echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6; }
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	{ echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
+-fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
+-	CFLAGS="$OLDCFLAGS"
+-
+-	# The -pie option is available with some versions of GCC and adds
+-	# randomization of addresses, which avoids another class of exploits
+-	# that depend on a fixed address for common functions.
+-	{ echo "$as_me:$LINENO: checking if GCC supports -pie" >&5
+-echo $ECHO_N "checking if GCC supports -pie... $ECHO_C" >&6; }
+-	OLDCFLAGS="$CFLAGS"
+-	CFLAGS="$CFLAGS -pie -fPIE"
+-	cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-
+-int
+-main ()
+-{
+-
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  PIEFLAGS="-pie -fPIE"
+-		{ echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6; }
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	{ echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
+-fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+-	CFLAGS="$OLDCFLAGS"
+-
+ 	if test "x$with_optim" = x; then
+ 		# Add useful warning options for tracking down problems...
+ 		OPTIM="-Wall -Wno-format-y2k $OPTIM"
diff --git a/meta/recipes-extended/cups/cups-1.4.4/skip_tools.patch b/meta/recipes-extended/cups/cups-1.4.4/skip_tools.patch
new file mode 100644
index 0000000..2721101
--- /dev/null
+++ b/meta/recipes-extended/cups/cups-1.4.4/skip_tools.patch
@@ -0,0 +1,51 @@
+--- cups-1.4.3/ppdc/Makefile.orig	2010-04-07 12:38:56.650327699 +0200
++++ cups-1.4.3/ppdc/Makefile	2010-04-07 12:40:05.842418876 +0200
+@@ -243,8 +243,8 @@
+ 	$(CXX) $(ARCHFLAGS) $(LDFLAGS) -o genstrings genstrings.o \
+ 		libcupsppdc.a ../cups/libcups.a $(LIBGSSAPI) $(SSLLIBS) \
+ 		$(DNSSDLIBS) $(COMMONLIBS) $(LIBZ)
+-	echo Generating localization strings...
+-	./genstrings >sample.c
++#	echo Generating localization strings...
++#	./genstrings >sample.c
+ 
+ 
+ #
+@@ -261,9 +261,9 @@
+ 	$(CXX) $(ARCHFLAGS) $(LDFLAGS) -o ppdc-static ppdc.o libcupsppdc.a \
+ 		../cups/libcups.a $(LIBGSSAPI) $(SSLLIBS) $(DNSSDLIBS) \
+ 		$(COMMONLIBS) $(LIBZ)
+-	echo Testing PPD compiler...
+-	./ppdc-static -l en,fr -I ../data foo.drv
+-	./ppdc-static -l en,fr -z -I ../data foo.drv
++#	echo Testing PPD compiler...
++#	./ppdc-static -l en,fr -I ../data foo.drv
++#	./ppdc-static -l en,fr -z -I ../data foo.drv
+ 
+ 
+ #
+@@ -291,15 +291,15 @@
+ 		$(COMMONLIBS) $(LIBZ)
+ 	echo Testing PPD importer...
+ 	$(RM) -r ppd ppd2 sample-import.drv
+-	./ppdc-static -I ../data sample.drv
+-	./ppdi-static -I ../data -o sample-import.drv ppd/*
+-	./ppdc-static -I ../data -d ppd2 sample-import.drv
+-	if diff -qr ppd ppd2; then \
+-		echo PPD import OK; \
+-	else \
+-		echo PPD import FAILED; \
+-		exit 1; \
+-	fi
++#	./ppdc-static -I ../data sample.drv
++#	./ppdi-static -I ../data -o sample-import.drv ppd/*
++#	./ppdc-static -I ../data -d ppd2 sample-import.drv
++#	if diff -qr ppd ppd2; then \
++#		echo PPD import OK; \
++#	else \
++#		echo PPD import FAILED; \
++#		exit 1; \
++#	fi
+ 
+ 
+ #
diff --git a/meta/recipes-extended/cups/cups-1.4.4/use_echo_only_in_init.patch b/meta/recipes-extended/cups/cups-1.4.4/use_echo_only_in_init.patch
new file mode 100644
index 0000000..21ff0e5
--- /dev/null
+++ b/meta/recipes-extended/cups/cups-1.4.4/use_echo_only_in_init.patch
@@ -0,0 +1,11 @@
+--- a/init/cups.sh.in.orig	2008-10-04 16:50:46.000000000 -0300
++++ b/init/cups.sh.in	2008-10-04 16:51:39.000000000 -0300
+@@ -68,7 +68,7 @@
+ 		ECHO_ERROR=:
+ 		;;
+ 
+-	Linux*)
++	DISABLELinux*)
+ 		IS_ON=/bin/true
+ 		if test -f /etc/init.d/functions; then
+ 			. /etc/init.d/functions
diff --git a/meta/recipes-extended/cups/cups14.inc b/meta/recipes-extended/cups/cups14.inc
new file mode 100644
index 0000000..748d89e
--- /dev/null
+++ b/meta/recipes-extended/cups/cups14.inc
@@ -0,0 +1,86 @@
+SUMMARY = "An Internet printing system for Unix."
+DESCRIPTION = "An Internet printing system for Unix."
+SECTION = "console/utils"
+LICENSE = "GPL LGPL"
+DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib"
+PROVIDES = "cups14"
+
+SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2"
+
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=956e7600195e6139f12de8c2a5bbefa9"
+
+LEAD_SONAME = "libcupsdriver.so"
+
+inherit autotools binconfig
+
+EXTRA_OECONF = " \
+                --enable-gnutls \
+		--enable-dbus \
+		--enable-browsing \
+                --disable-openssl \
+		--disable-tiff \
+		--without-php \
+		--without-perl \
+		--without-python \
+		--without-java \
+               "
+
+
+do_configure() {
+	gnu-configize
+	libtoolize --force
+	DSOFLAGS="${LDFLAGS}" oe_runconf
+}
+
+do_compile () {
+	sed -i s:STRIP:NOSTRIP: Makedefs
+	sed -i s:serial:: backend/Makefile
+
+	echo "all:"    >  man/Makefile
+	echo "libs:" >> man/Makefile
+	echo "install:" >> man/Makefile
+	echo "install-data:" >> man/Makefile
+	echo "install-exec:" >> man/Makefile
+	echo "install-headers:" >> man/Makefile
+	echo "install-libs:" >> man/Makefile
+
+	oe_runmake "SSLLIBS=-lgnutls -L${STAGING_LIBDIR}" \
+		   "LIBPNG=-lpng -lm -L${STAGING_LIBDIR}" \
+		   "LIBJPEG=-ljpeg -L${STAGING_LIBDIR}" \
+		   "LIBZ=-lz -L${STAGING_LIBDIR}" \
+		   "-I."
+}
+
+fakeroot do_install () {
+	oe_runmake "DSTROOT=${D}" install
+
+   # This directory gets installed with perms 511, which makes packaging fail
+   chmod 0711 "${D}/${localstatedir}/run/cups/certs"
+}
+
+python do_package_append() {
+	# Change permissions back the way they were, they probably had a reason...
+	workdir = bb.data.getVar('WORKDIR', d, 1)
+	os.system('chmod 0511 %s/install/cups/var/run/cups/certs' % workdir)
+}
+
+PACKAGES =+ "${PN}-lib ${PN}-libimage"
+
+FILES_${PN}-lib = "${libdir}/libcups.so.*"
+
+FILES_${PN}-libimage = "${libdir}/libcupsimage.so.*"
+
+FILES_${PN}-dbg += "${libdir}/cups/backend/.debug \
+                    ${libdir}/cups/cgi-bin/.debug \
+		    ${libdir}/cups/filter/.debug \
+		    ${libdir}/cups/monitor/.debug \
+		    ${libdir}/cups/notifier/.debug \
+		    ${libdir}/cups/daemon/.debug \
+		    "
+#package the html for the webgui inside the main packages (~1MB uncompressed)
+
+FILES_${PN} += "${datadir}/doc/cups/images \
+		${datadir}/doc/cups/*html \
+		${datadir}/doc/cups/*.css \
+                ${datadir}/icons/ \
+	       "
diff --git a/meta/recipes-extended/cups/cups_1.4.4.bb b/meta/recipes-extended/cups/cups_1.4.4.bb
new file mode 100644
index 0000000..ac9f21e
--- /dev/null
+++ b/meta/recipes-extended/cups/cups_1.4.4.bb
@@ -0,0 +1,17 @@
+require cups14.inc
+
+SRC_URI += " \
+	file://use_echo_only_in_init.patch \
+	file://skip_tools.patch \
+	file://configure.patch \
+	"
+
+SRC_URI[md5sum] = "8776403ad60fea9e85eab9c04d88560d"
+SRC_URI[sha256sum] = "d25ffa35add3abeeec0eba60be2cffc89425b649c64ef3a73dfc724683a59aa3"
+
+PR = "r0"
+
+DEFAULT_PREFERENCE = "-1"
+#DEPENDS += "virtual/libusb0"
+EXTRA_OECONF += " --disable-gssapi --disable-largefile --enable-debug --disable-relro --enable-libusb"
+CONFFILES_${PN} += "${sysconfdir}/cups/cupsd.conf"
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 3/4] msmtp: Add msmtp
  2011-01-21  9:26 [PATCH 0/4] [PULL] Add some new packages and rename liburi-perl Jingdong Lu
  2011-01-21  9:26 ` [PATCH 1/4] mailx: Add mailx Jingdong Lu
  2011-01-21  9:26 ` [PATCH 2/4] cups: Add cups Jingdong Lu
@ 2011-01-21  9:26 ` Jingdong Lu
  2011-01-21  9:26 ` [PATCH 4/4] liburi-perl: Rename liburi-perl Jingdong Lu
  2011-01-26  2:51 ` [PATCH 0/4] [PULL] Add some new packages and rename liburi-perl Saul Wold
  4 siblings, 0 replies; 6+ messages in thread
From: Jingdong Lu @ 2011-01-21  9:26 UTC (permalink / raw)
  To: poky

Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
---
 meta/recipes-extended/msmtp/msmtp_1.4.21.bb |   31 +++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-extended/msmtp/msmtp_1.4.21.bb

diff --git a/meta/recipes-extended/msmtp/msmtp_1.4.21.bb b/meta/recipes-extended/msmtp/msmtp_1.4.21.bb
new file mode 100644
index 0000000..ae7c7f9
--- /dev/null
+++ b/meta/recipes-extended/msmtp/msmtp_1.4.21.bb
@@ -0,0 +1,31 @@
+SUMMARY = "msmtp is an SMTP client."
+DESCRIPTION = "msmtp is an SMTP client."
+HOMEPAGE = "http://msmtp.sourceforge.net/"
+SECTION = "console/network"
+
+PRIORITY = "required"
+LICENSE = "GPLv3"
+PR = "r0"
+
+
+#COPYING or Licence
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+SRC_URI = "http://sourceforge.net/projects/msmtp/files/msmtp/1.4.21/msmtp-1.4.21.tar.bz2 \
+          "
+
+SRC_URI[md5sum] = "9d764cd9036168f49bc9d6531a7f3dba"
+SRC_URI[sha256sum] = "2fb39be54d793882081d38ec2b709f6dc1aa4c124f5f244e111a0b604df14ffa"
+
+inherit gettext
+
+#S = "${WORKDIR}/msmtp-1.4.21"
+
+do_configure() {
+	${S}/configure --prefix=${prefix}
+}
+
+do_install() {
+	oe_runmake 'DESTDIR=${D}' install
+}
+
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 4/4] liburi-perl: Rename liburi-perl
  2011-01-21  9:26 [PATCH 0/4] [PULL] Add some new packages and rename liburi-perl Jingdong Lu
                   ` (2 preceding siblings ...)
  2011-01-21  9:26 ` [PATCH 3/4] msmtp: Add msmtp Jingdong Lu
@ 2011-01-21  9:26 ` Jingdong Lu
  2011-01-26  2:51 ` [PATCH 0/4] [PULL] Add some new packages and rename liburi-perl Saul Wold
  4 siblings, 0 replies; 6+ messages in thread
From: Jingdong Lu @ 2011-01-21  9:26 UTC (permalink / raw)
  To: poky

Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
---
 .../perl/{liburi-perl_1.56 => liburi-perl_1.56.bb} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)
 rename meta/recipes-devtools/perl/{liburi-perl_1.56 => liburi-perl_1.56.bb} (100%)

diff --git a/meta/recipes-devtools/perl/liburi-perl_1.56 b/meta/recipes-devtools/perl/liburi-perl_1.56.bb
similarity index 100%
rename from meta/recipes-devtools/perl/liburi-perl_1.56
rename to meta/recipes-devtools/perl/liburi-perl_1.56.bb
-- 
1.7.0.4



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/4] [PULL] Add some new packages and rename liburi-perl.
  2011-01-21  9:26 [PATCH 0/4] [PULL] Add some new packages and rename liburi-perl Jingdong Lu
                   ` (3 preceding siblings ...)
  2011-01-21  9:26 ` [PATCH 4/4] liburi-perl: Rename liburi-perl Jingdong Lu
@ 2011-01-26  2:51 ` Saul Wold
  4 siblings, 0 replies; 6+ messages in thread
From: Saul Wold @ 2011-01-26  2:51 UTC (permalink / raw)
  To: Jingdong Lu; +Cc: poky

On 01/21/2011 01:26 AM, Jingdong Lu wrote:
> Add mailx, cups, msmtp.
> Rename liburi-perl_1.56 to liburi-perl_1.56.bb
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: jingdonglu/distro
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jingdonglu/distro
>
> Thanks,
>      Jingdong Lu<jingdong.lu@windriver.com>
> ---
>
>
> Jingdong Lu (4):
>    mailx: Add mailx
>    cups: Add cups
>    msmtp: Add msmtp
>    liburi-perl: Rename liburi-perl

Hi Jingdong,

I did not pull mailx, cups or msmtp for various failures and needed to 
get more history about where these recipes and patches came from.  Did 
you use OpenEmbedded as a reference for these, if so, you need to credit 
OE and document where any why the patches are needed for cups.

We also held off from the lsb task, since it contained all of these.

If you have any questions, let me know.


Sau!


>
>   .../perl/{liburi-perl_1.56 =>  liburi-perl_1.56.bb} |    0
>   .../cups/cups-1.4.4/configure.patch                |  117 ++++++++++++++++++++
>   .../cups/cups-1.4.4/skip_tools.patch               |   51 +++++++++
>   .../cups/cups-1.4.4/use_echo_only_in_init.patch    |   11 ++
>   meta/recipes-extended/cups/cups14.inc              |   86 ++++++++++++++
>   meta/recipes-extended/cups/cups_1.4.4.bb           |   17 +++
>   meta/recipes-extended/mailx/mailx_12.4.bb          |   23 ++++
>   meta/recipes-extended/msmtp/msmtp_1.4.21.bb        |   31 +++++
>   8 files changed, 336 insertions(+), 0 deletions(-)
>   rename meta/recipes-devtools/perl/{liburi-perl_1.56 =>  liburi-perl_1.56.bb} (100%)
>   create mode 100644 meta/recipes-extended/cups/cups-1.4.4/configure.patch
>   create mode 100644 meta/recipes-extended/cups/cups-1.4.4/skip_tools.patch
>   create mode 100644 meta/recipes-extended/cups/cups-1.4.4/use_echo_only_in_init.patch
>   create mode 100644 meta/recipes-extended/cups/cups14.inc
>   create mode 100644 meta/recipes-extended/cups/cups_1.4.4.bb
>   create mode 100644 meta/recipes-extended/mailx/mailx_12.4.bb
>   create mode 100644 meta/recipes-extended/msmtp/msmtp_1.4.21.bb
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-01-26  2:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-21  9:26 [PATCH 0/4] [PULL] Add some new packages and rename liburi-perl Jingdong Lu
2011-01-21  9:26 ` [PATCH 1/4] mailx: Add mailx Jingdong Lu
2011-01-21  9:26 ` [PATCH 2/4] cups: Add cups Jingdong Lu
2011-01-21  9:26 ` [PATCH 3/4] msmtp: Add msmtp Jingdong Lu
2011-01-21  9:26 ` [PATCH 4/4] liburi-perl: Rename liburi-perl Jingdong Lu
2011-01-26  2:51 ` [PATCH 0/4] [PULL] Add some new packages and rename liburi-perl Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.