All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Package upgrades
@ 2013-07-31 13:58 Ionut Radu
  2013-07-31 13:58 ` [PATCH 1/2] freetype: Upgrade from 2.4.12 to 2.5.0 Ionut Radu
  2013-07-31 13:58 ` [PATCH 2/2] apt: Upgrade from 0.9.8.2 to 0.9.9.4 Ionut Radu
  0 siblings, 2 replies; 4+ messages in thread
From: Ionut Radu @ 2013-07-31 13:58 UTC (permalink / raw)
  To: openembedded-core

* apt
Tested on core-image-minimal on all architectures
makerace.patch: adapted to the new version

The following changes since commit 9de0ad47462c13ac4a2d73e12e92be6c1b4e0415:

  genericx86: ship all the driver firmware by default (2013-07-31 07:00:00 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ionutx/work
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ionutx/work

Ionut Radu (2):
  freetype: Upgrade from 2.4.12 to 2.5.0
  apt: Upgrade from 0.9.8.2 to 0.9.9.4

 .../disable-configure-in-makefile.patch                    |    0
 .../fix-gcc-4.6-null-not-defined.patch                     |    0
 .../apt/{apt-0.9.8.2 => apt-0.9.9.4}/makerace.patch        |   12 ++++++------
 .../{apt-0.9.8.2 => apt-0.9.9.4}/no-ko-translation.patch   |    0
 .../apt/{apt-0.9.8.2 => apt-0.9.9.4}/no-nls-dpkg.patch     |    0
 .../apt/{apt-0.9.8.2 => apt-0.9.9.4}/noconfigure.patch     |    0
 .../apt/{apt-0.9.8.2 => apt-0.9.9.4}/nodoc.patch           |    0
 .../{apt-0.9.8.2 => apt-0.9.9.4}/truncate-filename.patch   |    0
 .../apt/{apt-0.9.8.2 => apt-0.9.9.4}/use-host.patch        |    0
 .../apt/{apt-native_0.9.8.2.bb => apt-native_0.9.9.4.bb}   |    0
 .../apt/{apt_0.9.8.2.bb => apt_0.9.9.4.bb}                 |    4 ++--
 .../freetype/{freetype_2.4.12.bb => freetype_2.5.0.bb}     |    9 +++------
 12 files changed, 11 insertions(+), 14 deletions(-)
 rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/disable-configure-in-makefile.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/fix-gcc-4.6-null-not-defined.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/makerace.patch (66%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/no-ko-translation.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/no-nls-dpkg.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/noconfigure.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/nodoc.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/truncate-filename.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/use-host.patch (100%)
 rename meta/recipes-devtools/apt/{apt-native_0.9.8.2.bb => apt-native_0.9.9.4.bb} (100%)
 rename meta/recipes-devtools/apt/{apt_0.9.8.2.bb => apt_0.9.9.4.bb} (74%)
 rename meta/recipes-graphics/freetype/{freetype_2.4.12.bb => freetype_2.5.0.bb} (90%)

-- 
1.7.10.4



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

* [PATCH 1/2] freetype: Upgrade from 2.4.12 to 2.5.0
  2013-07-31 13:58 [PATCH 0/2] Package upgrades Ionut Radu
@ 2013-07-31 13:58 ` Ionut Radu
  2013-07-31 16:07   ` Burton, Ross
  2013-07-31 13:58 ` [PATCH 2/2] apt: Upgrade from 0.9.8.2 to 0.9.9.4 Ionut Radu
  1 sibling, 1 reply; 4+ messages in thread
From: Ionut Radu @ 2013-07-31 13:58 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../freetype/{freetype_2.4.12.bb => freetype_2.5.0.bb}        |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)
 rename meta/recipes-graphics/freetype/{freetype_2.4.12.bb => freetype_2.5.0.bb} (90%)

diff --git a/meta/recipes-graphics/freetype/freetype_2.4.12.bb b/meta/recipes-graphics/freetype/freetype_2.5.0.bb
similarity index 90%
rename from meta/recipes-graphics/freetype/freetype_2.4.12.bb
rename to meta/recipes-graphics/freetype/freetype_2.5.0.bb
index 8cf79d3..21c4d2a 100644
--- a/meta/recipes-graphics/freetype/freetype_2.4.12.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.5.0.bb
@@ -13,13 +13,10 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE.TXT;md5=c017ff17fc6f0794adf93db5559ccd56
 
 SECTION = "libs"
 
-PR = "r0"
+SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
-"
-
-SRC_URI[md5sum] = "3463102764315eb86c0d3c2e1f3ffb7d"
-SRC_URI[sha256sum] = "a78a17486689ab6852a9e1a759b179827ac9dfd7e2f237ddf169c73398c85381"
+SRC_URI[md5sum] = "07b7f54bc32d3a0f8a44ec4586c73d81"
+SRC_URI[sha256sum] = "b8c75164f9073809797da19b81fa89d2c0ea507d8913f3b70c744f501880d7de"
 
 S = "${WORKDIR}/freetype-${PV}"
 
-- 
1.7.10.4



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

* [PATCH 2/2] apt: Upgrade from 0.9.8.2 to 0.9.9.4
  2013-07-31 13:58 [PATCH 0/2] Package upgrades Ionut Radu
  2013-07-31 13:58 ` [PATCH 1/2] freetype: Upgrade from 2.4.12 to 2.5.0 Ionut Radu
@ 2013-07-31 13:58 ` Ionut Radu
  1 sibling, 0 replies; 4+ messages in thread
From: Ionut Radu @ 2013-07-31 13:58 UTC (permalink / raw)
  To: openembedded-core

makerace.patch: adapted to the new version

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../disable-configure-in-makefile.patch                    |    0
 .../fix-gcc-4.6-null-not-defined.patch                     |    0
 .../apt/{apt-0.9.8.2 => apt-0.9.9.4}/makerace.patch        |   12 ++++++------
 .../{apt-0.9.8.2 => apt-0.9.9.4}/no-ko-translation.patch   |    0
 .../apt/{apt-0.9.8.2 => apt-0.9.9.4}/no-nls-dpkg.patch     |    0
 .../apt/{apt-0.9.8.2 => apt-0.9.9.4}/noconfigure.patch     |    0
 .../apt/{apt-0.9.8.2 => apt-0.9.9.4}/nodoc.patch           |    0
 .../{apt-0.9.8.2 => apt-0.9.9.4}/truncate-filename.patch   |    0
 .../apt/{apt-0.9.8.2 => apt-0.9.9.4}/use-host.patch        |    0
 .../apt/{apt-native_0.9.8.2.bb => apt-native_0.9.9.4.bb}   |    0
 .../apt/{apt_0.9.8.2.bb => apt_0.9.9.4.bb}                 |    4 ++--
 11 files changed, 8 insertions(+), 8 deletions(-)
 rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/disable-configure-in-makefile.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/fix-gcc-4.6-null-not-defined.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/makerace.patch (66%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/no-ko-translation.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/no-nls-dpkg.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/noconfigure.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/nodoc.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/truncate-filename.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/use-host.patch (100%)
 rename meta/recipes-devtools/apt/{apt-native_0.9.8.2.bb => apt-native_0.9.9.4.bb} (100%)
 rename meta/recipes-devtools/apt/{apt_0.9.8.2.bb => apt_0.9.9.4.bb} (74%)

diff --git a/meta/recipes-devtools/apt/apt-0.9.8.2/disable-configure-in-makefile.patch b/meta/recipes-devtools/apt/apt-0.9.9.4/disable-configure-in-makefile.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.8.2/disable-configure-in-makefile.patch
rename to meta/recipes-devtools/apt/apt-0.9.9.4/disable-configure-in-makefile.patch
diff --git a/meta/recipes-devtools/apt/apt-0.9.8.2/fix-gcc-4.6-null-not-defined.patch b/meta/recipes-devtools/apt/apt-0.9.9.4/fix-gcc-4.6-null-not-defined.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.8.2/fix-gcc-4.6-null-not-defined.patch
rename to meta/recipes-devtools/apt/apt-0.9.9.4/fix-gcc-4.6-null-not-defined.patch
diff --git a/meta/recipes-devtools/apt/apt-0.9.8.2/makerace.patch b/meta/recipes-devtools/apt/apt-0.9.9.4/makerace.patch
similarity index 66%
rename from meta/recipes-devtools/apt/apt-0.9.8.2/makerace.patch
rename to meta/recipes-devtools/apt/apt-0.9.9.4/makerace.patch
index 403711f..46e3161 100644
--- a/meta/recipes-devtools/apt/apt-0.9.8.2/makerace.patch
+++ b/meta/recipes-devtools/apt/apt-0.9.9.4/makerace.patch
@@ -8,16 +8,16 @@ RP 2012/3/19
 
 Upstream-Status: Pending
 
-Index: apt-0.7.14/buildlib/library.mak
+Index: apt-0.9.9.4/buildlib/library.mak
 ===================================================================
---- apt-0.7.14.orig/buildlib/library.mak
-+++ apt-0.7.14/buildlib/library.mak
-@@ -61,7 +61,7 @@ $(LIB)/lib$(LIBRARY)$(LIBEXT).so.$(MAJOR
+--- apt-0.9.9.4.orig/buildlib/library.mak	2013-07-31 15:45:07.320440575 +0300
++++ apt-0.9.9.4/buildlib/library.mak	2013-07-31 15:46:49.440440561 +0300
+@@ -61,7 +61,7 @@
  
  # Compilation rules
  vpath %.cc $(SUBDIRS)
--$(OBJ)/%.opic: %.cc
-+$(OBJ)/%.opic: %.cc $($(LOCAL)-HEADERS)
+-$(OBJ)/%.opic: %.cc $(LIBRARYDEPENDS)
++$(OBJ)/%.opic: %.cc $(LIBRARYDEPENDS) $($(LOCAL)-HEADERS)
  	echo Compiling $< to $@
  	$(CXX) -c $(INLINEDEPFLAG) $(CPPFLAGS) $(CXXFLAGS) $(PICFLAGS) -o $@ $<
  	$(DoDep)
diff --git a/meta/recipes-devtools/apt/apt-0.9.8.2/no-ko-translation.patch b/meta/recipes-devtools/apt/apt-0.9.9.4/no-ko-translation.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.8.2/no-ko-translation.patch
rename to meta/recipes-devtools/apt/apt-0.9.9.4/no-ko-translation.patch
diff --git a/meta/recipes-devtools/apt/apt-0.9.8.2/no-nls-dpkg.patch b/meta/recipes-devtools/apt/apt-0.9.9.4/no-nls-dpkg.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.8.2/no-nls-dpkg.patch
rename to meta/recipes-devtools/apt/apt-0.9.9.4/no-nls-dpkg.patch
diff --git a/meta/recipes-devtools/apt/apt-0.9.8.2/noconfigure.patch b/meta/recipes-devtools/apt/apt-0.9.9.4/noconfigure.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.8.2/noconfigure.patch
rename to meta/recipes-devtools/apt/apt-0.9.9.4/noconfigure.patch
diff --git a/meta/recipes-devtools/apt/apt-0.9.8.2/nodoc.patch b/meta/recipes-devtools/apt/apt-0.9.9.4/nodoc.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.8.2/nodoc.patch
rename to meta/recipes-devtools/apt/apt-0.9.9.4/nodoc.patch
diff --git a/meta/recipes-devtools/apt/apt-0.9.8.2/truncate-filename.patch b/meta/recipes-devtools/apt/apt-0.9.9.4/truncate-filename.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.8.2/truncate-filename.patch
rename to meta/recipes-devtools/apt/apt-0.9.9.4/truncate-filename.patch
diff --git a/meta/recipes-devtools/apt/apt-0.9.8.2/use-host.patch b/meta/recipes-devtools/apt/apt-0.9.9.4/use-host.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.8.2/use-host.patch
rename to meta/recipes-devtools/apt/apt-0.9.9.4/use-host.patch
diff --git a/meta/recipes-devtools/apt/apt-native_0.9.8.2.bb b/meta/recipes-devtools/apt/apt-native_0.9.9.4.bb
similarity index 100%
rename from meta/recipes-devtools/apt/apt-native_0.9.8.2.bb
rename to meta/recipes-devtools/apt/apt-native_0.9.9.4.bb
diff --git a/meta/recipes-devtools/apt/apt_0.9.8.2.bb b/meta/recipes-devtools/apt/apt_0.9.9.4.bb
similarity index 74%
rename from meta/recipes-devtools/apt/apt_0.9.8.2.bb
rename to meta/recipes-devtools/apt/apt_0.9.9.4.bb
index 12952a9..ae9ed6c 100644
--- a/meta/recipes-devtools/apt/apt_0.9.8.2.bb
+++ b/meta/recipes-devtools/apt/apt_0.9.9.4.bb
@@ -3,8 +3,8 @@ RDEPENDS_${PN} = "dpkg"
 LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
 require apt.inc
 
-SRC_URI[md5sum] = "956bb906224a5662111d353ab11a0347"
-SRC_URI[sha256sum] = "cb0360e218490d875dc1e9e15c4e0ba0b53c7f512a6c98253f2eb07877be5106"
+SRC_URI[md5sum] = "72b3283acd9b99868da5545f0499b0da"
+SRC_URI[sha256sum] = "770cb94d7f4c922c2a1516f2b5ec852d3ad668a8c9c3713ac2528c861b7fa79a"
 
 require apt-package.inc
 
-- 
1.7.10.4



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

* Re: [PATCH 1/2] freetype: Upgrade from 2.4.12 to 2.5.0
  2013-07-31 13:58 ` [PATCH 1/2] freetype: Upgrade from 2.4.12 to 2.5.0 Ionut Radu
@ 2013-07-31 16:07   ` Burton, Ross
  0 siblings, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2013-07-31 16:07 UTC (permalink / raw)
  To: Ionut Radu; +Cc: openembedded-core

On 31 July 2013 14:58, Ionut Radu <ionutx.radu@intel.com> wrote:
>  .../freetype/{freetype_2.4.12.bb => freetype_2.5.0.bb}        |    9 +++------

There's a 2.5.0.1 which fixes an installation problem, please update
to that instead.

Ross


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

end of thread, other threads:[~2013-07-31 16:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-31 13:58 [PATCH 0/2] Package upgrades Ionut Radu
2013-07-31 13:58 ` [PATCH 1/2] freetype: Upgrade from 2.4.12 to 2.5.0 Ionut Radu
2013-07-31 16:07   ` Burton, Ross
2013-07-31 13:58 ` [PATCH 2/2] apt: Upgrade from 0.9.8.2 to 0.9.9.4 Ionut Radu

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.