diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-10-11 15:48:26 -0700 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-02-02 16:44:16 -0800 |
commit | 7805c1765b1ec4c7d0664e03dd9017ee215a9de8 (patch) | |
tree | ef1454bf9b4fb9a35f3c8843451824c13295ee46 | |
parent | deb2f1618e08e50e7ecab05662d9f17b7d532430 (diff) | |
download | librpm-tizen-7805c1765b1ec4c7d0664e03dd9017ee215a9de8.tar.gz librpm-tizen-7805c1765b1ec4c7d0664e03dd9017ee215a9de8.tar.bz2 librpm-tizen-7805c1765b1ec4c7d0664e03dd9017ee215a9de8.zip |
GStreamer provides, codecs
-rw-r--r-- | autodeps/linux.prov | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/autodeps/linux.prov b/autodeps/linux.prov index 64e490e7f..99e58c467 100644 --- a/autodeps/linux.prov +++ b/autodeps/linux.prov @@ -96,4 +96,9 @@ fi [ -x /usr/lib/rpm/find-provides.ksyms ] && printf "%s\n" "${filelist[@]}" | /usr/lib/rpm/find-provides.ksyms "$@" +# +# --- GStreamer provides, codecs +[ -x /usr/lib/rpm/gstreamer-provides ] && + printf "%s\n" "${filelist[@]}" | /usr/lib/rpm/gstreamer-provides | sort -u + exit 0 |