[oe] [PATCH] [meta-oe] pcsc-lite: Fixed md5sum for tarball

2013-12-18 Thread David Nyström
Signed-off-by: David Nyström 
---
 meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb 
b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb
index 266781a..7aae334 100644
--- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb
+++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=a39d325b7d9cf2f07826a5154b16500c"
 DEPENDS = "udev"
 
 SRC_URI = 
"https://alioth.debian.org/frs/download.php/3757/pcsc-lite-${PV}.tar.bz2";
-SRC_URI[md5sum] = "3e4b777231d35ce35c15c0704f936eaa"
-SRC_URI[sha256sum] = 
"1e44049168d1ce55fd56c175f61206955254df0f385455f2a20ec7e8a0e6a77a"
+SRC_URI[md5sum] = "d41d8cd98f00b204e9800998ecf8427e"
+SRC_URI[sha256sum] = 
"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
 
 PR = "r3"
 
-- 
1.8.3.2

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH] [meta-oe] pcsc-lite: Fixed md5sum for tarball

2013-12-18 Thread David Nyström

On ons 18 dec 2013 16:58:21, Martin Jansa wrote:

On Wed, Dec 18, 2013 at 03:34:24PM +0100, David Nyström wrote:

Signed-off-by: David Nyström 


Can you download old tarball from some mirror and describe content diff
in commit message?

If you fail to find tarball with old checksum I'll send it to you from
my world builds.


Hmm, the link seems to be corrupt.
tarball cant be unpacked, may have fired away this patch prematurely.
Will return with V2,

sorry about that.
/David



---
  meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 1/2] ccid: Fixed broken URL

2013-12-18 Thread David Nyström
Signed-off-by: David Nyström 
---
 meta-oe/recipes-support/ccid/ccid_1.4.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/ccid/ccid_1.4.8.bb 
b/meta-oe/recipes-support/ccid/ccid_1.4.8.bb
index 5524f9e..e70ec39 100644
--- a/meta-oe/recipes-support/ccid/ccid_1.4.8.bb
+++ b/meta-oe/recipes-support/ccid/ccid_1.4.8.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
 DEPENDS = "virtual/libusb0 pcsc-lite"
 RDEPENDS_${PN} = "pcsc-lite"
 
-SRC_URI = "https://alioth.debian.org/frs/download.php/3768/ccid-${PV}.tar.bz2";
+SRC_URI = 
"https://alioth.debian.org/frs/download.php/file/3768/ccid-${PV}.tar.bz2";
 SRC_URI[md5sum] = "b6c37110f50b059a8ba94f118cfd679a"
 SRC_URI[sha256sum] = 
"7aca09fa4b9099e423402fd5df424adbafa502888710d1fda6015b6c1ff637ef"
 
-- 
1.8.3.2

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 2/2] pcsc-lite: Fixed broken URL

2013-12-18 Thread David Nyström
Signed-off-by: David Nyström 
---
 meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb 
b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb
index 266781a..85ec414 100644
--- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb
+++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a39d325b7d9cf2f07826a5154b16500c"
 DEPENDS = "udev"
 
-SRC_URI = 
"https://alioth.debian.org/frs/download.php/3757/pcsc-lite-${PV}.tar.bz2";
+SRC_URI = 
"https://alioth.debian.org/frs/download.php/file/3757/pcsc-lite-${PV}.tar.bz2";
 SRC_URI[md5sum] = "3e4b777231d35ce35c15c0704f936eaa"
 SRC_URI[sha256sum] = 
"1e44049168d1ce55fd56c175f61206955254df0f385455f2a20ec7e8a0e6a77a"
 
-- 
1.8.3.2

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-browser][PATCH] nspr: Remove BBCLASSEXTED override since its already set to native in oe-core.

2014-01-22 Thread David Nyström
Signed-off-by: David Nyström 
---
 recipes-support/nspr/nspr_4.10.2.bbappend | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/recipes-support/nspr/nspr_4.10.2.bbappend 
b/recipes-support/nspr/nspr_4.10.2.bbappend
index 3296e91..947164f 100644
--- a/recipes-support/nspr/nspr_4.10.2.bbappend
+++ b/recipes-support/nspr/nspr_4.10.2.bbappend
@@ -1,6 +1,3 @@
-# nspr-native is needed by nss
-BBCLASSEXTEND = "native"
-
 # don't build tests : this ICE on armv7
 do_configure_append() {
sed -i "s:CSRCS =:CSRCS = \nDONTBUILD =:g" ${S}/pr/tests/Makefile
-- 
1.8.3.2

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH] Upgrade of python-lxml to 2.3.5

2013-01-30 Thread David Nyström
Signed-off-by: David Nyström 
---
 .../{python-lxml_2.2.8.bb => python-lxml_2.3.5.bb} |   15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)
 rename meta-oe/recipes-devtools/python/{python-lxml_2.2.8.bb => 
python-lxml_2.3.5.bb} (69%)

diff --git a/meta-oe/recipes-devtools/python/python-lxml_2.2.8.bb 
b/meta-oe/recipes-devtools/python/python-lxml_2.3.5.bb
similarity index 69%
rename from meta-oe/recipes-devtools/python/python-lxml_2.2.8.bb
rename to meta-oe/recipes-devtools/python/python-lxml_2.3.5.bb
index a175609..76821ff 100644
--- a/meta-oe/recipes-devtools/python/python-lxml_2.2.8.bb
+++ b/meta-oe/recipes-devtools/python/python-lxml_2.3.5.bb
@@ -2,20 +2,21 @@ DESCRIPTION = "Powerful and Pythonic XML processing library 
combining \
 libxml2/libxslt with the ElementTree API."
 HOMEPAGE = "http://codespeak.net/lxml";
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=7de92baeb3b7bfaebe72404155fdb346"
+LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=3638a580895ea734c2cbb46f586afd2c"
 SRCNAME = "lxml"
-PR = "r2"
+PR = "r0"
 
 DEPENDS = "libxml2 libxslt"
 RDEPENDS_${PN} += "libxml2 libxslt python-compression"
 
-SRC_URI = 
"http://pypi.python.org/packages/source/l/${SRCNAME}/${SRCNAME}-${PV}.tar.gz;name=lxml";
-SRC_URI[lxml.md5sum] = "d6c612d63a84d79440912a1b29d3b981"
-SRC_URI[lxml.sha256sum] = 
"89b73925b5e3295dcf4675cb948007a20eb029fe35c9a162ae19ec11f1abafe5"
+SRC_URI = "http://lxml.de/files/lxml-2.3.5.tgz \
+"
 
+SRC_URI[md5sum] = "d03fb3b9139df7f182afffe72f412c87"
+SRC_URI[sha256sum] = 
"7ec68de58814014543b3b6f21f36e3695359be715ad06348a14c7820dfa0e092"
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
-inherit setuptools
+inherit setuptools 
 
 DISTUTILS_BUILD_ARGS += " \
  --with-xslt-config='${STAGING_BINDIR_NATIVE}/pkg-config 
libxslt' \
@@ -30,5 +31,3 @@ DISTUTILS_INSTALL_ARGS += " \
 BBCLASSEXTEND = "native nativesdk"
 RDEPENDS_${PN}_virtclass-native = "libxml2-native libxslt-native"
 
-
-
-- 
1.7.9.5


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-networking][PATCH] Add netcat-openbsd for virtualization (libvirt virt-test)

2013-01-06 Thread David Nyström

On 01/06/2013 09:20 AM, lei.y...@windriver.com wrote:

From: Lei Yang 

The netcat-openbsd in meta-virtualization layer has bugs.
This update version will fix "nc: Protocol no available." error.
As bruce point, we want to keep netcat in the meta-networking,
which meta-virtualization will depend on

Lei

Signed-off-by: Lei Yang 
---
  .../recipes-support/netcat/netcat-openbsd_1.89.bb  |   29 
  meta-networking/recipes-support/netcat/netcat.inc  |6 
  .../recipes-support/netcat/netcat_0.7.1.bb |   11 +++
  3 files changed, 40 insertions(+), 6 deletions(-)
  create mode 100644 
meta-networking/recipes-support/netcat/netcat-openbsd_1.89.bb
  create mode 100644 meta-networking/recipes-support/netcat/netcat.inc

diff --git a/meta-networking/recipes-support/netcat/netcat-openbsd_1.89.bb 
b/meta-networking/recipes-support/netcat/netcat-openbsd_1.89.bb
new file mode 100644
index 000..9fe406c
--- /dev/null
+++ b/meta-networking/recipes-support/netcat/netcat-openbsd_1.89.bb
@@ -0,0 +1,29 @@
+require netcat.inc
+DESCRIPTION = "OpenBSD Netcat"
+HOMEPAGE = "http://ftp.debian.org";
+LICENSE = "BSD-3-Clause"
+PR = "r0"
+
+SRC_URI = 
"${DEBIAN_MIRROR}/main/n/netcat-openbsd/netcat-openbsd_1.89.orig.tar.gz;name=netcat
 \
+   
${DEBIAN_MIRROR}/main/n/netcat-openbsd/netcat-openbsd_1.89-4.diff.gz;name=netcat-patch"
+
+SRC_URI[netcat.md5sum] = "7238ce15aae43069e96ba7faf03f153e"
+SRC_URI[netcat.sha256sum] = 
"72e844dde8a2a7cba61971d493758dbea9ef0b164bccef15fd4a36490dc77f2b"
+SRC_URI[netcat-patch.md5sum] = "00c65aa22243b76998174c733cbb64cc"
+SRC_URI[netcat-patch.sha256sum] = 
"d5b6b2bd9788114bdcfbb71acad0263720b4fdc41529e287adf451b8610f84f1"
+
+S = "${WORKDIR}/${PN}-${PV}.orig"
+
+do_configure[noexec] = "1"
+
+do_compile() {
+   cd ${S}
+while read line; do patch -p1 

This means that both versions of netcat have alt. prio 100. what happens 
when both are installed on the rootfs at the same time. where does the 
symlink point ?

What does bitbake make of this ?


+
diff --git a/meta-networking/recipes-support/netcat/netcat_0.7.1.bb 
b/meta-networking/recipes-support/netcat/netcat_0.7.1.bb
index c5ab85d..e09202b 100644
--- a/meta-networking/recipes-support/netcat/netcat_0.7.1.bb
+++ b/meta-networking/recipes-support/netcat/netcat_0.7.1.bb
@@ -1,21 +1,20 @@
+require netcat.inc
  DESCRIPTION = "GNU Netcat"
  HOMEPAGE = "http://netcat.sourceforge.net";
-SECTION = "console/network"
  LICENSE = "GPLv2"
  LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"

-PR = "r0"
+PR = "r1"

  SRC_URI = "${SOURCEFORGE_MIRROR}/netcat/netcat-${PV}.tar.bz2"

  SRC_URI[md5sum] = "0a29eff1736ddb5effd0b1ec1f6fe0ef"
  SRC_URI[sha256sum] = 
"b55af0bbdf5acc02d1eb6ab18da2acd77a400bafd074489003f3df09676332bb"

-inherit autotools update-alternatives gettext
+inherit autotools

  do_install_append() {
-   mv ${D}${bindir}/nc ${D}${bindir}/nc.${PN}
+install -d ${D}${bindir}
+mv ${D}${bindir}/nc ${D}${bindir}/nc.${PN}
  }

-ALTERNATIVE_${PN} = "nc"
-ALTERNATIVE_PRIORITY = "100"




___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel