grilo: back to ``
$() does not work for some reason. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
c8d7a48a5d
commit
f91f1ee0a7
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=grilo
|
PKG_NAME:=grilo
|
||||||
PKG_VERSION:=0.3.12
|
PKG_VERSION:=0.3.12
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@GNOME/grilo/0.3/
|
PKG_SOURCE_URL:=@GNOME/grilo/0.3/
|
||||||
|
@ -58,13 +58,13 @@ define Build/InstallDev
|
||||||
$(INSTALL_DATA) \
|
$(INSTALL_DATA) \
|
||||||
$(PKG_INSTALL_DIR)/usr/lib/pkgconfig/*.pc \
|
$(PKG_INSTALL_DIR)/usr/lib/pkgconfig/*.pc \
|
||||||
$(1)/usr/lib/pkgconfig/
|
$(1)/usr/lib/pkgconfig/
|
||||||
$(INSTALL_DIR) $(STAGING_DIR_HOSTPKG)/share/vala-$($(STAGING_DIR_HOSTPKG)/bin/valac --api-version)/vapi/
|
$(INSTALL_DIR) $(STAGING_DIR_HOSTPKG)/share/vala-`$(STAGING_DIR_HOSTPKG)/bin/valac --api-version`/vapi/
|
||||||
# Note: this are compiled elsewhere because grilo refuses to
|
# Note: this are compiled elsewhere because grilo refuses to
|
||||||
# generate VAPI files unless gobject-introspection exists;
|
# generate VAPI files unless gobject-introspection exists;
|
||||||
# OpenWrt does not yet have a gobject-introspection package.
|
# OpenWrt does not yet have a gobject-introspection package.
|
||||||
$(INSTALL_DATA) \
|
$(INSTALL_DATA) \
|
||||||
./files/*.vapi \
|
./files/*.vapi \
|
||||||
$(STAGING_DIR_HOSTPKG)/share/vala-$($(STAGING_DIR_HOSTPKG)/bin/valac --api-version)/vapi
|
$(STAGING_DIR_HOSTPKG)/share/vala-`$(STAGING_DIR_HOSTPKG)/bin/valac --api-version`/vapi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/grilo/install
|
define Package/grilo/install
|
||||||
|
|
Loading…
Reference in a new issue