[oe-commits] Graeme Gregory : libpng_1.2.42.bb : add new version and new native version

git version control git at git.openembedded.org
Fri Jan 29 19:42:37 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c89fe1cc6dd8f04be093c9d30d3f454e1912cc3e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c89fe1cc6dd8f04be093c9d30d3f454e1912cc3e

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Fri Jan 29 19:40:51 2010 +0000

libpng_1.2.42.bb : add new version and new native version

Just happened to create these which debugging an issue with gtk+-native so
committing them.

---

 conf/checksums.ini                     |    4 ++++
 recipes/libpng/libpng-native_1.2.42.bb |    6 ++++++
 recipes/libpng/libpng_1.2.42.bb        |    5 +++++
 3 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index efa0448..e5b36d7 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -16502,6 +16502,10 @@ sha256=a6197352ad5b79a9a1ce0dd59f5e737cfbf909e0f3c5f64631cf0d93549e4e40
 md5=2faa7f8d81e6a35beb991cb75edbf056
 sha256=a172c5afe4668a31eb090d14be7fc2811a9fec8568a785badd30280f47a27e00
 
+[http://downloads.sourceforge.net/libpng/libpng-1.2.42.tar.bz2]
+md5=9a5cbe9798927fdf528f3186a8840ebe
+sha256=a044c4632a236bbf99527da81977577929a173c1f7f68a70a81ea2ea7cffa6a7
+
 [http://downloads.sourceforge.net/libpng/libpng-1.2.8.tar.bz2]
 md5=00cea4539bea4bd34cbf8b82ff9589cd
 sha256=9bec729a1e77d8bbc5800b14aa81f09290aa18daa40f344103f2c0d1d681531b
diff --git a/recipes/libpng/libpng-native_1.2.42.bb b/recipes/libpng/libpng-native_1.2.42.bb
new file mode 100644
index 0000000..3c36b52
--- /dev/null
+++ b/recipes/libpng/libpng-native_1.2.42.bb
@@ -0,0 +1,6 @@
+require libpng_${PV}.bb
+require libpng-native.inc
+
+PR = "r1"
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libpng-${PV}"
diff --git a/recipes/libpng/libpng_1.2.42.bb b/recipes/libpng/libpng_1.2.42.bb
new file mode 100644
index 0000000..29cfdc6
--- /dev/null
+++ b/recipes/libpng/libpng_1.2.42.bb
@@ -0,0 +1,5 @@
+require libpng.inc
+
+PR = "${INC_PR}.0"
+
+SRC_URI += "file://makefile_fix.patch;patch=1"





More information about the Openembedded-commits mailing list