package/multicat: add missing dependency on bitstream
authorRomain Naour <romain.naour@gmail.com>
Sat, 5 Mar 2016 20:40:51 +0000 (21:40 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 6 Mar 2016 11:08:05 +0000 (12:08 +0100)
Multicat select bitstream package without adding it as build dependencies.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/multicat/multicat.mk

index 5909bc51ee1b836362f7ffe4c64ecbfb9003315b..cc6eb78d24b4633031270a3f2a844dfc0eed60f7 100644 (file)
@@ -10,6 +10,8 @@ MULTICAT_SITE = https://get.videolan.org/multicat/$(MULTICAT_VERSION)
 MULTICAT_LICENSE = GPLv2+
 MULTICAT_LICENSE_FILES = COPYING
 
+MULTICAT_DEPENDENCIES = bitstream
+
 MULTICAT_MAKE_ENV = $(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS)
 
 define MULTICAT_BUILD_CMDS