Skip to content

Commit

Permalink
Merge branch 'master' of https://bitbucket.org/fhunleth/meta-fwup
Browse files Browse the repository at this point in the history
Conflicts:
	recipes-devtools/fwup/fwup_0.9.1.bb
	recipes-devtools/libconfuse/libconfuse_3.0.bb
  • Loading branch information
michaelkschmidt committed Sep 30, 2016
2 parents 198133f + 17e812e commit a9efb8d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 4 additions & 3 deletions recipes-devtools/fwup/fwup_0.9.1.bb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
DESCRIPTION = "Configurable embedded Linux firmware update creator and runner"
SUMMARY = "Configurable embedded Linux firmware update creator and runner"
DESCRIPTION = ""
HOMEPAGE = "https://github.com/fhunleth/fwup"
SECTION = "devel"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
DEPENDS = "libconfuse libarchive zlib"

PR = "r0"

SRC_URI = "https://github.com/fhunleth/fwup/releases/download/v${PV}/${PN}-${PV}.tar.gz"

SRC_URI[md5sum] = "81ccbe8c2b31a0714e1587a857aa22f1"
Expand All @@ -15,3 +15,4 @@ inherit autotools

#BBCLASSEXTEND = "native nativesdk"


4 changes: 3 additions & 1 deletion recipes-devtools/libconfuse/libconfuse_3.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ SECTION = "devel"
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ef0220292b0cce0a53f5faff0d1f102a"


DEPENDS = "flex-native gettext"


SRC_URI = "https://github.com/martinh/libconfuse/releases/download/v${PV}/confuse-${PV}.tar.gz"

SRC_URI[md5sum] = "bf03099ef213647451c70e54ad4b6e81"
Expand All @@ -16,4 +18,4 @@ inherit autotools-brokensep lib_package gettext

#BBCLASSEXTEND = "native nativesdk"

S = "${WORKDIR}/confuse-${PV}"
S = "${WORKDIR}/confuse-${PV}"

0 comments on commit a9efb8d

Please sign in to comment.