diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-05 15:34:01 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-05 16:21:01 +0100 |
commit | a2e8b07f62d48f7c21d5883c18c16393d1ce0022 (patch) | |
tree | 944852c05f3c9d3f4505980f0ee00d2986009cd6 /recipes/upnp/libdlna/dlna.diff | |
parent | 86735426ecc1dfca73e8bfa64f2b2a019f8f97e0 (diff) |
libdla: add 0.2.3
Diffstat (limited to 'recipes/upnp/libdlna/dlna.diff')
-rw-r--r-- | recipes/upnp/libdlna/dlna.diff | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/upnp/libdlna/dlna.diff b/recipes/upnp/libdlna/dlna.diff new file mode 100644 index 0000000000..f79d73d7e9 --- /dev/null +++ b/recipes/upnp/libdlna/dlna.diff @@ -0,0 +1,19 @@ +--- /tmp/configure 2010-01-05 15:24:42.000000000 +0100 ++++ libdlna-0.2.3/configure 2010-01-05 15:24:49.000000000 +0100 +@@ -427,7 +427,6 @@ + *) + echo "Unknown option \"$opt\"." + echo "See $0 --help for available options." +- exit 1 + ;; + esac + done +@@ -627,7 +626,7 @@ + return 0; + } + EOF +-VERSION=`$TMPE` ++VERSION='0.2.3' + restore_flags + + |