diff options
Diffstat (limited to 'recipes/freesmartphone/fsoraw_svn.bb')
-rw-r--r-- | recipes/freesmartphone/fsoraw_svn.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/freesmartphone/fsoraw_svn.bb b/recipes/freesmartphone/fsoraw_svn.bb index 74b1274782..f10f2212f0 100644 --- a/recipes/freesmartphone/fsoraw_svn.bb +++ b/recipes/freesmartphone/fsoraw_svn.bb @@ -12,3 +12,9 @@ SRC_URI = "svn://noko.svn.sourceforge.net/svnroot/noko/trunk;module=fsoraw;proto S = "${WORKDIR}/fsoraw/" inherit autotools + +# for forward compatibility in scripts +do_install_append() { + install -d ${D}${bindir} + ln -s fsoraw ${D}${bindir}/fso-raw +} |