diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-16 07:44:03 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-16 07:44:03 +0000 |
commit | cfa995b314de6e4b771ae8a8eca6a76e825c39d8 (patch) | |
tree | 0c8ee83051a7eeb1c15cdaf3e420cc4d9c6863b8 /libpng | |
parent | 2096285ef38f54f2d73549258ee1c5877d3514ff (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into dixie.nexus.co.uk:/home/pb/oe/oe-packages
2004/06/16 08:43:51+01:00 nexus.co.uk!pb
remove unnecessary assignment to ${S}. patch from Glenn McGrath
BKrev: 40cffa43H6CdsM1vHPC6sLiMJLuRLw
Diffstat (limited to 'libpng')
-rw-r--r-- | libpng/libpng_1.2.5.oe | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpng/libpng_1.2.5.oe b/libpng/libpng_1.2.5.oe index f8c3d5d5d0..66bf05b354 100644 --- a/libpng/libpng_1.2.5.oe +++ b/libpng/libpng_1.2.5.oe @@ -10,7 +10,6 @@ FILES_${PN}-dev = ${includedir} ${libdir}/lib*.so ${libdir}/*.la \ ${datadir}/aclocal ${bindir} ${sbindir} SRC_URI = "${SOURCEFORGE_MIRROR}/png-mng/libpng-${PV}.tar.bz2" -S = "${WORKDIR}/libpng-${PV}" inherit pkgconfig |