From: W. Michael Petullo Date: Wed, 6 Nov 2019 23:22:44 +0000 (-0500) Subject: libsoup: remove relics of make build after transition to meson X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=601b289f342700c514ba59a9942c57b5702687a2;p=openwrt-packages.git libsoup: remove relics of make build after transition to meson Signed-off-by: W. Michael Petullo --- diff --git a/libs/libsoup/Makefile b/libs/libsoup/Makefile index e66e1ef50..855a52888 100644 --- a/libs/libsoup/Makefile +++ b/libs/libsoup/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libsoup PKG_VERSION:=2.68.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/2.68 @@ -18,8 +18,6 @@ PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:gnome:libsoup PKG_BUILD_DEPENDS:=meson/host glib2/host -PKG_BUILD_PARALLEL:=1 -PKG_FIXUP:=autoreconf PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk