gstreamer1: use a relative symlink to gstconfig.h
authorPhil Eichinger <phil.eichinger@gmail.com>
Thu, 28 Jan 2016 13:19:58 +0000 (14:19 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 31 Jan 2016 19:48:56 +0000 (20:48 +0100)
No functional change today, but is needed for relocatable SDK.

Signed-off-by: Phil Eichinger <phil@zankapfel.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gstreamer1/gstreamer1/gstreamer1.mk

index 45487732929206a84755d22988777a74a635ce01..0eb46e8a1da99768cd9115ed2a220b507ee421ee 100644 (file)
@@ -41,7 +41,7 @@ GSTREAMER1_DEPENDENCIES = libglib2 host-pkgconf host-bison host-flex
 # updated to look in the correct location.
 # Add a symlink to the legacy location
 define GSTREAMER1_LEGACY_CGSTCONFIG_H
-       ln -sf $(STAGING_DIR)/usr/lib/gstreamer-1.0/include/gst/gstconfig.h \
+       ln -srf $(STAGING_DIR)/usr/lib/gstreamer-1.0/include/gst/gstconfig.h \
               $(STAGING_DIR)/usr/include/gstreamer-1.0/gst/gstconfig.h
 endef
 GSTREAMER1_POST_INSTALL_STAGING_HOOKS += GSTREAMER1_LEGACY_CGSTCONFIG_H