From 2784c7efcc7349a2c7f82396a73ff45231264596 Mon Sep 17 00:00:00 2001 From: Liang Li Date: Thu, 28 Apr 2016 10:49:39 +0800 Subject: python-dateutil: wildcard the version strging Fix configure time warning like 'can not find recipe for bbapend file'. Signed-off-by: Liang Li Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-dateutil_%.bbappend | 1 + recipes-devtools/python/python-dateutil_1.%.bbappend | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 recipes-devtools/python/python-dateutil_%.bbappend delete mode 100644 recipes-devtools/python/python-dateutil_1.%.bbappend (limited to 'recipes-devtools') diff --git a/recipes-devtools/python/python-dateutil_%.bbappend b/recipes-devtools/python/python-dateutil_%.bbappend new file mode 100644 index 0000000..68409e5 --- /dev/null +++ b/recipes-devtools/python/python-dateutil_%.bbappend @@ -0,0 +1 @@ +CLEANBROKEN = "1" diff --git a/recipes-devtools/python/python-dateutil_1.%.bbappend b/recipes-devtools/python/python-dateutil_1.%.bbappend deleted file mode 100644 index 68409e5..0000000 --- a/recipes-devtools/python/python-dateutil_1.%.bbappend +++ /dev/null @@ -1 +0,0 @@ -CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf