# License parameter

Source: [https://docs.qualcomm.com/doc/80-88500-2/topic/40_License_parameter.html](https://docs.qualcomm.com/doc/80-88500-2/topic/40_License_parameter.html)

The license parameter must be available in the BitBake recipe. According to the COPYING text file in the source code, the key for the license parameter is LGPLv2.1.

The following lines of code are added in the BitBake recipe:

    LICENSE = "LGPLv2.1"Copy to clipboard

    LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"Copy to clipboard

**Parent Topic:** [Write a new recipe](https://docs.qualcomm.com/doc/80-88500-2/topic/39_Write_a_new_recipe.html)

Last Published: Aug 18, 2023

[Previous Topic
Write a new recipe](https://docs.qualcomm.com/bundle/publicresource/80-88500-2/topics/39_Write_a_new_recipe.md) [Next Topic
Download the source code](https://docs.qualcomm.com/bundle/publicresource/80-88500-2/topics/41_Download_the_source_code.md)