diff --git a/recipes/libogg/libogg_1.3.1.oe b/recipes/libogg/libogg.inc similarity index 72% rename from recipes/libogg/libogg_1.3.1.oe rename to recipes/libogg/libogg.inc index 09e273e..709fbf5 100644 --- a/recipes/libogg/libogg_1.3.1.oe +++ b/recipes/libogg/libogg.inc @@ -2,10 +2,13 @@ DESCRIPTION = "libogg is the bitstream and framing library \ for the Ogg project. It provides functions which are \ necessary to codec libraries like libvorbis." HOMEPAGE = "http://xiph.org/" -BUGTRACKER = "https://trac.xiph.org/newticket" -LICENSE = "BSD" +LICENSE = "BSD-3-Clause" inherit autotools-autoreconf pkgconfig library SRC_URI = "http://downloads.xiph.org/releases/ogg/libogg-${PV}.tar.gz" +PROVIDES_${PN}[qa] += "allow-missing-provides" + +DEPENDS_${PN} = "libc" +RDPENDS_${PN} = "libc" diff --git a/recipes/libogg/libogg_1.3.1.oe.sig b/recipes/libogg/libogg_1.3.1.oe.sig deleted file mode 100644 index e84dc46..0000000 --- a/recipes/libogg/libogg_1.3.1.oe.sig +++ /dev/null @@ -1 +0,0 @@ -270685c2a3d9dc6c98372627af99868aa4b4db53 libogg-1.3.1.tar.gz diff --git a/recipes/libogg/libogg_1.3.2.oe b/recipes/libogg/libogg_1.3.2.oe new file mode 100644 index 0000000..2aad0c4 --- /dev/null +++ b/recipes/libogg/libogg_1.3.2.oe @@ -0,0 +1 @@ +require libogg.inc diff --git a/recipes/libogg/libogg_1.3.2.oe.sig b/recipes/libogg/libogg_1.3.2.oe.sig new file mode 100644 index 0000000..f858368 --- /dev/null +++ b/recipes/libogg/libogg_1.3.2.oe.sig @@ -0,0 +1 @@ +df7f3977bbeda67306bc2a427257dd7375319d7d libogg-1.3.2.tar.gz