diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-03-29 20:20:18 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-04-03 16:59:43 +0200 |
commit | 6182ecd1ef0d94d7ac9fe980bf6aed00f156a0a2 (patch) | |
tree | ab975af437cc5117f28235d45ef75ed7d9d76e8b /recipes/matchbox-applet-startup-monitor | |
parent | 7732835395f3921b337193f94e7fd7f78b36c273 (diff) |
gst-plugins-bad 0.10.18 : also depend on orc and bump PR
If we depend only on orc-native and not also on orc
(and orc is not installed):
*it won't be able to find orc/orc.h
*orcc will be detected correctly,which will cause the following code:
"
do_configure_append() {
for i in $(find ${S} -name "Makefile") ; do
sed -i -e s:/usr/bin/orcc:${STAGING_BINDIR_NATIVE}/orcc:g $i
done
}
"
that is in gst-plugins.inc to sed the /usr/bin/orcc in
STAGING_BINDIR_NATIVE}/orcc with STAGING_BINDIR_NATIVE}/orcc
roughly a path like:
${TMPDIR}/staging/i686-linux/usr/bin/orcc
will result in
${TMPDIR}/staging/i686-linux/${TMPDIR}/staging/i686-linux/usr/bin/orcc:
Diffstat (limited to 'recipes/matchbox-applet-startup-monitor')
0 files changed, 0 insertions, 0 deletions