Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-04 | recipes: Ensure that post_install is always chained up | Nirbheek Chauhan | 1 | -0/+1 | |
We already do some things in post_install, but we currently only do this for gstreamer recipes, but that's overall a bit flaky. This will allow us to do more things in post_install and make things consistent. | |||||
2019-02-04 | licenses: Fix a couple of licenses and remove unused enums | Nirbheek Chauhan | 1 | -1/+2 | |
freetype: You have to pick between FTL and GPLv2 frei0r-plugins: It's GPLv2+, not LGPL openssl: Obviously, OpenSSL not BSD harfbuzz: Actually BSD, not LGPLv2+ lame: transitioned to LGPL2, no longer GPL nettle/gmp: licensed under all three licenses osx-framework: No license, just copying of files from other recipes gst-shell, vsintegration, etc: Match with gstreamer's license toolchain: All LGPLv2+, GPLv2+, or GPLv3+ other recipes: verified by `diff -uw` on license Remove most unused license enums, except Proprietary | |||||
2019-02-04 | Move nettle and librtmp out of subdirs | Nirbheek Chauhan | 1 | -0/+51 | |
No other recipe is in a subdir. |