diff options
Diffstat (limited to 'recipes-kernel/hdm-i2c/hdm-i2c.bb')
-rw-r--r-- | recipes-kernel/hdm-i2c/hdm-i2c.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/hdm-i2c/hdm-i2c.bb b/recipes-kernel/hdm-i2c/hdm-i2c.bb index e1e93ee04..90216ec28 100644 --- a/recipes-kernel/hdm-i2c/hdm-i2c.bb +++ b/recipes-kernel/hdm-i2c/hdm-i2c.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Build I2C adapter driver for MOST" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +DEPENDS = " mostcore" inherit module |