Skip to content

Instantly share code, notes, and snippets.

View moto-timo's full-sized avatar

Tim Orling moto-timo

View GitHub Profile
#!/bin/sh
# Use recipetool to check for missing PACKAGECONFIG/RDEPENDS in our python recipes
set -e
python_recipes () {
bitbake -s | grep '^python-' | grep -v native | awk '{print $1}'
}
get_value () {
# Recipe created by recipetool
# This is the basis of a recipe and may need further editing in order to be fully functional.
# (Feel free to remove these comments when editing.)
#
# WARNING: the following LICENSE and LIC_FILES_CHKSUM values are best guesses - it is
# your responsibility to verify that the values are complete and correct.
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=da2a9d126b93cab0996a8287dacc480b"
HOMEPAGE = "http://www.makotemplates.org/"