diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-04-16 20:57:49 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-04-16 20:57:49 +0000 |
commit | 96cb8adcf16fc3999ad9d95113306d2e02c7adb8 (patch) | |
tree | cb8257241313b2055e26f717c2b403895ba8a118 /recipes/libsndfile | |
parent | 888279d29268ac087a46f08f9b9d972aad3a076a (diff) |
libsndfile1: Package unpackaged octave files to subpackage libsndfile1-octave.
Diffstat (limited to 'recipes/libsndfile')
-rw-r--r-- | recipes/libsndfile/libsndfile1_1.0.17.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/libsndfile/libsndfile1_1.0.17.bb b/recipes/libsndfile/libsndfile1_1.0.17.bb index 670f75b3fc..eeedcb68a2 100644 --- a/recipes/libsndfile/libsndfile1_1.0.17.bb +++ b/recipes/libsndfile/libsndfile1_1.0.17.bb @@ -23,3 +23,5 @@ do_stage() { install -m 0644 ${S}/src/sndfile.h ${STAGING_INCDIR}/ } +PACKAGES =+ "${PN}-octave" +FILES_${PN}-octave += "/usr/share/octave/site/m" |