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

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


libsamplerate: fix packaging - close #1698

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

#
# mt diff -rce67547384f217f30ce45422ea9293803aa35f00 -rfa537f6eaeafcf8b7b132dac16e7eeb204ce8a42
#
# 
# 
# 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