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 /recipes/libpng | |
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.
Diffstat (limited to 'recipes/libpng')
-rw-r--r-- | recipes/libpng/libpng-native_1.2.42.bb | 6 | ||||
-rw-r--r-- | recipes/libpng/libpng_1.2.42.bb | 5 |
2 files changed, 11 insertions, 0 deletions
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" |