Browse Source

gstreamer1: use a relative symlink to gstconfig.h

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>
Phil Eichinger 9 years ago
parent
commit
efd1e36f22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/gstreamer1/gstreamer1/gstreamer1.mk

+ 1 - 1
package/gstreamer1/gstreamer1/gstreamer1.mk

@@ -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