diff options
| author | John Klug <john.klug@multitech.com> | 2017-09-15 15:56:05 -0500 |
|---|---|---|
| committer | John Klug <john.klug@multitech.com> | 2017-09-15 15:57:15 -0500 |
| commit | 616507c791c6cc69d7e0dcc171d4af5ccc4571b1 (patch) | |
| tree | 03affbec3bb256a41f36bccb27733678363ac1cc | |
| parent | 93e05f3dd9c4221259561a2d7aaba2ba817516b6 (diff) | |
| download | meta-mlinux-616507c791c6cc69d7e0dcc171d4af5ccc4571b1.tar.gz meta-mlinux-616507c791c6cc69d7e0dcc171d4af5ccc4571b1.tar.bz2 meta-mlinux-616507c791c6cc69d7e0dcc171d4af5ccc4571b1.zip | |
Fix PR version syntax
| -rw-r--r-- | recipes-connectivity/bluez/bluez5.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/bluez/bluez5.inc b/recipes-connectivity/bluez/bluez5.inc index 2695d09..c1fed4e 100644 --- a/recipes-connectivity/bluez/bluez5.inc +++ b/recipes-connectivity/bluez/bluez5.inc @@ -1,5 +1,5 @@ SUMMARY = "Linux Bluetooth Stack Userland V5" -PR=m1 +PR = "m1" DESCRIPTION = "Linux Bluetooth stack V5 userland components. These include a system configurations, daemons, tools and system libraries." HOMEPAGE = "http://www.bluez.org" SECTION = "libs" |
