barebox-sysmocom: Have only one provide virtual/bootloader and require lzop

This commit is contained in:
Holger Hans Peter Freyther 2014-07-14 09:32:10 +02:00
parent ce25d19cdc
commit 9fcc062f55
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
PROVIDES = ""
SRC_URI = "git://git.sysmocom.de/barebox;protocol=git;branch=master"
SRCREV = "21ddb3c528cb1bc3202ad358eb44faaa40e5a899"

View File

@ -1,9 +1,10 @@
DESCRIPTION = "Barebox - a bootloader that inherits the best of U-Boot and the Linux kernel"
HOMEPAGE = "http://www.barebox.org/"
SECTION = "bootloader"
PROVIDES = "virtual/bootloader"
PROVIDES ?= "virtual/bootloader"
PRIORITY = "optional"
LICENSE = "GPLv2"
DEPENDS += "lzop-native"
LIC_FILES_CHKSUM = "file://COPYING;md5=057bf9e50e1ca857d0eb97bfe4ba8e5d"
PACKAGE_ARCH = "${MACHINE_ARCH}"