diff options
author | Phil Eichinger <phil.eichinger@gmail.com> | 2016-01-28 14:19:58 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-01-31 20:48:56 +0100 |
commit | efd1e36f22d3607063acb4edeb6436d5bc691280 (patch) | |
tree | c5ab5b1dfd033f63962731f34962c89b68afc8ba | |
parent | 82c16061c344faf0adf76d8ac07ac3ba1b8ccb5c (diff) | |
download | buildroot-efd1e36f22d3607063acb4edeb6436d5bc691280.tar.gz buildroot-efd1e36f22d3607063acb4edeb6436d5bc691280.zip |
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>
-rw-r--r-- | package/gstreamer1/gstreamer1/gstreamer1.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gstreamer1/gstreamer1/gstreamer1.mk b/package/gstreamer1/gstreamer1/gstreamer1.mk index 4548773292..0eb46e8a1d 100644 --- a/package/gstreamer1/gstreamer1/gstreamer1.mk +++ b/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 |