| Submitter | Frans Meulenbroeks |
|---|---|
| Date | March 11, 2012, 1:32 p.m. |
| Message ID | <1331472732-28668-2-git-send-email-fransmeulenbroeks@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/23013/ |
| State | Rejected |
| Headers | show |
Comments
On Sun, Mar 11, 2012 at 02:32:12PM +0100, Frans Meulenbroeks wrote: > upstream does not retain old versions so moved to the latest > version to make things buildable again > > Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> This does exist at http://snapshot.debian.org/archive/debian/20110301/pool/main/libp/libpng/libpng_1.2.44.orig.tar.bz2 so please rework the patch, thanks!
Patch
diff --git a/recipes/libpng/libpng_1.2.44.bb b/recipes/libpng/libpng_1.2.44.bb deleted file mode 100644 index 4ba7b20..0000000 --- a/recipes/libpng/libpng_1.2.44.bb +++ /dev/null @@ -1,8 +0,0 @@ -require libpng.inc - -PR = "${INC_PR}.0" - -SRC_URI += "file://makefile_fix.patch" - -SRC_URI[libpng.md5sum] = "e3ac7879d62ad166a6f0c7441390d12b" -SRC_URI[libpng.sha256sum] = "b9ab20f1c2c3bf6c4448fd9bd8a4a8905b918114d5fada56c97bb758a17b7215" diff --git a/recipes/libpng/libpng_1.2.48.bb b/recipes/libpng/libpng_1.2.48.bb new file mode 100644 index 0000000..7bd3ec3 --- /dev/null +++ b/recipes/libpng/libpng_1.2.48.bb @@ -0,0 +1,9 @@ +require libpng.inc + +PR = "${INC_PR}.0" + +SRC_URI += "file://makefile_fix.patch" + +SRC_URI[libpng.md5sum] = "7612af5660cd4b5e8c433ce53bea01a7" +SRC_URI[libpng.sha256sum] = "f6db51aff81b6920203678b29e8c68a5e3703cf5b39ae5e9e56370d17f31b1c4" +
upstream does not retain old versions so moved to the latest version to make things buildable again Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> --- recipes/libpng/libpng_1.2.44.bb | 8 -------- recipes/libpng/libpng_1.2.48.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 recipes/libpng/libpng_1.2.44.bb create mode 100644 recipes/libpng/libpng_1.2.48.bb