| Submitter | Thomas Petazzoni |
|---|---|
| Date | Feb. 13, 2013, 9:55 p.m. |
| Message ID | <1360792556-4732-1-git-send-email-thomas.petazzoni@free-electrons.com> |
| Download | mbox | patch |
| Permalink | /patch/220268/ |
| State | Accepted |
| Commit | 933e0ffe2ca1613e7b98deac61d8f3a94485b712 |
| Headers | show |
Comments
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> The LIBVORBIS_SITE included a reference to $(LIBVORBIS-SOURCE), which
Thomas> doesn't exist. And anyway was useless because the <pkg>_SITE variable
Thomas> should not contain the name of the tarball.
Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Committed, thanks.
Patch
diff --git a/package/libvorbis/libvorbis.mk b/package/libvorbis/libvorbis.mk index ace8147..5b9048e 100644 --- a/package/libvorbis/libvorbis.mk +++ b/package/libvorbis/libvorbis.mk @@ -6,7 +6,7 @@ LIBVORBIS_VERSION = 1.3.3 LIBVORBIS_SOURCE = libvorbis-$(LIBVORBIS_VERSION).tar.gz -LIBVORBIS_SITE = http://downloads.xiph.org/releases/vorbis/$(LIBVORBIS-SOURCE) +LIBVORBIS_SITE = http://downloads.xiph.org/releases/vorbis/ LIBVORBIS_INSTALL_STAGING = YES LIBVORBIS_CONF_OPT = --disable-oggtest LIBVORBIS_DEPENDENCIES = host-pkgconf libogg
The LIBVORBIS_SITE included a reference to $(LIBVORBIS-SOURCE), which doesn't exist. And anyway was useless because the <pkg>_SITE variable should not contain the name of the tarball. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> --- package/libvorbis/libvorbis.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)