[oe-commits] org.oe.oz354x libsamplerate: fix packaging - close #1698

hrw commit openembedded-commits at lists.openembedded.org
Mon Dec 18 10:21:44 UTC 2006


libsamplerate: fix packaging - close #1698

Author: hrw at openembedded.org
Branch: org.openembedded.oz354x
Revision: d131d3386fb2a6f29969fcf0e209b66c6a779ec0
ViewMTN: http://monotone.openembedded.org/revision.psp?id=d131d3386fb2a6f29969fcf0e209b66c6a779ec0
Files:
1
packages/libsamplerate/libsamplerate0_0.1.2.bb
Diffs:

#
# mt diff -ra1dd3b2f391c5055cbdc253d9b3ae46abe32415b -rd131d3386fb2a6f29969fcf0e209b66c6a779ec0
#
# 
# 
# patch "packages/libsamplerate/libsamplerate0_0.1.2.bb"
#  from [1fc1118cc3bf53e026fd79cfa49fdbd5989206f8]
#    to [c9045a46fccff1deb4e5754417b4250e6909b85b]
# 
============================================================
--- packages/libsamplerate/libsamplerate0_0.1.2.bb	1fc1118cc3bf53e026fd79cfa49fdbd5989206f8
+++ packages/libsamplerate/libsamplerate0_0.1.2.bb	c9045a46fccff1deb4e5754417b4250e6909b85b
@@ -1,7 +1,7 @@ LICENSE = "GPL libsamplerate"
 DESCRIPTION = "An audio Sample Rate Conversion library"
 SECTION = "libs"
 LICENSE = "GPL libsamplerate"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz"
 S = "${WORKDIR}/libsamplerate-${PV}"
@@ -12,6 +12,3 @@ do_stage() {
 	oe_libinstall -a -so -C src libsamplerate ${STAGING_LIBDIR}
 	install -m 0644 ${S}/src/samplerate.h ${STAGING_INCDIR}/
 }
-
-PACKAGES = "${PN}"
-FILES_${PN} = "${libdir}/libsamplerate.so*"






More information about the Openembedded-commits mailing list