summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/aml/aml_1.0.0.bb (renamed from meta-oe/recipes-graphics/aml/aml_git.bb)7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-oe/recipes-graphics/aml/aml_git.bb b/meta-oe/recipes-graphics/aml/aml_1.0.0.bb
index a0b27bd256..c88591f114 100644
--- a/meta-oe/recipes-graphics/aml/aml_git.bb
+++ b/meta-oe/recipes-graphics/aml/aml_1.0.0.bb
@@ -4,12 +4,9 @@ HOMEPAGE = "https://github.com/any1/aml"
4LICENSE = "ISC" 4LICENSE = "ISC"
5LIC_FILES_CHKSUM = "file://COPYING;md5=e6f3cfaa39204b96e14b68b9d50d3e4e" 5LIC_FILES_CHKSUM = "file://COPYING;md5=e6f3cfaa39204b96e14b68b9d50d3e4e"
6 6
7SRC_URI = "git://github.com/any1/aml;branch=master;protocol=https" 7SRC_URI = "git://github.com/any1/aml;branch=master;protocol=https;tag=v${PV}"
8
9SRCREV = "b83f3576ce4187d9285f06e9066ef43a691464d4"
10
11PV = "0.3.0+git"
12 8
9SRCREV = "685035c9830aa89df02a43df89b644690bd885f5"
13 10
14PACKAGECONFIG ??= "" 11PACKAGECONFIG ??= ""
15PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false" 12PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false"