diff options
author | Graeme Gregory <dp@xora.org.uk> | 2010-01-29 19:40:51 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-01-29 19:41:59 +0000 |
commit | c89fe1cc6dd8f04be093c9d30d3f454e1912cc3e (patch) | |
tree | 42208213a1cf4088aed558018df96c1a4e55d72b | |
parent | 7d178906c7ea527e54b147ae844783dc56dfa7f1 (diff) |
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.
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | recipes/libpng/libpng-native_1.2.42.bb | 6 | ||||
-rw-r--r-- | 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 efa0448ca8..e5b36d7e71 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 0000000000..3c36b52138 --- /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 0000000000..29cfdc678e --- /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" |