libpng_1.2.42.bb : add new version and new native version
authorGraeme Gregory <dp@xora.org.uk>
Fri, 29 Jan 2010 19:40:51 +0000 (19:40 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Fri, 29 Jan 2010 19:41:59 +0000 (19:41 +0000)
Just happened to create these which debugging an issue with gtk+-native so
committing them.

conf/checksums.ini
recipes/libpng/libpng-native_1.2.42.bb [new file with mode: 0644]
recipes/libpng/libpng_1.2.42.bb [new file with mode: 0644]

index efa0448..e5b36d7 100644 (file)
@@ -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 (file)
index 0000000..3c36b52
--- /dev/null
@@ -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 (file)
index 0000000..29cfdc6
--- /dev/null
@@ -0,0 +1,5 @@
+require libpng.inc
+
+PR = "${INC_PR}.0"
+
+SRC_URI += "file://makefile_fix.patch;patch=1"